Lines Matching refs:TextConversionDlgs_ResId
55 : ModalDialog( pParent, TextConversionDlgs_ResId( DLG_CHINESETRANSLATION ) ) in ChineseTranslationDialog()
56 , m_aFL_Direction( this, TextConversionDlgs_ResId( FL_DIRECTION ) ) in ChineseTranslationDialog()
57 , m_aRB_To_Simplified( this, TextConversionDlgs_ResId( RB_TO_SIMPLIFIED ) ) in ChineseTranslationDialog()
58 , m_aRB_To_Traditional( this, TextConversionDlgs_ResId( RB_TO_TRADITIONAL ) ) in ChineseTranslationDialog()
59 , m_aCB_Use_Variants( this, TextConversionDlgs_ResId( CB_USE_VARIANTS ) ) in ChineseTranslationDialog()
60 , m_aFL_Commonterms( this, TextConversionDlgs_ResId( FL_COMMONTERMS ) ) in ChineseTranslationDialog()
61 , m_aCB_Translate_Commonterms( this, TextConversionDlgs_ResId( CB_TRANSLATE_COMMONTERMS ) ) in ChineseTranslationDialog()
62 , m_aPB_Editterms( this, TextConversionDlgs_ResId( PB_EDITTERMS ) ) in ChineseTranslationDialog()
63 , m_aFL_Bottomline( this, TextConversionDlgs_ResId( T_FL_BOTTOMLINE ) ) in ChineseTranslationDialog()
64 , m_aBP_OK( this, TextConversionDlgs_ResId( PB_OK ) ) in ChineseTranslationDialog()
65 , m_aBP_Cancel( this, TextConversionDlgs_ResId( PB_CANCEL ) ) in ChineseTranslationDialog()
66 , m_aBP_Help( this, TextConversionDlgs_ResId( PB_HELP ) ) in ChineseTranslationDialog()