Searched refs:LAYOUT_RES (Results 1 – 1 of 1) sorted by relevance
/trunk/main/toolkit/workben/layout/ |
H A D | plugin.cxx | 36 #define LAYOUT_RES(x) #x macro 42 : ModalDialog( pParent, LAYOUT_RES( RID_DLG_PLUGIN ) ) in PluginDialog() 43 , aHeaderImage( this, LAYOUT_RES( FI_HEADER ) ) in PluginDialog() 44 , aHeaderText( this, LAYOUT_RES( FT_HEADER ) ) in PluginDialog() 45 , aHeaderLine( this, LAYOUT_RES( FL_HEADER ) ) in PluginDialog() 46 , aPlugin( this, LAYOUT_RES( PL_DIAL ), in PluginDialog() 52 , aOKBtn( this, LAYOUT_RES( BTN_OK ) ) in PluginDialog() 53 , aCancelBtn( this, LAYOUT_RES( BTN_CANCEL ) ) in PluginDialog() 54 , aHelpBtn( this, LAYOUT_RES( BTN_HELP ) ) in PluginDialog()
|
Completed in 10 milliseconds