Lines Matching refs:ModuleRes
72 : ModalDialog( _pParent, ModuleRes(RID_PAGENUMBERS) ) in DBG_NAME()
73 ,m_aFormat(this, ModuleRes(FL_FORMAT) ) in DBG_NAME()
74 ,m_aPageN(this, ModuleRes(RB_PAGE_N) ) in DBG_NAME()
75 ,m_aPageNofM(this, ModuleRes(RB_PAGE_N_OF_M) ) in DBG_NAME()
76 ,m_aPosition(this, ModuleRes(FL_POSITION) ) in DBG_NAME()
77 ,m_aTopPage(this, ModuleRes(RB_PAGE_TOPPAGE) ) in DBG_NAME()
78 ,m_aBottomPage(this, ModuleRes(RB_PAGE_BOTTOMPAGE) ) in DBG_NAME()
79 ,m_aMisc(this, ModuleRes(FL_MISC) ) in DBG_NAME()
80 ,m_aAlignment(this, ModuleRes(FL_ALIGNMENT) ) in DBG_NAME()
81 ,m_aAlignmentLst(this, ModuleRes(LST_ALIGNMENT) ) in DBG_NAME()
82 ,m_aShowNumberOnFirstPage(this, ModuleRes(CB_SHOWNUMBERONFIRSTPAGE) ) in DBG_NAME()
83 ,m_aFl1(this, ModuleRes(FL_SEPARATOR1)) in DBG_NAME()
84 ,m_aPB_OK(this, ModuleRes(PB_OK)) in DBG_NAME()
85 ,m_aPB_CANCEL(this, ModuleRes(PB_CANCEL)) in DBG_NAME()
86 ,m_aPB_Help(this, ModuleRes(PB_HELP)) in DBG_NAME()