Lines Matching refs:DpGuiResId
195 ModalDialog(pParent, DpGuiResId(RID_DLG_LICENSE)) in LicenseDialogImpl()
197 ,m_ftHead(this, DpGuiResId(FT_LICENSE_HEADER)) in LicenseDialogImpl()
198 ,m_ftBody1(this, DpGuiResId(FT_LICENSE_BODY_1)) in LicenseDialogImpl()
199 ,m_ftBody1Txt(this, DpGuiResId(FT_LICENSE_BODY_1_TXT)) in LicenseDialogImpl()
200 ,m_ftBody2(this, DpGuiResId(FT_LICENSE_BODY_2)) in LicenseDialogImpl()
201 ,m_ftBody2Txt(this, DpGuiResId(FT_LICENSE_BODY_2_TXT)) in LicenseDialogImpl()
202 ,m_fiArrow1(this, DpGuiResId(FI_LICENSE_ARROW1)) in LicenseDialogImpl()
203 ,m_fiArrow2(this, DpGuiResId(FI_LICENSE_ARROW2)) in LicenseDialogImpl()
204 ,m_mlLicense(this, DpGuiResId(ML_LICENSE)) in LicenseDialogImpl()
205 ,m_pbDown(this, DpGuiResId(PB_LICENSE_DOWN)) in LicenseDialogImpl()
206 ,m_flBottom(this, DpGuiResId(FL_LICENSE)) in LicenseDialogImpl()
207 ,m_acceptButton(this, DpGuiResId(BTN_LICENSE_ACCEPT)) in LicenseDialogImpl()
208 ,m_declineButton(this, DpGuiResId(BTN_LICENSE_DECLINE)) in LicenseDialogImpl()
216 m_fiArrow1.SetImage(Image(DpGuiResId(IMG_LICENCE_ARROW_HC))); in LicenseDialogImpl()
217 m_fiArrow2.SetImage(Image(DpGuiResId(IMG_LICENCE_ARROW_HC))); in LicenseDialogImpl()