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

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CCourseSet
  6. LastTemplate=CDaoRecordset
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "DaoEnrol.h"
  9. LastPage=0
  10.  
  11. ClassCount=7
  12. Class1=CDaoEnrolApp
  13. Class2=CDaoEnrolDoc
  14. Class3=CSectionForm
  15. Class4=CMainFrame
  16. Class6=CAboutDlg
  17.  
  18. ResourceCount=4
  19. Resource1=IDD_ABOUTBOX
  20. Resource2=IDR_MAINFRAME
  21. Class5=CsectionSet
  22. Resource3=IDD_DAOENROL_FORM
  23. Class7=CCourseSet
  24. Resource4=IDD_COURSE_FORM
  25.  
  26. [CLS:CDaoEnrolApp]
  27. Type=0
  28. HeaderFile=DaoEnrol.h
  29. ImplementationFile=DaoEnrol.cpp
  30. Filter=N
  31.  
  32. [CLS:CDaoEnrolDoc]
  33. Type=0
  34. HeaderFile=denrldoc.h
  35. ImplementationFile=denrldoc.cpp
  36. Filter=N
  37.  
  38. [CLS:CSectionForm]
  39. Type=0
  40. HeaderFile=sectform.h
  41. ImplementationFile=sectform.cpp
  42. Filter=D
  43. BaseClass=CDaoRecordView
  44. VirtualFilter=XVWC
  45. LastObject=CSectionForm
  46.  
  47. [CLS:CsectionSet]
  48. Type=0
  49. HeaderFile=sectset.h
  50. ImplementationFile=sectset.cpp
  51. Filter=N
  52.  
  53. [DB:CsectionSet]
  54. DB=1
  55. DBType=DAO
  56. ColumnCount=6
  57. Column1=[CourseID], 12, 8
  58. Column2=[SectionNo], 12, 4
  59. Column3=[InstructorID], 12, 8
  60. Column4=[RoomNo], 12, 10
  61. Column5=[Schedule], 12, 24
  62. Column6=[Capacity], 5, 2
  63.  
  64.  
  65. [CLS:CMainFrame]
  66. Type=0
  67. HeaderFile=MainFrm.h
  68. ImplementationFile=MainFrm.cpp
  69. Filter=T
  70.  
  71.  
  72.  
  73. [CLS:CAboutDlg]
  74. Type=0
  75. HeaderFile=DaoEnrol.cpp
  76. ImplementationFile=DaoEnrol.cpp
  77. Filter=D
  78.  
  79. [DLG:IDD_ABOUTBOX]
  80. Type=1
  81. ControlCount=4
  82. Control1=IDC_STATIC,static,1342177283
  83. Control2=IDC_STATIC,static,1342308352
  84. Control3=IDC_STATIC,static,1342308352
  85. Control4=IDOK,button,1342373889
  86. Class=CAboutDlg
  87.  
  88. [MNU:IDR_MAINFRAME]
  89. Type=1
  90. Class=CMainFrame
  91. Command1=ID_FILE_PRINT
  92. Command2=ID_FILE_PRINT_PREVIEW
  93. Command3=ID_FILE_PRINT_SETUP
  94. Command4=ID_APP_EXIT
  95. Command5=ID_EDIT_UNDO
  96. Command6=ID_EDIT_CUT
  97. Command7=ID_EDIT_COPY
  98. Command8=ID_EDIT_PASTE
  99. Command9=ID_FORM_COURSES
  100. Command10=ID_FORM_SECTIONS
  101. Command11=ID_RECORD_FIRST
  102. Command12=ID_RECORD_PREV
  103. Command13=ID_RECORD_NEXT
  104. Command14=ID_RECORD_LAST
  105. Command15=ID_RECORD_ADD
  106. Command16=ID_RECORD_REFRESH
  107. Command17=ID_RECORD_DELETE
  108. Command18=ID_VIEW_TOOLBAR
  109. Command19=ID_VIEW_STATUS_BAR
  110. Command20=ID_APP_ABOUT
  111. CommandCount=20
  112.  
  113. [ACL:IDR_MAINFRAME]
  114. Type=1
  115. Class=CMainFrame
  116. Command1=ID_EDIT_COPY
  117. Command2=ID_FILE_PRINT
  118. Command3=ID_EDIT_PASTE
  119. Command4=ID_EDIT_UNDO
  120. Command5=ID_EDIT_CUT
  121. Command6=ID_RECORD_REFRESH
  122. Command7=ID_NEXT_PANE
  123. Command8=ID_PREV_PANE
  124. Command9=ID_EDIT_COPY
  125. Command10=ID_EDIT_PASTE
  126. Command11=ID_EDIT_CUT
  127. Command12=ID_EDIT_UNDO
  128. CommandCount=12
  129.  
  130. [DLG:IDD_DAOENROL_FORM]
  131. Type=1
  132. Class=CSectionForm
  133. ControlCount=12
  134. Control1=IDC_STATIC,static,1342308352
  135. Control2=IDC_COURSELIST,combobox,1344340227
  136. Control3=IDC_STATIC,static,1342308352
  137. Control4=IDC_SECTION,edit,1350631552
  138. Control5=IDC_STATIC,static,1342308352
  139. Control6=IDC_INSTRUCTOR,edit,1350631552
  140. Control7=IDC_STATIC,static,1342308352
  141. Control8=IDC_ROOM,edit,1350631552
  142. Control9=IDC_STATIC,static,1342308352
  143. Control10=IDC_SCHEDULE,edit,1350631552
  144. Control11=IDC_STATIC,static,1342308352
  145. Control12=IDC_CAPACITY,edit,1350631552
  146.  
  147. [CLS:CCourseSet]
  148. Type=0
  149. HeaderFile=coursese.h
  150. ImplementationFile=coursese.cpp
  151. BaseClass=CDaoRecordset
  152. Filter=N
  153. VirtualFilter=x
  154. LastObject=CCourseSet
  155.  
  156. [DB:CCourseSet]
  157. DB=1
  158. DBType=DAO
  159. ColumnCount=3
  160. Column1=[CourseID], 12, 8
  161. Column2=[CourseTitle], 12, 50
  162. Column3=[Hours], 5, 2
  163.  
  164. [DLG:IDD_COURSE_FORM]
  165. Type=1
  166. ControlCount=6
  167. Control1=IDC_STATIC,static,1342308352
  168. Control2=IDC_COURSEID,edit,1350633600
  169. Control3=IDC_STATIC,static,1342308352
  170. Control4=IDC_TITLE,edit,1350631552
  171. Control5=IDC_STATIC,static,1342308352
  172. Control6=IDC_HOURS,edit,1350631552
  173.  
  174. [TB:IDR_MAINFRAME]
  175. Type=1
  176. Command1=ID_EDIT_CUT
  177. Command2=ID_EDIT_COPY
  178. Command3=ID_EDIT_PASTE
  179. Command4=ID_FILE_PRINT
  180. Command5=ID_RECORD_FIRST
  181. Command6=ID_RECORD_PREV
  182. Command7=ID_RECORD_NEXT
  183. Command8=ID_RECORD_LAST
  184. Command9=ID_APP_ABOUT
  185. Command10=ID_RECORD_ADD
  186. Command11=ID_RECORD_REFRESH
  187. Command12=ID_RECORD_DELETE
  188. CommandCount=12
  189.  
  190.