home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VCM / VCM.MDB / VcmComponentContainer / 14_Cabinet / DBVIEWER.CLW < prev    next >
Encoding:
MFC ClassWizard info  |  1998-05-18  |  6.0 KB  |  302 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CDBListView
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "dbviewer.h"
  9. LastPage=0
  10.  
  11. ClassCount=18
  12. Class1=CListCtrlEx
  13. Class2=CTreeCtrlEx
  14. Class3=CDBViewDoc
  15. Class4=CDBListView
  16. Class5=CDBTreeView
  17. Class6=CDBViewApp
  18. Class7=CAboutDlg
  19. Class8=CDBViewView
  20. Class9=CDlgParams
  21. Class10=CDlgSQL
  22. Class11=CEditDlg
  23. Class12=CMainFrame
  24. Class13=COptionsDlg
  25. Class14=CRenameDlg
  26. Class15=CUpdatesDlg
  27.  
  28. ResourceCount=11
  29. Resource1=IDR_POPUP_QUERY
  30. Resource2=IDD_EDIT_DIALOG
  31. Resource3=IDR_POPUP_TABLE
  32. Resource4=IDD_DLGUPDATES (English (U.K.))
  33. Resource5=IDD_ABOUTBOX
  34. Resource6=IDD_DLGOPTIONS
  35. Resource7=IDD_DLGSQL
  36. Resource8=IDD_DLGUPDATES (English (U.K.))
  37. Resource9=IDD_ERRORS
  38. Class16=CDlgProgress
  39. Class17=CProgressDlg
  40. Resource10=IDD_RENAME
  41. Class18=CErrorsDialog
  42. Resource11=IDR_MAINFRAME
  43.  
  44. [CLS:CListCtrlEx]
  45. Type=0
  46. BaseClass=CListCtrl
  47. HeaderFile=ctrlext.h
  48. ImplementationFile=ctrlext.cpp
  49.  
  50. [CLS:CTreeCtrlEx]
  51. Type=0
  52. BaseClass=CTreeCtrl
  53. HeaderFile=ctrlext.h
  54. ImplementationFile=ctrlext.cpp
  55.  
  56. [CLS:CDBViewDoc]
  57. Type=0
  58. BaseClass=CDocument
  59. HeaderFile=DBDoc.h
  60. ImplementationFile=DBDoc.cpp
  61. LastObject=CDBViewDoc
  62.  
  63. [CLS:CDBListView]
  64. Type=0
  65. BaseClass=CListView
  66. HeaderFile=DBListVw.h
  67. ImplementationFile=dblistvw.cpp
  68. LastObject=CDBListView
  69. Filter=C
  70. VirtualFilter=VWC
  71.  
  72. [CLS:CDBTreeView]
  73. Type=0
  74. BaseClass=CTreeView
  75. HeaderFile=DBTreeVw.h
  76. ImplementationFile=dbtreevw.cpp
  77. LastObject=CDBTreeView
  78.  
  79. [CLS:CDBViewApp]
  80. Type=0
  81. BaseClass=CWinApp
  82. HeaderFile=DBView.h
  83. ImplementationFile=dbviewer.cpp
  84. LastObject=CDBViewApp
  85.  
  86. [CLS:CAboutDlg]
  87. Type=0
  88. BaseClass=CDialog
  89. HeaderFile=dbviewer.cpp
  90. ImplementationFile=dbviewer.cpp
  91. LastObject=CAboutDlg
  92.  
  93. [CLS:CDBViewView]
  94. Type=0
  95. BaseClass=CTreeView
  96. HeaderFile=dbviewvw.h
  97. ImplementationFile=dbviewvw.cpp
  98. LastObject=CDBViewView
  99.  
  100. [CLS:CDlgParams]
  101. Type=0
  102. BaseClass=CDialog
  103. HeaderFile=dlgparam.h
  104. ImplementationFile=dlgparam.cpp
  105. LastObject=CDlgParams
  106.  
  107. [CLS:CDlgSQL]
  108. Type=0
  109. BaseClass=CDialog
  110. HeaderFile=dlgsql.h
  111. ImplementationFile=dlgsql.cpp
  112. LastObject=ID_CALL_PROCEDURE
  113.  
  114. [CLS:CEditDlg]
  115. Type=0
  116. BaseClass=CDialog
  117. HeaderFile=EditDlg.h
  118. ImplementationFile=EditDlg.cpp
  119. Filter=D
  120. VirtualFilter=dWC
  121. LastObject=CEditDlg
  122.  
  123. [CLS:CMainFrame]
  124. Type=0
  125. BaseClass=CFrameWnd
  126. HeaderFile=MainFrm.h
  127. ImplementationFile=mainfrm.cpp
  128.  
  129. [CLS:COptionsDlg]
  130. Type=0
  131. BaseClass=CPropertyPage
  132. HeaderFile=optiondg.h
  133. ImplementationFile=optiondg.cpp
  134.  
  135. [CLS:CRenameDlg]
  136. Type=0
  137. BaseClass=CDialog
  138. HeaderFile=rendlg.h
  139. ImplementationFile=rendlg.cpp
  140.  
  141. [CLS:CUpdatesDlg]
  142. Type=0
  143. BaseClass=CPropertyPage
  144. HeaderFile=upddlg.h
  145. ImplementationFile=upddlg.cpp
  146.  
  147. [DLG:IDD_ABOUTBOX]
  148. Type=1
  149. Class=CAboutDlg
  150. ControlCount=4
  151. Control1=IDC_STATIC,static,1342177283
  152. Control2=IDC_STATIC,static,1342308480
  153. Control3=IDC_STATIC,static,1342308352
  154. Control4=IDOK,button,1342373889
  155.  
  156. [DLG:IDD_DLGSQL]
  157. Type=1
  158. Class=CDlgSQL
  159. ControlCount=4
  160. Control1=IDC_EDITSQL,edit,1350635652
  161. Control2=IDOK,button,1342242817
  162. Control3=IDCANCEL,button,1342242816
  163. Control4=IDC_STATIC,static,1342308352
  164.  
  165. [DLG:IDD_EDIT_DIALOG]
  166. Type=1
  167. Class=CEditDlg
  168. ControlCount=6
  169. Control1=IDOK,button,1342242817
  170. Control2=IDCANCEL,button,1342242816
  171. Control3=IDC_STATIC,static,1342308352
  172. Control4=IDC_LIST1,listbox,1353777409
  173. Control5=IDC_STATIC,static,1342308352
  174. Control6=IDC_EDIT2,edit,1350631552
  175.  
  176. [DLG:IDD_DLGOPTIONS]
  177. Type=1
  178. Class=COptionsDlg
  179. ControlCount=5
  180. Control1=IDC_BSYSTEMOBJECTS,button,1342242819
  181. Control2=IDC_BWARNINGS,button,1342242819
  182. Control3=IDC_BOPENODBC,button,1476460547
  183. Control4=IDC_STATIC,static,1342308352
  184. Control5=IDC_MAXRECS,edit,1350631552
  185.  
  186. [DLG:IDD_RENAME]
  187. Type=1
  188. Class=CRenameDlg
  189. ControlCount=6
  190. Control1=IDC_ITEMNAME,edit,1350631552
  191. Control2=IDOK,button,1342242817
  192. Control3=IDCANCEL,button,1342242816
  193. Control4=IDC_STATIC,static,1342308352
  194. Control5=IDC_STATIC,static,1342308352
  195. Control6=IDC_STATIC,static,1342308352
  196.  
  197. [MNU:IDR_MAINFRAME]
  198. Type=1
  199. Class=?
  200. Command1=ID_FILE_OPEN
  201. Command2=ID_FILE_MRU_FILE1
  202. Command3=ID_APP_EXIT
  203. Command4=ID_EDIT_UNDO
  204. Command5=ID_EDIT_CUT
  205. Command6=ID_EDIT_COPY
  206. Command7=ID_EDIT_PASTE
  207. Command8=ID_QUERY_EDIT
  208. Command9=ID_VIEW_TOOLBAR
  209. Command10=ID_VIEW_STATUS_BAR
  210. Command11=ID_VIEW_OPTIONS
  211. Command12=ID_APP_ABOUT
  212. CommandCount=12
  213.  
  214. [MNU:IDR_POPUP_QUERY]
  215. Type=1
  216. Class=?
  217. Command1=ID_QUERY_RUN
  218. CommandCount=1
  219.  
  220. [MNU:IDR_POPUP_TABLE]
  221. Type=1
  222. Class=?
  223. Command1=ID_TABLE_SCHEMA
  224. Command2=ID_TABLE_DATA
  225. Command3=ID_TABLE_INSERT
  226. CommandCount=3
  227.  
  228. [ACL:IDR_MAINFRAME]
  229. Type=1
  230. Class=?
  231. Command1=ID_FILE_NEW
  232. Command2=ID_FILE_OPEN
  233. Command3=ID_FILE_SAVE
  234. Command4=ID_EDIT_UNDO
  235. Command5=ID_EDIT_CUT
  236. Command6=ID_EDIT_COPY
  237. Command7=ID_EDIT_PASTE
  238. Command8=ID_EDIT_UNDO
  239. Command9=ID_EDIT_CUT
  240. Command10=ID_EDIT_COPY
  241. Command11=ID_EDIT_PASTE
  242. Command12=ID_NEXT_PANE
  243. Command13=ID_PREV_PANE
  244. CommandCount=13
  245.  
  246. [DLG:IDD_DLGUPDATES (English (U.K.))]
  247. Type=1
  248. Class=?
  249. ControlCount=1
  250. Control1=IDC_POSITON_UPATDE,button,1342242819
  251.  
  252. [TB:IDR_MAINFRAME]
  253. Type=1
  254. Class=?
  255. Command1=ID_FILE_OPEN
  256. Command2=ID_EDIT_CUT
  257. Command3=ID_EDIT_COPY
  258. Command4=ID_EDIT_PASTE
  259. Command5=ID_NEXT_RESULT
  260. Command6=ID_APP_CLONE
  261. Command7=ID_CALL_PROCEDURE
  262. Command8=ID_APP_ABOUT
  263. CommandCount=8
  264.  
  265. [CLS:CDlgProgress]
  266. Type=0
  267. HeaderFile=dlgprog.h
  268. ImplementationFile=dlgprog.cpp
  269. BaseClass=CDialog
  270. Filter=D
  271. VirtualFilter=dWC
  272. LastObject=CDlgProgress
  273.  
  274. [CLS:CProgressDlg]
  275. Type=0
  276. HeaderFile=ProgDlg.h
  277. ImplementationFile=ProgDlg.cpp
  278. BaseClass=CDialog
  279.  
  280. [DLG:IDD_ERRORS]
  281. Type=1
  282. Class=CErrorsDialog
  283. ControlCount=8
  284. Control1=IDC_STATIC,static,1342308352
  285. Control2=IDC_LIST_SOURCE,listbox,1353777411
  286. Control3=IDC_STATIC,static,1342308352
  287. Control4=IDC_EDIT_DESCRIPTION,edit,1350633540
  288. Control5=IDC_STATIC,static,1342308352
  289. Control6=IDC_EDIT_GUID,edit,1350633600
  290. Control7=IDOK,button,1342242817
  291. Control8=IDHELP,button,1342242817
  292.  
  293. [CLS:CErrorsDialog]
  294. Type=0
  295. HeaderFile=ErrorDlg.h
  296. ImplementationFile=ErrorDlg.cpp
  297. BaseClass=CDialog
  298. Filter=D
  299. VirtualFilter=dWC
  300. LastObject=ID_NEXT_RESULT
  301.  
  302.