home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c13 / lab02 / baseline / employee.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1997-02-20  |  4.7 KB  |  225 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CTest1
  6. LastTemplate=CRecordset
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "Employee.h"
  9. LastPage=0
  10.  
  11. ClassCount=9
  12. Class1=CEmployeeApp
  13. Class2=CEmployeeDoc
  14. Class3=CEmployeeView
  15. Class4=CMainFrame
  16. Class6=CAboutDlg
  17.  
  18. ResourceCount=3
  19. Resource1=IDD_ABOUTBOX
  20. Resource2=IDD_EMPLOYEE_FORM
  21. Class5=CEmployeePaySet
  22. Class7=CEmployeePersonalSet
  23. Class8=CTest
  24. Class9=CTest1
  25. Resource3=IDR_MAINFRAME
  26.  
  27. [CLS:CEmployeeApp]
  28. Type=0
  29. HeaderFile=Employee.h
  30. ImplementationFile=Employee.cpp
  31. Filter=N
  32.  
  33. [CLS:CEmployeeDoc]
  34. Type=0
  35. HeaderFile=EmployeeDoc.h
  36. ImplementationFile=EmployeeDoc.cpp
  37. Filter=N
  38.  
  39. [CLS:CEmployeeView]
  40. Type=0
  41. HeaderFile=EmployeeView.h
  42. ImplementationFile=EmployeeView.cpp
  43. Filter=D
  44. BaseClass=CRecordView
  45. VirtualFilter=RVWC
  46. LastObject=IDC_BIRTH
  47.  
  48. [CLS:CEmployeePaySet]
  49. Type=0
  50. HeaderFile=EmployeePaySet.h
  51. ImplementationFile=EmployeePaySet.cpp
  52. Filter=N
  53. LastObject=CEmployeePaySet
  54.  
  55. [DB:CEmployeePaySet]
  56. DB=1
  57. DBType=ODBC
  58. ColumnCount=10
  59. Column1=[Employee Number], 4, 4
  60. Column2=[Last Name], 12, 28
  61. Column3=[First Name], 12, 28
  62. Column4=[Department #], 5, 2
  63. Column5=[Employee Pay Type], 5, 2
  64. Column6=[Hours], 8, 8
  65. Column7=[Hourly Rate], 8, 8
  66. Column8=[Weekly Salary], 8, 8
  67. Column9=[Sales Bonus Rate], 8, 8
  68. Column10=[Weekly Sales], 8, 8
  69.  
  70.  
  71. [CLS:CMainFrame]
  72. Type=0
  73. HeaderFile=MainFrm.h
  74. ImplementationFile=MainFrm.cpp
  75. Filter=T
  76.  
  77.  
  78.  
  79. [CLS:CAboutDlg]
  80. Type=0
  81. HeaderFile=Employee.cpp
  82. ImplementationFile=Employee.cpp
  83. Filter=D
  84.  
  85. [DLG:IDD_ABOUTBOX]
  86. Type=1
  87. Class=CAboutDlg
  88. ControlCount=4
  89. Control1=IDC_STATIC,static,1342177283
  90. Control2=IDC_STATIC,static,1342308480
  91. Control3=IDC_STATIC,static,1342308352
  92. Control4=IDOK,button,1342373889
  93.  
  94. [MNU:IDR_MAINFRAME]
  95. Type=1
  96. Class=CMainFrame
  97. Command1=ID_FILE_PRINT
  98. Command2=ID_FILE_PRINT_PREVIEW
  99. Command3=ID_FILE_PRINT_SETUP
  100. Command4=ID_APP_EXIT
  101. Command5=ID_EDIT_UNDO
  102. Command6=ID_EDIT_CUT
  103. Command7=ID_EDIT_COPY
  104. Command8=ID_EDIT_PASTE
  105. Command9=ID_RECORD_FIRST
  106. Command10=ID_RECORD_PREV
  107. Command11=ID_RECORD_NEXT
  108. Command12=ID_RECORD_LAST
  109. Command13=ID_RECORD_CLEAR
  110. Command14=ID_RECORD_ADD
  111. Command15=ID_RECORD_DELETE
  112. Command16=ID_VIEW_TOOLBAR
  113. Command17=ID_VIEW_STATUS_BAR
  114. Command18=ID_APP_ABOUT
  115. CommandCount=18
  116.  
  117. [ACL:IDR_MAINFRAME]
  118. Type=1
  119. Class=CMainFrame
  120. Command1=ID_FILE_PRINT
  121. Command2=ID_EDIT_UNDO
  122. Command3=ID_EDIT_CUT
  123. Command4=ID_EDIT_COPY
  124. Command5=ID_EDIT_PASTE
  125. Command6=ID_EDIT_UNDO
  126. Command7=ID_EDIT_CUT
  127. Command8=ID_EDIT_COPY
  128. Command9=ID_EDIT_PASTE
  129. Command10=ID_NEXT_PANE
  130. Command11=ID_PREV_PANE
  131. CommandCount=11
  132.  
  133. [DLG:IDD_EMPLOYEE_FORM]
  134. Type=1
  135. Class=CEmployeeView
  136. ControlCount=21
  137. Control1=IDC_STATIC,static,1342308352
  138. Control2=IDC_FNAME,edit,1350631552
  139. Control3=IDC_LNAME,edit,1350631552
  140. Control4=IDC_STATIC,button,1342177287
  141. Control5=IDC_STATIC,static,1342308352
  142. Control6=IDC_EMP_NO,edit,1350633600
  143. Control7=IDC_STATIC,static,1342308352
  144. Control8=IDC_DEPT,edit,1350631552
  145. Control9=IDC_STATIC,static,1342308352
  146. Control10=IDC_PAY_TYPE,edit,1350631552
  147. Control11=IDC_STATIC,static,1342308352
  148. Control12=IDC_HOUR_RATE,edit,1350631552
  149. Control13=IDC_STATIC,button,1342177287
  150. Control14=IDC_STATIC,static,1342308352
  151. Control15=IDC_BIRTH,edit,1350631552
  152. Control16=IDC_STATIC,static,1342308352
  153. Control17=IDC_MARITAL_STATUS,edit,1350631552
  154. Control18=IDC_STATIC,static,1342308352
  155. Control19=IDC_HEIGHT,edit,1350631552
  156. Control20=IDC_STATIC,static,1342308352
  157. Control21=IDC_WEIGHT,edit,1350631552
  158.  
  159. [TB:IDR_MAINFRAME]
  160. Type=1
  161. Command1=ID_EDIT_CUT
  162. Command2=ID_EDIT_COPY
  163. Command3=ID_EDIT_PASTE
  164. Command4=ID_RECORD_FIRST
  165. Command5=ID_RECORD_FIRST
  166. Command6=ID_RECORD_PREV
  167. Command7=ID_RECORD_NEXT
  168. Command8=ID_RECORD_LAST
  169. CommandCount=8
  170.  
  171. [CLS:CEmployeePersonalSet]
  172. Type=0
  173. HeaderFile=EmployeePersonalSet.h
  174. ImplementationFile=EmployeePersonalSet.cpp
  175. BaseClass=CRecordset
  176. Filter=N
  177. VirtualFilter=r
  178.  
  179. [DB:CEmployeePersonalSet]
  180. DB=1
  181. DBType=ODBC
  182. ColumnCount=5
  183. Column1=[Employee Number], 4, 4
  184. Column2=[Birthdate], 11, 16
  185. Column3=[Sex & Marital Status], -6, 1
  186. Column4=[Height], 8, 8
  187. Column5=[Weight], 8, 8
  188.  
  189. [CLS:CTest]
  190. Type=0
  191. HeaderFile=Test.h
  192. ImplementationFile=Test.cpp
  193. BaseClass=CRecordset
  194. Filter=N
  195. VirtualFilter=r
  196.  
  197. [DB:CTest]
  198. DB=1
  199. DBType=ODBC
  200. ColumnCount=5
  201. Column1=[Employee Number], 4, 4
  202. Column2=[Birthdate], 11, 16
  203. Column3=[Sex & Marital Status], -6, 1
  204. Column4=[Height], 8, 8
  205. Column5=[Weight], 8, 8
  206.  
  207. [CLS:CTest1]
  208. Type=0
  209. HeaderFile=Test1.h
  210. ImplementationFile=Test1.cpp
  211. BaseClass=CRecordset
  212. Filter=N
  213. VirtualFilter=r
  214.  
  215. [DB:CTest1]
  216. DB=1
  217. DBType=ODBC
  218. ColumnCount=5
  219. Column1=[Employee Number], 4, 4
  220. Column2=[Birthdate], 11, 16
  221. Column3=[Sex & Marital Status], -6, 1
  222. Column4=[Height], 8, 8
  223. Column5=[Weight], 8, 8
  224.  
  225.