Lines Matching refs:ModuleRes
98 :ModalDialog(_pParent, ModuleRes(DLG_DIRECTSQL)) in DBG_NAME()
99 ,m_aFrame (this, ModuleRes(FL_SQL)) in DBG_NAME()
100 ,m_aSQLLabel (this, ModuleRes(FT_SQL)) in DBG_NAME()
101 ,m_aSQL (this, ModuleRes(ME_SQL)) in DBG_NAME()
102 ,m_aExecute (this, ModuleRes(PB_EXECUTE)) in DBG_NAME()
103 ,m_aHistoryLabel (this, ModuleRes(FT_HISTORY)) in DBG_NAME()
104 ,m_pSQLHistory(new LargeEntryListBox(this, ModuleRes(LB_HISTORY))) in DBG_NAME()
105 ,m_aStatusFrame (this, ModuleRes(FL_STATUS)) in DBG_NAME()
106 ,m_aStatus (this, ModuleRes(ME_STATUS)) in DBG_NAME()
107 ,m_aButtonSeparator (this, ModuleRes(FL_BUTTONS)) in DBG_NAME()
108 ,m_aHelp (this, ModuleRes(PB_HELP)) in DBG_NAME()
109 ,m_aClose (this, ModuleRes(PB_CLOSE)) in DBG_NAME()
158 String sMessage(ModuleRes(STR_DIRECTSQL_CONNECTIONLOST)); in _disposing()
250 sStatus = String(ModuleRes(STR_COMMAND_EXECUTED_SUCCESSFULLY)); in implExecuteStatement()