Lines Matching refs:ModuleRes

60 		:OControlWizard(_pParent, ModuleRes(RID_DLG_LISTCOMBOWIZARD), _rxObjectModel, _rxORB)  in OListComboWizard()
86 setTitleBase(String(ModuleRes(RID_STR_LISTWIZARD_TITLE))); in approveControl()
90 setTitleBase(String(ModuleRes(RID_STR_COMBOWIZARD_TITLE))); in approveControl()
290 :OLCPage(_pParent, ModuleRes(RID_PAGE_LCW_CONTENTSELECTION_TABLE)) in OContentTableSelection()
291 ,m_aFrame (this, ModuleRes(FL_FRAME)) in OContentTableSelection()
292 ,m_aSelectTableLabel (this, ModuleRes(FT_SELECTTABLE_LABEL)) in OContentTableSelection()
293 ,m_aSelectTable (this, ModuleRes(LB_SELECTTABLE)) in OContentTableSelection()
377 :OLCPage(_pParent, ModuleRes(RID_PAGE_LCW_CONTENTSELECTION_FIELD)) in OContentFieldSelection()
378 ,m_aFrame (this, ModuleRes(FL_FRAME)) in OContentFieldSelection()
379 ,m_aTableFields (this, ModuleRes(FT_TABLEFIELDS)) in OContentFieldSelection()
380 ,m_aSelectTableField (this, ModuleRes(LB_SELECTFIELD)) in OContentFieldSelection()
381 ,m_aDisplayedFieldLabel (this, ModuleRes(FT_DISPLAYEDFIELD)) in OContentFieldSelection()
382 ,m_aDisplayedField (this, ModuleRes(ET_DISPLAYEDFIELD)) in OContentFieldSelection()
383 ,m_aInfo (this, ModuleRes(FT_CONTENTFIELD_INFO)) in OContentFieldSelection()
385 m_aInfo.SetText(String(ModuleRes( isListBox() ? STR_FIELDINFO_LISTBOX : STR_FIELDINFO_COMBOBOX))); in OContentFieldSelection()
451 :OLCPage(_pParent, ModuleRes(RID_PAGE_LCW_FIELDLINK)) in OLinkFieldsPage()
452 ,m_aDescription (this, ModuleRes(FT_FIELDLINK_DESC)) in OLinkFieldsPage()
453 ,m_aFrame (this, ModuleRes(FL_FRAME)) in OLinkFieldsPage()
454 ,m_aValueListFieldLabel (this, ModuleRes(FT_VALUELISTFIELD)) in OLinkFieldsPage()
455 ,m_aValueListField (this, ModuleRes(CMB_VALUELISTFIELD)) in OLinkFieldsPage()
456 ,m_aTableFieldLabel (this, ModuleRes(FT_TABLEFIELD)) in OLinkFieldsPage()
457 ,m_aTableField (this, ModuleRes(CMB_TABLEFIELD)) in OLinkFieldsPage()
532 setDescriptionText(String(ModuleRes(RID_STR_COMBOWIZ_DBFIELD))); in OComboDBFieldPage()