home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / database / daoview / daoview.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1998-03-27  |  4.2 KB  |  211 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CDaoViewApp
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "daoview.h"
  9. LastPage=0
  10.  
  11. ClassCount=10
  12. Class1=CDaoViewApp
  13. Class2=CAboutDlg
  14. Class3=CDaoViewDoc
  15. Class4=CDlgParams
  16. Class5=CDlgSQL
  17. Class6=CDaoListView
  18. Class7=CMainFrame
  19. Class8=COptionsDlg
  20. Class9=CRenameDlg
  21. Class10=CDaoTreeView
  22.  
  23. ResourceCount=8
  24. Resource1=IDD_DLGPARAMS
  25. Resource2=IDR_POPUP_QUERY
  26. Resource3=IDR_POPUP_TABLE
  27. Resource4=IDD_DLGOPTIONS
  28. Resource5=IDD_ABOUTBOX
  29. Resource6=IDD_DLGSQL
  30. Resource7=IDD_RENAME
  31. Resource8=IDR_MAINFRAME
  32.  
  33. [CLS:CDaoViewApp]
  34. Type=0
  35. HeaderFile=daoview.h
  36. ImplementationFile=daoview.cpp
  37.  
  38. [CLS:CAboutDlg]
  39. Type=0
  40. BaseClass=CDialog
  41. HeaderFile=daoview.cpp
  42. ImplementationFile=daoview.cpp
  43. LastObject=CAboutDlg
  44.  
  45. [CLS:CDaoViewDoc]
  46. Type=0
  47. BaseClass=CDocument
  48. HeaderFile=daovwdoc.h
  49. ImplementationFile=daovwdoc.cpp
  50.  
  51. [CLS:CDlgParams]
  52. Type=0
  53. BaseClass=CDialog
  54. HeaderFile=dlgparam.h
  55. ImplementationFile=dlgparam.cpp
  56.  
  57. [CLS:CDlgSQL]
  58. Type=0
  59. BaseClass=CDialog
  60. HeaderFile=dlgsql.h
  61. ImplementationFile=dlgsql.cpp
  62.  
  63. [CLS:CDaoListView]
  64. Type=0
  65. BaseClass=CListView
  66. HeaderFile=listview.h
  67. ImplementationFile=listview.cpp
  68.  
  69. [CLS:CMainFrame]
  70. Type=0
  71. BaseClass=CFrameWnd
  72. HeaderFile=mainfrm.h
  73. ImplementationFile=mainfrm.cpp
  74.  
  75. [CLS:COptionsDlg]
  76. Type=0
  77. BaseClass=CPropertyPage
  78. HeaderFile=optionsd.h
  79. ImplementationFile=optionsd.cpp
  80.  
  81. [CLS:CRenameDlg]
  82. Type=0
  83. BaseClass=CDialog
  84. HeaderFile=renamedl.h
  85. ImplementationFile=renamedl.cpp
  86.  
  87. [CLS:CDaoTreeView]
  88. Type=0
  89. BaseClass=CTreeView
  90. HeaderFile=treeview.h
  91. ImplementationFile=treeview.cpp
  92.  
  93. [DLG:IDD_ABOUTBOX]
  94. Type=1
  95. Class=CAboutDlg
  96. ControlCount=9
  97. Control1=IDC_STATIC,static,1342177283
  98. Control2=IDC_STATIC,static,1342308352
  99. Control3=IDC_STATIC,static,1342308352
  100. Control4=IDOK,button,1342373889
  101. Control5=IDC_STATIC,static,1342308352
  102. Control6=IDC_VERSION,static,1342308352
  103. Control7=IDC_STATIC,static,1342308352
  104. Control8=IDC_STATIC,static,1342308352
  105. Control9=IDC_STATIC,static,1350701057
  106.  
  107. [DLG:IDD_DIALOG2]
  108. Type=1
  109. Class=CDlgParams
  110.  
  111. [DLG:IDD_DLGSQL]
  112. Type=1
  113. Class=CDlgSQL
  114. ControlCount=6
  115. Control1=IDC_EDITNAME,edit,1350631552
  116. Control2=IDC_EDITSQL,edit,1350635652
  117. Control3=IDOK,button,1342242817
  118. Control4=IDCANCEL,button,1342242816
  119. Control5=IDC_STATIC,static,1342308352
  120. Control6=IDC_STATIC,static,1342308352
  121.  
  122. [DLG:IDD_DLGOPTIONS]
  123. Type=1
  124. Class=COptionsDlg
  125. ControlCount=5
  126. Control1=IDC_BSYSTEMOBJECTS,button,1342242819
  127. Control2=IDC_BWARNINGS,button,1342242819
  128. Control3=IDC_BOPENODBC,button,1476460547
  129. Control4=IDC_STATIC,static,1342308352
  130. Control5=IDC_MAXRECS,edit,1350631552
  131.  
  132. [DLG:IDD_RENAME]
  133. Type=1
  134. Class=CRenameDlg
  135. ControlCount=6
  136. Control1=IDC_ITEMNAME,edit,1350631552
  137. Control2=IDOK,button,1342242817
  138. Control3=IDCANCEL,button,1342242816
  139. Control4=IDC_STATIC,static,1342308352
  140. Control5=IDC_STATIC,static,1342308352
  141. Control6=IDC_STATIC,static,1342308352
  142.  
  143. [MNU:IDR_MAINFRAME]
  144. Type=1
  145. Class=?
  146. Command1=ID_FILE_OPEN
  147. Command2=ID_FILE_MRU_FILE1
  148. Command3=ID_APP_EXIT
  149. Command4=ID_EDIT_UNDO
  150. Command5=ID_EDIT_CUT
  151. Command6=ID_EDIT_COPY
  152. Command7=ID_EDIT_PASTE
  153. Command8=ID_EDIT_NEWQUERY
  154. Command9=ID_VIEW_TOOLBAR
  155. Command10=ID_VIEW_STATUS_BAR
  156. Command11=ID_VIEW_OPTIONS
  157. Command12=ID_APP_ABOUT
  158. CommandCount=12
  159.  
  160. [MNU:IDR_POPUP_TABLE]
  161. Type=1
  162. Class=?
  163. Command1=ID_TABLE_SCHEMA
  164. Command2=ID_TABLE_DATA
  165. CommandCount=2
  166.  
  167. [MNU:IDR_POPUP_QUERY]
  168. Type=1
  169. Class=?
  170. Command1=ID_QUERY_DEFINITION
  171. Command2=ID_QUERY_RUN
  172. Command3=ID_QUERY_EDIT
  173. CommandCount=3
  174.  
  175. [ACL:IDR_MAINFRAME]
  176. Type=1
  177. Class=?
  178. Command1=ID_FILE_NEW
  179. Command2=ID_FILE_OPEN
  180. Command3=ID_FILE_SAVE
  181. Command4=ID_EDIT_UNDO
  182. Command5=ID_EDIT_CUT
  183. Command6=ID_EDIT_COPY
  184. Command7=ID_EDIT_PASTE
  185. Command8=ID_EDIT_UNDO
  186. Command9=ID_EDIT_CUT
  187. Command10=ID_EDIT_COPY
  188. Command11=ID_EDIT_PASTE
  189. Command12=ID_NEXT_PANE
  190. Command13=ID_PREV_PANE
  191. CommandCount=13
  192.  
  193. [DLG:IDD_DLGPARAMS]
  194. Type=1
  195. Class=?
  196. ControlCount=4
  197. Control1=IDOK,button,1342242817
  198. Control2=IDCANCEL,button,1342242816
  199. Control3=IDC_STATIC,static,1342308352
  200. Control4=IDC_LISTVIEW1,SysListView32,1350631941
  201.  
  202. [TB:IDR_MAINFRAME]
  203. Type=1
  204. Class=?
  205. Command1=ID_FILE_OPEN
  206. Command2=ID_EDIT_CUT
  207. Command3=ID_EDIT_PASTE
  208. Command4=ID_APP_CLONE
  209. CommandCount=4
  210.  
  211.