Searched refs:INITCONTROL (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/svtools/source/dialogs/ |
| H A D | filedlg2.cxx | 64 #define INITCONTROL( p, ControlClass, nBits, aPos, aSize, aTitel, rHelpId ) \ in DECLARE_LIST() macro 169 INITCONTROL( pDirTitel, FixedText, 0, in InitControls() 173 INITCONTROL( pEdit, Edit, WB_BORDER, aPnt, aEDSiz, aPath.GetFull(), HID_FILEDLG_EDIT ); in InitControls() 178 INITCONTROL( pDirList, KbdListBox, WB_AUTOHSCROLL | WB_BORDER, in InitControls() 181 INITCONTROL( pDriveTitle, FixedText, 0, in InitControls() 184 INITCONTROL( pDriveList, ListBox, WB_DROPDOWN, in InitControls() 190 INITCONTROL( pDirList, KbdListBox, WB_AUTOHSCROLL | WB_BORDER, in InitControls() 221 INITCONTROL( pOkBtn, PushButton, WB_DEFBUTTON, in InitControls() 224 INITCONTROL( pCancelBtn, CancelButton, 0, in InitControls() 227 INITCONTROL( pNewDirBtn, PushButton, WB_DEFBUTTON, in InitControls() [all …]
|