Lines Matching refs:ModuleRes
132 : ModalDialog( pParent, ModuleRes(DLG_COLLECTION_VIEW)) in DBG_NAME()
133 , m_aFTCurrentPath( this, ModuleRes( FT_EXPLORERFILE_CURRENTPATH ) ) in DBG_NAME()
134 , m_aNewFolder( this, ModuleRes( BTN_EXPLORERFILE_NEWFOLDER ) ) in DBG_NAME()
135 , m_aUp( this, ModuleRes( BTN_EXPLORERFILE_UP ) ) in DBG_NAME()
136 , m_aView( this, ModuleRes( CTRL_VIEW ) ,FILEVIEW_SHOW_TITLE ) in DBG_NAME()
137 , m_aFTName( this, ModuleRes( FT_EXPLORERFILE_FILENAME ) ) in DBG_NAME()
138 , m_aName( this, ModuleRes( ED_EXPLORERFILE_FILENAME ) ) in DBG_NAME()
139 , m_aFL( this, ModuleRes( FL_1 ) ) in DBG_NAME()
140 , m_aPB_OK( this, ModuleRes( BTN_EXPLORERFILE_SAVE ) ) in DBG_NAME()
141 , m_aPB_CANCEL( this, ModuleRes( PB_CANCEL ) ) in DBG_NAME()
142 , m_aPB_HELP( this, ModuleRes( PB_HELP ) ) in DBG_NAME()
143 , m_sPath( ModuleRes( STR_PATHNAME ) ) in DBG_NAME()
160 m_aUp.SetModeImage(ModuleRes(IMG_NAVIGATION_BTN_UP_SC)); in DBG_NAME()
161 m_aUp.SetModeImage(ModuleRes(IMG_NAVIGATION_BTN_UP_SCH),BMP_COLOR_HIGHCONTRAST); in DBG_NAME()
162 m_aNewFolder.SetModeImage(ModuleRes(IMG_NAVIGATION_CREATEFOLDER_SC)); in DBG_NAME()
163 m_aNewFolder.SetModeImage(ModuleRes(IMG_NAVIGATION_CREATEFOLDER_SCH),BMP_COLOR_HIGHCONTRAST); in DBG_NAME()
264 QueryBox aBox( this, WB_YES_NO, ModuleRes( STR_ALREADYEXISTOVERWRITE ) ); in IMPL_LINK()