InteractiveSQL.clw
上传用户:jsxglz
上传日期:2007-01-03
资源大小:117k
文件大小:21k
源码类别:

SQL Server

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CMainFrame
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "interactivesql.h"
  8. LastPage=0
  9. ClassCount=23
  10. Class1=CConfigureDlg
  11. Class2=CDriverInfo
  12. Class3=CFunctions
  13. Class4=CSupportedSQL
  14. Class5=CDataTypes
  15. Class6=CIdentifiers
  16. Class7=CLimits
  17. Class8=CMisc1
  18. Class9=CMisc2
  19. Class10=CExportDlg
  20. Class11=CInteractiveSQLApp
  21. Class12=CAboutDlg
  22. Class13=CInteractiveSQLDoc
  23. Class14=CISQLToolBar
  24. Class15=CListCtrlEx
  25. Class16=CMainFrame
  26. Class17=CMyPropertySheet
  27. Class18=CProceduresDlg
  28. Class19=CQueryOptionsDlg
  29. Class20=CResultView
  30. Class21=CSelectTables
  31. Class22=CSQLView
  32. Class23=CStaticLink
  33. ResourceCount=17
  34. Resource1=IDR_RCLICK
  35. Resource2=IDD_LIMITS_X
  36. Resource3=IDD_MISC1_X
  37. Resource4=IDD_MISC2
  38. Resource5=IDD_SELECT_TABLES
  39. Resource6=IDD_CONFIGURE
  40. Resource7=IDD_SUPPORTED_SQL_X
  41. Resource8=IDD_QUERY_OPTIONS
  42. Resource9=IDR_CNTR_INPLACE
  43. Resource10=IDD_SELECT_PROCEDURES
  44. Resource11=IDD_ABOUTBOX
  45. Resource12=IDD_IDENTIFIERS
  46. Resource13=IDD_DATA_TYPES
  47. Resource14=IDD_DRIVERINFO
  48. Resource15=IDD_FUNCTIONS
  49. Resource16=IDD_EXPORT_DIALOG
  50. Resource17=IDR_MAINFRAME
  51. [CLS:CConfigureDlg]
  52. Type=0
  53. BaseClass=CDialog
  54. HeaderFile=ConfigureDlg.h
  55. ImplementationFile=ConfigureDlg.cpp
  56. [CLS:CDriverInfo]
  57. Type=0
  58. BaseClass=CPropertyPage
  59. HeaderFile=drvinfo.h
  60. ImplementationFile=drvinfo.cpp
  61. [CLS:CFunctions]
  62. Type=0
  63. BaseClass=CPropertyPage
  64. HeaderFile=drvinfo.h
  65. ImplementationFile=drvinfo.cpp
  66. [CLS:CSupportedSQL]
  67. Type=0
  68. BaseClass=CPropertyPage
  69. HeaderFile=drvinfo.h
  70. ImplementationFile=drvinfo.cpp
  71. [CLS:CDataTypes]
  72. Type=0
  73. BaseClass=CPropertyPage
  74. HeaderFile=drvinfo.h
  75. ImplementationFile=drvinfo.cpp
  76. [CLS:CIdentifiers]
  77. Type=0
  78. BaseClass=CPropertyPage
  79. HeaderFile=drvinfo.h
  80. ImplementationFile=drvinfo.cpp
  81. [CLS:CLimits]
  82. Type=0
  83. BaseClass=CPropertyPage
  84. HeaderFile=drvinfo.h
  85. ImplementationFile=drvinfo.cpp
  86. [CLS:CMisc1]
  87. Type=0
  88. BaseClass=CPropertyPage
  89. HeaderFile=drvinfo.h
  90. ImplementationFile=drvinfo.cpp
  91. [CLS:CMisc2]
  92. Type=0
  93. BaseClass=CPropertyPage
  94. HeaderFile=drvinfo.h
  95. ImplementationFile=drvinfo.cpp
  96. [CLS:CExportDlg]
  97. Type=0
  98. BaseClass=CFileDialog
  99. HeaderFile=ExportDlg.h
  100. ImplementationFile=ExportDlg.cpp
  101. [CLS:CInteractiveSQLApp]
  102. Type=0
  103. BaseClass=CWinApp
  104. HeaderFile=InteractiveSQL.h
  105. ImplementationFile=InteractiveSQL.cpp
  106. LastObject=CInteractiveSQLApp
  107. [CLS:CAboutDlg]
  108. Type=0
  109. BaseClass=CDialog
  110. HeaderFile=InteractiveSQL.cpp
  111. ImplementationFile=InteractiveSQL.cpp
  112. LastObject=CAboutDlg
  113. [CLS:CInteractiveSQLDoc]
  114. Type=0
  115. BaseClass=CRichEditDoc
  116. HeaderFile=InteractiveSQLDoc.h
  117. ImplementationFile=InteractiveSQLDoc.cpp
  118. LastObject=CInteractiveSQLDoc
  119. [CLS:CISQLToolBar]
  120. Type=0
  121. BaseClass=CToolBar
  122. HeaderFile=ISQLToolBar.h
  123. ImplementationFile=ISQLToolBar.cpp
  124. [CLS:CListCtrlEx]
  125. Type=0
  126. BaseClass=CListCtrl
  127. HeaderFile=ListCtrlEx.h
  128. ImplementationFile=ListCtrlEx.cpp
  129. [CLS:CMainFrame]
  130. Type=0
  131. BaseClass=CFrameWnd
  132. HeaderFile=MainFrm.h
  133. ImplementationFile=MainFrm.cpp
  134. Filter=T
  135. VirtualFilter=fWC
  136. LastObject=IDW_COMBO
  137. [CLS:CMyPropertySheet]
  138. Type=0
  139. BaseClass=CPropertySheet
  140. HeaderFile=mysheet.h
  141. ImplementationFile=mysheet.cpp
  142. [CLS:CProceduresDlg]
  143. Type=0
  144. BaseClass=CDialog
  145. HeaderFile=ProceduresDlg.h
  146. ImplementationFile=ProceduresDlg.cpp
  147. [CLS:CQueryOptionsDlg]
  148. Type=0
  149. BaseClass=CDialog
  150. HeaderFile=QueryOptionsDlg.h
  151. ImplementationFile=QueryOptionsDlg.cpp
  152. [CLS:CResultView]
  153. Type=0
  154. BaseClass=CRichEditView
  155. HeaderFile=ResultView.h
  156. ImplementationFile=ResultView.cpp
  157. Filter=C
  158. VirtualFilter=VWC
  159. LastObject=ID_EDIT_SELECT_ALL
  160. [CLS:CSelectTables]
  161. Type=0
  162. BaseClass=CDialog
  163. HeaderFile=SelectTables.h
  164. ImplementationFile=SelectTables.cpp
  165. [CLS:CSQLView]
  166. Type=0
  167. BaseClass=CRichEditView
  168. HeaderFile=SQLView.h
  169. ImplementationFile=SQLView.cpp
  170. Filter=C
  171. VirtualFilter=VWC
  172. LastObject=CSQLView
  173. [CLS:CStaticLink]
  174. Type=0
  175. BaseClass=CStatic
  176. HeaderFile=StaticLink.h
  177. ImplementationFile=StaticLink.cpp
  178. Filter=W
  179. VirtualFilter=WC
  180. LastObject=ID_QUERY_NEW
  181. [DLG:IDD_CONFIGURE]
  182. Type=1
  183. Class=CConfigureDlg
  184. ControlCount=7
  185. Control1=IDC_LOGIN_TIMEOUT,edit,1350639744
  186. Control2=IDC_QUERY_TIMEOUT,edit,1350639744
  187. Control3=IDOK,button,1342242817
  188. Control4=IDCANCEL,button,1342242816
  189. Control5=IDC_RESET,button,1342242816
  190. Control6=IDC_STATIC,static,1342308352
  191. Control7=IDC_STATIC,static,1342308352
  192. [DLG:IDD_DRIVERINFO]
  193. Type=1
  194. Class=CDriverInfo
  195. ControlCount=42
  196. Control1=IDC_STATIC,static,1342308354
  197. Control2=IDC_DSN,static,1342308352
  198. Control3=IDC_STATIC,static,1342308354
  199. Control4=IDC_SQL_USER_NAME,static,1342308352
  200. Control5=IDC_STATIC,static,1342308354
  201. Control6=IDC_SQL_SERVER_NAME,static,1342308352
  202. Control7=IDC_STATIC,static,1342308354
  203. Control8=IDC_SQL_DBMS_NAME,static,1342308352
  204. Control9=IDC_STATIC,static,1342308354
  205. Control10=IDC_SQL_DBMS_VER,static,1342308352
  206. Control11=IDC_STATIC,static,1342308354
  207. Control12=IDC_SQL_DRIVER_NAME,static,1342308352
  208. Control13=IDC_STATIC,static,1342308354
  209. Control14=IDC_SQL_DRIVER_VER,static,1342308352
  210. Control15=IDC_STATIC,static,1342308354
  211. Control16=IDC_SQL_DRIVER_ODBC_VER,static,1342308352
  212. Control17=IDC_STATIC,static,1342308354
  213. Control18=IDC_SQL_ODBC_VER,static,1342308352
  214. Control19=IDC_STATIC,static,1342308354
  215. Control20=IDC_SQL_ODBC_API_CONFORMANCE,static,1342308352
  216. Control21=IDC_STATIC,static,1342308354
  217. Control22=IDC_SQL_ODBC_SQL_CONFORMANCE,static,1342308352
  218. Control23=IDC_STATIC,static,1342308354
  219. Control24=IDC_SQL_ODBC_SAG_CLI_CONFORMANCE,static,1342308352
  220. Control25=IDC_STATIC,static,1342308354
  221. Control26=IDC_SQL_ODBC_SQL_OPT_IEF,static,1342308352
  222. Control27=IDC_STATIC,static,1342308354
  223. Control28=IDC_SQL_ACTIVE_CONNECTIONS,static,1342308352
  224. Control29=IDC_STATIC,static,1342308354
  225. Control30=IDC_SQL_ACTIVE_STATEMENTS,static,1342308352
  226. Control31=IDC_STATIC,static,1342308354
  227. Control32=IDC_SQL_MULT_RESULT_SETS,static,1342308352
  228. Control33=IDC_STATIC,static,1342308354
  229. Control34=IDC_SQL_FILE_USAGE,static,1342308352
  230. Control35=IDC_SQL_DATA_SOURCE_READ_ONLY,static,1342308352
  231. Control36=IDC_STATIC,static,1342308354
  232. Control37=IDC_STATIC,static,1342308354
  233. Control38=IDC_SQL_ACCESSIBLE_PROCEDURES,static,1342308352
  234. Control39=IDC_STATIC,static,1342308354
  235. Control40=IDC_SQL_ACCESSIBLE_TABLES,static,1342308352
  236. Control41=IDC_STATIC,static,1342308354
  237. Control42=IDC_SQL_DATABASE_NAME_X,edit,1342310528
  238. [DLG:IDD_FUNCTIONS]
  239. Type=1
  240. Class=CFunctions
  241. ControlCount=4
  242. Control1=IDC_API_FUNCTIONS,SysListView32,1350582293
  243. Control2=IDC_STATIC,static,1342308352
  244. Control3=IDC_SQL_FUNCTIONS,SysListView32,1350565909
  245. Control4=IDC_STATIC,static,1342308352
  246. [DLG:IDD_SUPPORTED_SQL_X]
  247. Type=1
  248. Class=CSupportedSQL
  249. ControlCount=30
  250. Control1=IDC_STATIC,static,1342308354
  251. Control2=IDC_AT_ADD,button,1342177282
  252. Control3=IDC_AT_DROP,button,1342177282
  253. Control4=IDC_STATIC,static,1342308354
  254. Control5=IDC_SQL_EXPRESSIONS_IN_ORDERBY,static,1342308352
  255. Control6=IDC_STATIC,static,1342308354
  256. Control7=IDC_SQL_GROUP_BY,static,1342308352
  257. Control8=IDC_STATIC,static,1342308354
  258. Control9=IDC_SQL_ORDER_BY_COLUMNS_IN_SELECT,static,1342308352
  259. Control10=IDC_STATIC,static,1342308354
  260. Control11=IDC_SQL_OUTER_JOINS,static,1342308352
  261. Control12=IDC_STATIC,static,1342308354
  262. Control13=IDC_SQL_SQ_CORRELATED_SUBQUERIES,button,1342177282
  263. Control14=IDC_SQL_SQ_COMPARISON,button,1342177282
  264. Control15=IDC_SQL_SQ_EXISTS,button,1342177282
  265. Control16=IDC_SQL_SQ_IN,button,1342177282
  266. Control17=IDC_SQL_SQ_QUANTIFIED,button,1342177282
  267. Control18=IDC_STATIC,static,1342308354
  268. Control19=IDC_SQL_U_UNION,button,1342177282
  269. Control20=IDC_SQL_U_UNION_ALL,button,1342177282
  270. Control21=IDC_STATIC,static,1342308354
  271. Control22=IDC_SQL_COLUMN_ALIAS,static,1342177280
  272. Control23=IDC_STATIC,static,1342177282
  273. Control24=IDC_SQL_CORRELATION_NAME,static,1342177280
  274. Control25=IDC_STATIC,static,1342308354
  275. Control26=IDC_SQL_LIKE_ESCAPE_CLAUSE,static,1342308352
  276. Control27=IDC_STATIC,static,1342308354
  277. Control28=IDC_SQL_PS_POSITIONED_DELETE,button,1342177282
  278. Control29=IDC_SQL_PS_POSITIONED_UPDATE,button,1342177282
  279. Control30=IDC_SQL_PS_SELECT_FOR_UPDATE,button,1342177282
  280. [DLG:IDD_DATA_TYPES]
  281. Type=1
  282. Class=CDataTypes
  283. ControlCount=28
  284. Control1=IDC_DATA_TYPE_LIST,listbox,1352732929
  285. Control2=IDC_STATIC,static,1342308352
  286. Control3=IDC_STATIC,static,1342308354
  287. Control4=IDC_SQL_TYPE,static,1342308352
  288. Control5=IDC_STATIC,static,1342308354
  289. Control6=IDC_PRECISION,static,1342308352
  290. Control7=IDC_STATIC,static,1342308354
  291. Control8=IDD_PREFIX_SUFFIX,static,1342308352
  292. Control9=IDC_STATIC,static,1342308354
  293. Control10=IDD_CREATE_PARAMS,static,1342308352
  294. Control11=IDC_STATIC,static,1342308354
  295. Control12=IDC_NULLABLE,static,1342308352
  296. Control13=IDC_STATIC,static,1342308354
  297. Control14=IDC_CASE_SENSITIVE,static,1342308352
  298. Control15=IDC_STATIC,static,1342308354
  299. Control16=IDC_SEARCHABLE,static,1342308352
  300. Control17=IDC_STATIC,static,1342308354
  301. Control18=IDC_UNSIGNED,static,1342308352
  302. Control19=IDC_STATIC,static,1342308354
  303. Control20=IDC_MONEY,static,1342308352
  304. Control21=IDC_STATIC,static,1342308354
  305. Control22=IDC_AUTO_INCREMENT,static,1342308352
  306. Control23=IDC_STATIC,static,1342308354
  307. Control24=IDC_MINIMUM_SCALE,static,1342308352
  308. Control25=IDC_STATIC,static,1342308354
  309. Control26=IDC_MAXIMUM_SCALE,static,1342308352
  310. Control27=IDC_CONVERSIONS,listbox,1352667393
  311. Control28=IDC_STATIC,static,1342308352
  312. [DLG:IDD_IDENTIFIERS]
  313. Type=1
  314. Class=CIdentifiers
  315. ControlCount=26
  316. Control1=IDC_ODBC_KEYWORDS,listbox,1352728835
  317. Control2=IDC_STATIC,static,1342308352
  318. Control3=IDC_DRIVER_KEYWORDS,listbox,1352728835
  319. Control4=IDC_STATIC,static,1342308352
  320. Control5=IDC_STATIC,static,1342177282
  321. Control6=IDC_SQL_IDENTIFIER_CASE,static,1342308352
  322. Control7=IDC_STATIC,static,1342177282
  323. Control8=IDC_SQL_IDENTIFIER_QUOTE_CHAR,static,1342308352
  324. Control9=IDC_STATIC,static,1342177282
  325. Control10=IDC_SQL_OWNER_TERM,static,1342308352
  326. Control11=IDC_STATIC,static,1342177282
  327. Control12=IDC_SQL_PROCEDURE_TERM,static,1342308352
  328. Control13=IDC_STATIC,static,1342177282
  329. Control14=IDC_SQL_QUALIFIER_LOCATION,static,1342308352
  330. Control15=IDC_STATIC,static,1342177282
  331. Control16=IDC_SQL_QUALIFIER_NAME_SEPARATOR,static,1342308352
  332. Control17=IDC_STATIC,static,1342177282
  333. Control18=IDC_SQL_QUALIFIER_TERM,static,1342308352
  334. Control19=IDC_STATIC,static,1342177282
  335. Control20=IDC_SQL_SPECIAL_CHARACTERS,edit,1350567940
  336. Control21=IDC_STATIC,static,1342177282
  337. Control22=IDC_SQL_TABLE_TERM,static,1342308352
  338. Control23=IDC_STATIC,static,1342177282
  339. Control24=IDC_SQL_SEARCH_PATTERN_ESCAPE,static,1342308352
  340. Control25=IDC_STATIC,static,1342177282
  341. Control26=IDC_SQL_QUOTED_IDENTIFIER_CASE,static,1342308352
  342. [DLG:IDD_LIMITS_X]
  343. Type=1
  344. Class=CLimits
  345. ControlCount=42
  346. Control1=IDC_STATIC,static,1342308354
  347. Control2=IDC_SQL_MAX_BINARY_LITERAL_LEN,static,1342308352
  348. Control3=IDC_STATIC,static,1342308354
  349. Control4=IDC_SQL_MAX_CHAR_LITERAL_LEN,static,1342308352
  350. Control5=IDC_STATIC,static,1342308354
  351. Control6=IDC_SQL_MAX_COLUMN_NAME_LEN,static,1342308352
  352. Control7=IDC_STATIC,static,1342308354
  353. Control8=IDC_SQL_MAX_COLUMNS_IN_GROUP_BY,static,1342308352
  354. Control9=IDC_STATIC,static,1342308354
  355. Control10=IDC_SQL_MAX_COLUMNS_IN_INDEX,static,1342308352
  356. Control11=IDC_STATIC,static,1342308354
  357. Control12=IDC_SQL_MAX_COLUMNS_IN_ORDER_BY,static,1342308352
  358. Control13=IDC_STATIC,static,1342308354
  359. Control14=IDC_SQL_MAX_COLUMNS_IN_SELECT,static,1342308352
  360. Control15=IDC_STATIC,static,1342308354
  361. Control16=IDC_SQL_MAX_COLUMNS_IN_TABLE,static,1342308352
  362. Control17=IDC_STATIC,static,1342308354
  363. Control18=IDC_SQL_MAX_CURS0R_NAME_LEN,static,1342308352
  364. Control19=IDC_STATIC,static,1342308354
  365. Control20=IDC_SQL_MAX_INDEX_SIZE,static,1342308352
  366. Control21=IDC_STATIC,static,1342308354
  367. Control22=IDC_SQL_MAX_OWNER_NAME_LEN,static,1342308352
  368. Control23=IDC_STATIC,static,1342308354
  369. Control24=IDC_SQL_MAX_PROCEDURE_NAME_LEN,static,1342308352
  370. Control25=IDC_STATIC,static,1342308354
  371. Control26=IDC_SQL_MAX_QUALIFIER_NAME_LEN,static,1342308352
  372. Control27=IDC_STATIC,static,1342308354
  373. Control28=IDC_SQL_MAX_ROW_SIZE,static,1342308352
  374. Control29=IDC_STATIC,static,1342308354
  375. Control30=IDC_SQL_MAX_ROW_SIZE_INCLUDES_LONG,static,1342308352
  376. Control31=IDC_STATIC,static,1342308354
  377. Control32=IDC_SQL_MAX_STATEMENT_LEN,static,1342308352
  378. Control33=IDC_STATIC,static,1342308354
  379. Control34=IDC_SQL_MAX_TABLE_NAME_LEN,static,1342308352
  380. Control35=IDC_STATIC,static,1342308354
  381. Control36=IDC_SQL_MAX_TABLES_IN_SELECT,static,1342308352
  382. Control37=IDC_STATIC,static,1342308354
  383. Control38=IDC_SQL_MAX_USER_NAME_LEN,static,1342308352
  384. Control39=IDC_STATIC,static,1342308352
  385. Control40=IDC_STATIC,static,1342308352
  386. Control41=IDC_SQL_TIMEDATE_ADD_INTERVALS,SysListView32,1350582341
  387. Control42=IDC_SQL_TIMEDATE_DIFF_INTERVALS,SysListView32,1350582341
  388. [DLG:IDD_MISC1_X]
  389. Type=1
  390. Class=CMisc1
  391. ControlCount=31
  392. Control1=IDC_STATIC,static,1342308354
  393. Control2=IDC_SQL_TXN_CAPABLE,static,1342308352
  394. Control3=IDC_STATIC,static,1342308354
  395. Control4=IDC_SQL_CURSOR_COMMIT_BEHAVIOR,static,1342308352
  396. Control5=IDC_STATIC,static,1342308354
  397. Control6=IDC_SQL_CURSOR_ROLLBACK_BEHAVIOR,static,1342308352
  398. Control7=IDC_STATIC,static,1342308354
  399. Control8=IDC_SQL_TXN_READ_UNCOMMITTED,button,1342177282
  400. Control9=IDC_SQL_TXN_READ_COMMITTED,button,1342177282
  401. Control10=IDC_SQL_TXN_REPEATABLE_READ,button,1342177282
  402. Control11=IDC_SQL_TXN_SERIALIZABLE,button,1342177282
  403. Control12=IDC_STATIC,static,1342308354
  404. Control13=IDC_SQL_DEFAULT_TXN_ISOLATION,static,1342308352
  405. Control14=IDC_STATIC,static,1342308354
  406. Control15=IDC_SQL_MULTIPLE_ACTIVE_TXN,static,1342308352
  407. Control16=IDC_STATIC,static,1342308354
  408. Control17=IDC_SQL_BP_CLOSE,button,1342177282
  409. Control18=IDC_SQL_BP_DELETE,button,1342177282
  410. Control19=IDC_SQL_BP_DROP,button,1342177282
  411. Control20=IDC_SQL_BP_SCROLL,button,1342177282
  412. Control21=IDC_SQL_BP_TRANSACTION,button,1342177282
  413. Control22=IDC_SQL_BP_UPDATE,button,1342177282
  414. Control23=IDC_SQL_BP_OTHER_HSTMT,button,1342177282
  415. Control24=IDC_STATIC,static,1342308354
  416. Control25=IDC_SQL_LCK_NO_CHANGE,button,1342177282
  417. Control26=IDC_SQL_LCK_EXCLUSIVE,button,1342177282
  418. Control27=IDC_SQL_LCK_UNLOCK,button,1342177282
  419. Control28=IDC_STATIC,static,1342308354
  420. Control29=IDC_SQL_SS_ADDITIONS,button,1342177282
  421. Control30=IDC_SQL_SS_DELETIONS,button,1342177282
  422. Control31=IDC_SQL_SS_UPDATES,button,1342177282
  423. [DLG:IDD_MISC2]
  424. Type=1
  425. Class=CMisc2
  426. ControlCount=54
  427. Control1=IDC_STATIC,static,1342308354
  428. Control2=IDC_SQL_NEED_LONG_DATA_LEN,static,1342308352
  429. Control3=IDC_STATIC,static,1342308354
  430. Control4=IDC_SQL_NON_NULLABLE_COLUMNS,static,1342308352
  431. Control5=IDC_STATIC,static,1342308354
  432. Control6=IDC_SQL_PROCEDURES,static,1342308352
  433. Control7=IDC_STATIC,static,1342308354
  434. Control8=IDC_SQL_CONCAT_NULL_BEHAVIOR,static,1342308352
  435. Control9=IDC_STATIC,static,1342308354
  436. Control10=IDC_SQL_FD_FETCH_NEXT,button,1342177282
  437. Control11=IDC_SQL_FD_FETCH_FIRST,button,1342177282
  438. Control12=IDC_SQL_FD_FETCH_LAST,button,1342177282
  439. Control13=IDC_SQL_FD_FETCH_PRIOR,button,1342177282
  440. Control14=IDC_SQL_FD_FETCH_ABSOLUTE,button,1342177282
  441. Control15=IDC_SQL_FD_FETCH_RELATIVE,button,1342177282
  442. Control16=IDC_SQL_FD_FETCH_BOOKMARK,button,1342177282
  443. Control17=IDC_STATIC,static,1342308354
  444. Control18=IDC_SQL_GD_ANY_COLUMN,button,1342177282
  445. Control19=IDC_SQL_GD_ANY_ORDER,button,1342177282
  446. Control20=IDC_SQL_GD_BLOCK,button,1342177282
  447. Control21=IDC_SQL_GD_BOUND,button,1342177282
  448. Control22=IDC_STATIC,static,1342308354
  449. Control23=IDC_SQL_NULL_COLLATION,static,1342308352
  450. Control24=IDC_STATIC,static,1342308354
  451. Control25=IDC_SQL_OU_DML_STATEMENTS,button,1342177282
  452. Control26=IDC_SQL_OU_PROCEDURE_INVOCATION,button,1342177282
  453. Control27=IDC_SQL_OU_TABLE_DEFINITION,button,1342177282
  454. Control28=IDC_SQL_OU_INDEX_DEFINITION,button,1342177282
  455. Control29=IDC_SQL_OU_PRIVILEGE_DEFINITION,button,1342177282
  456. Control30=IDC_STATIC,static,1342308354
  457. Control31=IDC_SQL_POS_POSITION,button,1342177282
  458. Control32=IDC_SQL_POS_REFRESH,button,1342177282
  459. Control33=IDC_SQL_POS_UPDATE,button,1342177282
  460. Control34=IDC_SQL_POS_DELETE,button,1342177282
  461. Control35=IDC_SQL_POS_ADD,button,1342177282
  462. Control36=IDC_STATIC,static,1342308354
  463. Control37=IDC_SQL_QU_DML_STATEMENTS,button,1342177282
  464. Control38=IDC_SQL_QU_PROCEDURE_INVOCATION,button,1342177282
  465. Control39=IDC_SQL_QU_TABLE_DEFINITION,button,1342177282
  466. Control40=IDC_SQL_QU_INDEX_DEFINITION,button,1342177282
  467. Control41=IDC_SQL_QU_PRIVILEGE_DEFINITION,button,1342177282
  468. Control42=IDC_STATIC,static,1342308354
  469. Control43=IDC_SQL_SCCO_READ_ONLY,button,1342177282
  470. Control44=IDC_SQL_SCCO_LOCK,button,1342177282
  471. Control45=IDC_SQL_SCCO_OPT_ROWVER,button,1342177282
  472. Control46=IDC_SQL_SCCO_OPT_VALUES,button,1342177282
  473. Control47=IDC_STATIC,static,1342308354
  474. Control48=IDC_SQL_SO_FORWARD_ONLY,button,1342177282
  475. Control49=IDC_SQL_SO_STATIC,button,1342177282
  476. Control50=IDC_SQL_SO_KEYSET_DRIVEN,button,1342177282
  477. Control51=IDC_SQL_SO_DYNAMIC,button,1342177282
  478. Control52=IDC_SQL_SO_MIXED,button,1342177282
  479. Control53=IDC_STATIC,static,1342308354
  480. Control54=IDC_SQL_ROW_UPDATES,static,1342308352
  481. [DLG:IDD_ABOUTBOX]
  482. Type=1
  483. Class=CAboutDlg
  484. ControlCount=5
  485. Control1=IDC_STATIC,static,1342177283
  486. Control2=IDC_STATIC,static,1342308480
  487. Control3=IDC_STATIC,static,1342308352
  488. Control4=IDOK,button,1342373889
  489. Control5=IDC_URL_TEXT,static,1342308352
  490. [DLG:IDD_SELECT_PROCEDURES]
  491. Type=1
  492. Class=CProceduresDlg
  493. ControlCount=5
  494. Control1=IDC_SEARCH,edit,1350631552
  495. Control2=IDC_LIST1,SysListView32,1350631445
  496. Control3=IDOK,button,1342242817
  497. Control4=IDCANCEL,button,1342242816
  498. Control5=IDC_STATIC,static,1342308352
  499. [DLG:IDD_QUERY_OPTIONS]
  500. Type=1
  501. Class=CQueryOptionsDlg
  502. ControlCount=5
  503. Control1=IDC_EXECUTION_PRIORITY,combobox,1344339971
  504. Control2=IDOK,button,1342242817
  505. Control3=IDCANCEL,button,1342242816
  506. Control4=IDC_RESET,button,1342242816
  507. Control5=IDC_STATIC,static,1342308352
  508. [DLG:IDD_SELECT_TABLES]
  509. Type=1
  510. Class=CSelectTables
  511. ControlCount=8
  512. Control1=IDC_SEARCH,edit,1350631552
  513. Control2=IDC_LIST1,SysListView32,1350631445
  514. Control3=IDC_SYSTEM_TABLES,button,1342242819
  515. Control4=IDC_VIEWS,button,1342242819
  516. Control5=IDC_TEXT_ONLY,button,1476460547
  517. Control6=IDOK,button,1342242817
  518. Control7=IDCANCEL,button,1342242816
  519. Control8=IDC_STATIC,static,1342308352
  520. [MNU:IDR_MAINFRAME]
  521. Type=1
  522. Class=CMainFrame
  523. Command1=ID_FILE_NEW
  524. Command2=ID_FILE_OPEN
  525. Command3=ID_FILE_SAVE
  526. Command4=ID_FILE_SAVE_AS
  527. Command5=ID_FILE_PRINT
  528. Command6=ID_FILE_PRINT_SETUP
  529. Command7=ID_FILE_MRU_FILE1
  530. Command8=ID_APP_EXIT
  531. Command9=ID_EDIT_UNDO
  532. Command10=ID_EDIT_CUT
  533. Command11=ID_EDIT_COPY
  534. Command12=ID_EDIT_PASTE
  535. Command13=ID_EDIT_SELECT_ALL
  536. Command14=ID_EDIT_FIND
  537. Command15=ID_EDIT_REPEAT
  538. Command16=ID_EDIT_REPLACE
  539. Command17=ID_VIEW_TOOLBAR
  540. Command18=ID_VIEW_STATUS_BAR
  541. Command19=ID_VIEW_PREV_RESULT_SET
  542. Command20=ID_VIEW_NEXT_RESULT_SET
  543. Command21=ID_VIEW_FIRST_RESULT_SET
  544. Command22=ID_VIEW_LAST_RESULT_SET
  545. Command23=ID_VIEW_WRAP_WORD
  546. Command24=ID_SQL_LOGON
  547. Command25=ID_SQL_LOGOFF
  548. Command26=ID_SERVER_CONFIGURE
  549. Command27=ID_SQL_SELECT_TABLES
  550. Command28=ID_SQL_SELECT_PROCEDURES
  551. Command29=ID_SQL_EXECUTE
  552. Command30=ID_SQL_CANCEL
  553. Command31=ID_QUERY_NEW
  554. Command32=ID_EDIT_CLEAR
  555. Command33=ID_QUERY_OPTIONS
  556. Command34=ID_HELP_ODBC_INFO
  557. Command35=ID_APP_ABOUT
  558. CommandCount=35
  559. [MNU:IDR_RCLICK]
  560. Type=1
  561. Class=?
  562. Command1=ID_SQL_EXECUTE
  563. Command2=ID_EDIT_UNDO
  564. Command3=ID_EDIT_CUT
  565. Command4=ID_EDIT_COPY
  566. Command5=ID_EDIT_PASTE
  567. Command6=ID_EDIT_CLEAR
  568. Command7=ID_EDIT_SELECT_ALL
  569. Command8=ID_EDIT_COPY
  570. Command9=ID_GRID_SAVE_SELECTION
  571. Command10=ID_EDIT_UNDO
  572. Command11=ID_EDIT_CUT
  573. Command12=ID_EDIT_COPY
  574. Command13=ID_EDIT_PASTE
  575. Command14=ID_EDIT_SELECT_ALL
  576. Command15=ID_FILE_SAVE_AS
  577. Command16=ID_FILE_PRINT
  578. CommandCount=16
  579. [ACL:IDR_MAINFRAME]
  580. Type=1
  581. Class=?
  582. Command1=ID_EDIT_SELECT_ALL
  583. Command2=ID_EDIT_COPY
  584. Command3=ID_SQL_LOGON
  585. Command4=ID_SQL_LOGOFF
  586. Command5=ID_SQL_EXECUTE
  587. Command6=ID_EDIT_FIND
  588. Command7=ID_EDIT_REPLACE
  589. Command8=ID_FILE_NEW
  590. Command9=ID_FILE_OPEN
  591. Command10=ID_FILE_PRINT
  592. Command11=ID_QUERY_NEW
  593. Command12=ID_FILE_SAVE
  594. Command13=ID_EDIT_PASTE
  595. Command14=ID_EDIT_UNDO
  596. Command15=ID_EDIT_CUT
  597. Command16=ID_CANCEL_EDIT_CNTR
  598. Command17=ID_HELP_ODBC_INFO
  599. Command18=ID_VIEW_WRAP_WORD
  600. Command19=ID_EDIT_REPEAT
  601. Command20=ID_NEXT_PANE
  602. Command21=ID_PREV_PANE
  603. Command22=ID_SQL_SELECT_TABLES
  604. Command23=ID_SQL_SELECT_PROCEDURES
  605. Command24=ID_EDIT_COPY
  606. Command25=ID_OLE_EDIT_PROPERTIES
  607. Command26=ID_SQL_EXECUTE
  608. CommandCount=26
  609. [ACL:IDR_CNTR_INPLACE]
  610. Type=1
  611. Class=?
  612. Command1=ID_FILE_NEW
  613. Command2=ID_FILE_OPEN
  614. Command3=ID_FILE_PRINT
  615. Command4=ID_FILE_SAVE
  616. Command5=ID_CANCEL_EDIT_CNTR
  617. Command6=ID_NEXT_PANE
  618. Command7=ID_PREV_PANE
  619. CommandCount=7
  620. [DLG:IDD_EXPORT_DIALOG]
  621. Type=1
  622. Class=?
  623. ControlCount=4
  624. Control1=stc32,button,1207959559
  625. Control2=IDC_STATIC,static,1342308352
  626. Control3=IDC_DELIMITER,combobox,1344339971
  627. Control4=IDC_COLUMNS,button,1342242819
  628. [TB:IDR_MAINFRAME]
  629. Type=1
  630. Class=?
  631. Command1=ID_FILE_NEW
  632. Command2=ID_FILE_OPEN
  633. Command3=ID_FILE_SAVE
  634. Command4=ID_EDIT_CUT
  635. Command5=ID_EDIT_COPY
  636. Command6=ID_EDIT_PASTE
  637. Command7=ID_SQL_LOGON
  638. Command8=ID_SQL_LOGOFF
  639. Command9=ID_SQL_OBJECTS
  640. Command10=ID_SQL_EXECUTE
  641. Command11=ID_SQL_CANCEL
  642. Command12=ID_QUERY_NEW
  643. Command13=IDW_COMBO
  644. Command14=ID_VIEW_PREV_RESULT_SET
  645. Command15=ID_VIEW_NEXT_RESULT_SET
  646. Command16=ID_VIEW_FIRST_RESULT_SET
  647. Command17=ID_VIEW_LAST_RESULT_SET
  648. Command18=ID_APP_ABOUT
  649. CommandCount=18