home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / tutorial / enroll / step4 / enroll.clw < prev    next >
Text File  |  1998-03-26  |  3KB  |  166 lines

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