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

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