home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c09 / lab01 / ex02 / employee.clw next >
Encoding:
MFC ClassWizard info  |  1997-02-20  |  4.6 KB  |  221 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CEmployeeView
  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=ID_RECORD_ADD
  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_APP_EXIT
  98. Command2=ID_EDIT_UNDO
  99. Command3=ID_EDIT_CUT
  100. Command4=ID_EDIT_COPY
  101. Command5=ID_EDIT_PASTE
  102. Command6=ID_RECORD_FIRST
  103. Command7=ID_RECORD_PREV
  104. Command8=ID_RECORD_NEXT
  105. Command9=ID_RECORD_LAST
  106. Command10=ID_RECORD_CLEAR
  107. Command11=ID_RECORD_ADD
  108. Command12=ID_RECORD_DELETE
  109. Command13=ID_VIEW_TOOLBAR
  110. Command14=ID_VIEW_STATUS_BAR
  111. Command15=ID_APP_ABOUT
  112. CommandCount=15
  113.  
  114. [ACL:IDR_MAINFRAME]
  115. Type=1
  116. Class=CMainFrame
  117. Command1=ID_EDIT_COPY
  118. Command2=ID_EDIT_PASTE
  119. Command3=ID_EDIT_UNDO
  120. Command4=ID_EDIT_CUT
  121. Command5=ID_NEXT_PANE
  122. Command6=ID_PREV_PANE
  123. Command7=ID_EDIT_COPY
  124. Command8=ID_EDIT_PASTE
  125. Command9=ID_EDIT_CUT
  126. Command10=ID_EDIT_UNDO
  127. CommandCount=10
  128.  
  129. [DLG:IDD_EMPLOYEE_FORM]
  130. Type=1
  131. Class=CEmployeeView
  132. ControlCount=21
  133. Control1=IDC_STATIC,static,1342308352
  134. Control2=IDC_FNAME,edit,1350631552
  135. Control3=IDC_LNAME,edit,1350631552
  136. Control4=IDC_STATIC,button,1342177287
  137. Control5=IDC_STATIC,static,1342308352
  138. Control6=IDC_EMP_NO,edit,1350633600
  139. Control7=IDC_STATIC,static,1342308352
  140. Control8=IDC_DEPT,edit,1350631552
  141. Control9=IDC_STATIC,static,1342308352
  142. Control10=IDC_PAY_TYPE,edit,1350631552
  143. Control11=IDC_STATIC,static,1342308352
  144. Control12=IDC_HOUR_RATE,edit,1350631552
  145. Control13=IDC_STATIC,button,1342177287
  146. Control14=IDC_STATIC,static,1342308352
  147. Control15=IDC_BIRTH,edit,1350631552
  148. Control16=IDC_STATIC,static,1342308352
  149. Control17=IDC_MARITAL_STATUS,edit,1350631552
  150. Control18=IDC_STATIC,static,1342308352
  151. Control19=IDC_HEIGHT,edit,1350631552
  152. Control20=IDC_STATIC,static,1342308352
  153. Control21=IDC_WEIGHT,edit,1350631552
  154.  
  155. [TB:IDR_MAINFRAME]
  156. Type=1
  157. Command1=ID_EDIT_CUT
  158. Command2=ID_EDIT_COPY
  159. Command3=ID_EDIT_PASTE
  160. Command4=ID_RECORD_FIRST
  161. Command5=ID_RECORD_PREV
  162. Command6=ID_RECORD_NEXT
  163. Command7=ID_RECORD_LAST
  164. Command8=ID_APP_ABOUT
  165. CommandCount=8
  166.  
  167. [CLS:CEmployeePersonalSet]
  168. Type=0
  169. HeaderFile=EmployeePersonalSet.h
  170. ImplementationFile=EmployeePersonalSet.cpp
  171. BaseClass=CRecordset
  172. Filter=N
  173. VirtualFilter=r
  174.  
  175. [DB:CEmployeePersonalSet]
  176. DB=1
  177. DBType=ODBC
  178. ColumnCount=5
  179. Column1=[Employee Number], 4, 4
  180. Column2=[Birthdate], 11, 16
  181. Column3=[Sex & Marital Status], -6, 1
  182. Column4=[Height], 8, 8
  183. Column5=[Weight], 8, 8
  184.  
  185. [CLS:CTest]
  186. Type=0
  187. HeaderFile=Test.h
  188. ImplementationFile=Test.cpp
  189. BaseClass=CRecordset
  190. Filter=N
  191. VirtualFilter=r
  192.  
  193. [DB:CTest]
  194. DB=1
  195. DBType=ODBC
  196. ColumnCount=5
  197. Column1=[Employee Number], 4, 4
  198. Column2=[Birthdate], 11, 16
  199. Column3=[Sex & Marital Status], -6, 1
  200. Column4=[Height], 8, 8
  201. Column5=[Weight], 8, 8
  202.  
  203. [CLS:CTest1]
  204. Type=0
  205. HeaderFile=Test1.h
  206. ImplementationFile=Test1.cpp
  207. BaseClass=CRecordset
  208. Filter=N
  209. VirtualFilter=r
  210.  
  211. [DB:CTest1]
  212. DB=1
  213. DBType=ODBC
  214. ColumnCount=5
  215. Column1=[Employee Number], 4, 4
  216. Column2=[Birthdate], 11, 16
  217. Column3=[Sex & Marital Status], -6, 1
  218. Column4=[Height], 8, 8
  219. Column5=[Weight], 8, 8
  220.  
  221.