Lines Matching refs:INITCONTROL

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()
231 INITCONTROL( pHomeBtn, PushButton, WB_DEFBUTTON, in InitControls()
738 INITCONTROL( pFileTitel, FixedText, 0, in InitControls()
740 INITCONTROL( pEdit, Edit, WB_BORDER, in InitControls()
742 INITCONTROL( pFileList, ListBox, WB_SORT | WB_AUTOHSCROLL | WB_BORDER, in InitControls()
745 INITCONTROL( pDirTitel, FixedText, 0, in InitControls()
747 INITCONTROL( pDirPath, FixedInfo, WB_PATHELLIPSIS, in InitControls()
749 INITCONTROL( pDirList, KbdListBox, WB_AUTOHSCROLL | WB_BORDER, in InitControls()
752 INITCONTROL( pTypeTitel, FixedText, 0, in InitControls()
756 INITCONTROL( pTypeList, ListBox, WB_DROPDOWN, in InitControls()
759 INITCONTROL( pDriveTitle, FixedText, 0, in InitControls()
761 INITCONTROL( pDriveList, ListBox, WB_DROPDOWN, in InitControls()
766 INITCONTROL( pTypeList, ListBox, WB_DROPDOWN, in InitControls()
776 INITCONTROL( pOkBtn, PushButton, WB_DEFBUTTON, in InitControls()
779 INITCONTROL( pCancelBtn, CancelButton, 0, in InitControls()