Lines Matching refs:SchResId

67     String aTipHelpStr( SchResId(STR_TIP_LIGHTSOURCE_X) );  in LightButton()
110 this->SetQuickHelpText( String( SchResId(STR_TIP_CHOOSECOLOR) ) ); in ColorButton()
288 : TabPage ( pWindow, SchResId( TP_3D_SCENEILLUMINATION ) ) in ThreeD_SceneIllumination_TabPage()
289 , m_aFT_LightSource( this, SchResId( FT_LIGHTSOURCE ) ) in ThreeD_SceneIllumination_TabPage()
290 , m_aBtn_Light1( this, SchResId( BTN_LIGHT_1 ), 1 ) in ThreeD_SceneIllumination_TabPage()
291 , m_aBtn_Light2( this, SchResId( BTN_LIGHT_2 ), 2 ) in ThreeD_SceneIllumination_TabPage()
292 , m_aBtn_Light3( this, SchResId( BTN_LIGHT_3 ), 3 ) in ThreeD_SceneIllumination_TabPage()
293 , m_aBtn_Light4( this, SchResId( BTN_LIGHT_4 ), 4 ) in ThreeD_SceneIllumination_TabPage()
294 , m_aBtn_Light5( this, SchResId( BTN_LIGHT_5 ), 5 ) in ThreeD_SceneIllumination_TabPage()
295 , m_aBtn_Light6( this, SchResId( BTN_LIGHT_6 ), 6 ) in ThreeD_SceneIllumination_TabPage()
296 , m_aBtn_Light7( this, SchResId( BTN_LIGHT_7 ), 7 ) in ThreeD_SceneIllumination_TabPage()
297 , m_aBtn_Light8( this, SchResId( BTN_LIGHT_8 ), 8 ) in ThreeD_SceneIllumination_TabPage()
298 , m_aLB_LightSource( this, SchResId( LB_LIGHTSOURCE ) ) in ThreeD_SceneIllumination_TabPage()
299 , m_aBtn_LightSource_Color( this, SchResId( BTN_LIGHTSOURCE_COLOR ) ) in ThreeD_SceneIllumination_TabPage()
300 , m_aFT_AmbientLight( this, SchResId( FT_AMBIENTLIGHT ) ) in ThreeD_SceneIllumination_TabPage()
301 , m_aLB_AmbientLight( this, SchResId( LB_AMBIENTLIGHT ) ) in ThreeD_SceneIllumination_TabPage()
302 , m_aBtn_AmbientLight_Color( this, SchResId( BTN_AMBIENT_COLOR ) ) in ThreeD_SceneIllumination_TabPage()
303 , m_aCtl_Preview( this, SchResId( CTL_LIGHT_PREVIEW ) ) in ThreeD_SceneIllumination_TabPage()
364 m_aCtl_Preview.SetAccessibleName(String(SchResId( STR_LIGHT_PREVIEW ))); in ThreeD_SceneIllumination_TabPage()