Lines Matching refs:ModuleRes

59 		:OControlWizard(_pParent, ModuleRes(RID_DLG_GROUPBOXWIZARD), _rxObjectModel, _rxORB)  in OGroupBoxWizard()
202 :OGBWPage(_pParent, ModuleRes(RID_PAGE_GROUPRADIOSELECTION)) in ORadioSelectionPage()
203 ,m_aFrame (this, ModuleRes(FL_DATA)) in ORadioSelectionPage()
204 ,m_aRadioNameLabel (this, ModuleRes(FT_RADIOLABELS)) in ORadioSelectionPage()
205 ,m_aRadioName (this, ModuleRes(ET_RADIOLABELS)) in ORadioSelectionPage()
206 ,m_aMoveRight (this, ModuleRes(PB_MOVETORIGHT)) in ORadioSelectionPage()
207 ,m_aMoveLeft (this, ModuleRes(PB_MOVETOLEFT)) in ORadioSelectionPage()
208 ,m_aExistingRadiosLabel (this, ModuleRes(FT_RADIOBUTTONS)) in ORadioSelectionPage()
209 ,m_aExistingRadios (this, ModuleRes(LB_RADIOBUTTONS)) in ORadioSelectionPage()
359 :OMaybeListSelectionPage(_pParent, ModuleRes(RID_PAGE_DEFAULTFIELDSELECTION)) in ODefaultFieldSelectionPage()
360 ,m_aFrame (this, ModuleRes(FL_DEFAULTSELECTION)) in ODefaultFieldSelectionPage()
361 ,m_aDefaultSelectionLabel (this, ModuleRes(FT_DEFAULTSELECTION)) in ODefaultFieldSelectionPage()
362 ,m_aDefSelYes (this, ModuleRes(RB_DEFSELECTION_YES)) in ODefaultFieldSelectionPage()
363 ,m_aDefSelNo (this, ModuleRes(RB_DEFSELECTION_NO)) in ODefaultFieldSelectionPage()
364 ,m_aDefSelection (this, ModuleRes(LB_DEFSELECTIONFIELD)) in ODefaultFieldSelectionPage()
410 :OGBWPage(_pParent, ModuleRes(RID_PAGE_OPTIONVALUES)) in OOptionValuesPage()
411 ,m_aFrame (this, ModuleRes(FL_OPTIONVALUES)) in OOptionValuesPage()
412 ,m_aDescription (this, ModuleRes(FT_OPTIONVALUES_EXPL)) in OOptionValuesPage()
413 ,m_aValueLabel (this, ModuleRes(FT_OPTIONVALUES)) in OOptionValuesPage()
414 ,m_aValue (this, ModuleRes(ET_OPTIONVALUE)) in OOptionValuesPage()
415 ,m_aOptionsLabel (this, ModuleRes(FT_RADIOBUTTONS)) in OOptionValuesPage()
416 ,m_aOptions (this, ModuleRes(LB_RADIOBUTTONS)) in OOptionValuesPage()
506 setDescriptionText(String(ModuleRes(RID_STR_GROUPWIZ_DBFIELD))); in OOptionDBFieldPage()
520 :OGBWPage(_pParent, ModuleRes(RID_PAGE_OPTIONS_FINAL)) in OFinalizeGBWPage()
521 ,m_aFrame (this, ModuleRes(FL_NAMEIT)) in OFinalizeGBWPage()
522 ,m_aNameLabel (this, ModuleRes(FT_NAMEIT)) in OFinalizeGBWPage()
523 ,m_aName (this, ModuleRes(ET_NAMEIT)) in OFinalizeGBWPage()
524 ,m_aThatsAll (this, ModuleRes(FT_THATSALL)) in OFinalizeGBWPage()