home *** CD-ROM | disk | FTP | other *** search
MFC ClassWizard info | 1997-02-20 | 4.7 KB | 225 lines |
- ; CLW file contains information for the MFC ClassWizard
-
- [General Info]
- Version=1
- LastClass=CTest1
- LastTemplate=CRecordset
- NewFileInclude1=#include "stdafx.h"
- NewFileInclude2=#include "Employee.h"
- LastPage=0
-
- ClassCount=9
- Class1=CEmployeeApp
- Class2=CEmployeeDoc
- Class3=CEmployeeView
- Class4=CMainFrame
- Class6=CAboutDlg
-
- ResourceCount=3
- Resource1=IDD_ABOUTBOX
- Resource2=IDD_EMPLOYEE_FORM
- Class5=CEmployeePaySet
- Class7=CEmployeePersonalSet
- Class8=CTest
- Class9=CTest1
- Resource3=IDR_MAINFRAME
-
- [CLS:CEmployeeApp]
- Type=0
- HeaderFile=Employee.h
- ImplementationFile=Employee.cpp
- Filter=N
-
- [CLS:CEmployeeDoc]
- Type=0
- HeaderFile=EmployeeDoc.h
- ImplementationFile=EmployeeDoc.cpp
- Filter=N
-
- [CLS:CEmployeeView]
- Type=0
- HeaderFile=EmployeeView.h
- ImplementationFile=EmployeeView.cpp
- Filter=D
- BaseClass=CRecordView
- VirtualFilter=RVWC
- LastObject=IDC_BIRTH
-
- [CLS:CEmployeePaySet]
- Type=0
- HeaderFile=EmployeePaySet.h
- ImplementationFile=EmployeePaySet.cpp
- Filter=N
- LastObject=CEmployeePaySet
-
- [DB:CEmployeePaySet]
- DB=1
- DBType=ODBC
- ColumnCount=10
- Column1=[Employee Number], 4, 4
- Column2=[Last Name], 12, 28
- Column3=[First Name], 12, 28
- Column4=[Department #], 5, 2
- Column5=[Employee Pay Type], 5, 2
- Column6=[Hours], 8, 8
- Column7=[Hourly Rate], 8, 8
- Column8=[Weekly Salary], 8, 8
- Column9=[Sales Bonus Rate], 8, 8
- Column10=[Weekly Sales], 8, 8
-
-
- [CLS:CMainFrame]
- Type=0
- HeaderFile=MainFrm.h
- ImplementationFile=MainFrm.cpp
- Filter=T
-
-
-
- [CLS:CAboutDlg]
- Type=0
- HeaderFile=Employee.cpp
- ImplementationFile=Employee.cpp
- Filter=D
-
- [DLG:IDD_ABOUTBOX]
- Type=1
- Class=CAboutDlg
- ControlCount=4
- Control1=IDC_STATIC,static,1342177283
- Control2=IDC_STATIC,static,1342308480
- Control3=IDC_STATIC,static,1342308352
- Control4=IDOK,button,1342373889
-
- [MNU:IDR_MAINFRAME]
- Type=1
- Class=CMainFrame
- Command1=ID_FILE_PRINT
- Command2=ID_FILE_PRINT_PREVIEW
- Command3=ID_FILE_PRINT_SETUP
- Command4=ID_APP_EXIT
- Command5=ID_EDIT_UNDO
- Command6=ID_EDIT_CUT
- Command7=ID_EDIT_COPY
- Command8=ID_EDIT_PASTE
- Command9=ID_RECORD_FIRST
- Command10=ID_RECORD_PREV
- Command11=ID_RECORD_NEXT
- Command12=ID_RECORD_LAST
- Command13=ID_RECORD_CLEAR
- Command14=ID_RECORD_ADD
- Command15=ID_RECORD_DELETE
- Command16=ID_VIEW_TOOLBAR
- Command17=ID_VIEW_STATUS_BAR
- Command18=ID_APP_ABOUT
- CommandCount=18
-
- [ACL:IDR_MAINFRAME]
- Type=1
- Class=CMainFrame
- Command1=ID_FILE_PRINT
- Command2=ID_EDIT_UNDO
- Command3=ID_EDIT_CUT
- Command4=ID_EDIT_COPY
- Command5=ID_EDIT_PASTE
- Command6=ID_EDIT_UNDO
- Command7=ID_EDIT_CUT
- Command8=ID_EDIT_COPY
- Command9=ID_EDIT_PASTE
- Command10=ID_NEXT_PANE
- Command11=ID_PREV_PANE
- CommandCount=11
-
- [DLG:IDD_EMPLOYEE_FORM]
- Type=1
- Class=CEmployeeView
- ControlCount=21
- Control1=IDC_STATIC,static,1342308352
- Control2=IDC_FNAME,edit,1350631552
- Control3=IDC_LNAME,edit,1350631552
- Control4=IDC_STATIC,button,1342177287
- Control5=IDC_STATIC,static,1342308352
- Control6=IDC_EMP_NO,edit,1350633600
- Control7=IDC_STATIC,static,1342308352
- Control8=IDC_DEPT,edit,1350631552
- Control9=IDC_STATIC,static,1342308352
- Control10=IDC_PAY_TYPE,edit,1350631552
- Control11=IDC_STATIC,static,1342308352
- Control12=IDC_HOUR_RATE,edit,1350631552
- Control13=IDC_STATIC,button,1342177287
- Control14=IDC_STATIC,static,1342308352
- Control15=IDC_BIRTH,edit,1350631552
- Control16=IDC_STATIC,static,1342308352
- Control17=IDC_MARITAL_STATUS,edit,1350631552
- Control18=IDC_STATIC,static,1342308352
- Control19=IDC_HEIGHT,edit,1350631552
- Control20=IDC_STATIC,static,1342308352
- Control21=IDC_WEIGHT,edit,1350631552
-
- [TB:IDR_MAINFRAME]
- Type=1
- Command1=ID_EDIT_CUT
- Command2=ID_EDIT_COPY
- Command3=ID_EDIT_PASTE
- Command4=ID_RECORD_FIRST
- Command5=ID_RECORD_FIRST
- Command6=ID_RECORD_PREV
- Command7=ID_RECORD_NEXT
- Command8=ID_RECORD_LAST
- CommandCount=8
-
- [CLS:CEmployeePersonalSet]
- Type=0
- HeaderFile=EmployeePersonalSet.h
- ImplementationFile=EmployeePersonalSet.cpp
- BaseClass=CRecordset
- Filter=N
- VirtualFilter=r
-
- [DB:CEmployeePersonalSet]
- DB=1
- DBType=ODBC
- ColumnCount=5
- Column1=[Employee Number], 4, 4
- Column2=[Birthdate], 11, 16
- Column3=[Sex & Marital Status], -6, 1
- Column4=[Height], 8, 8
- Column5=[Weight], 8, 8
-
- [CLS:CTest]
- Type=0
- HeaderFile=Test.h
- ImplementationFile=Test.cpp
- BaseClass=CRecordset
- Filter=N
- VirtualFilter=r
-
- [DB:CTest]
- DB=1
- DBType=ODBC
- ColumnCount=5
- Column1=[Employee Number], 4, 4
- Column2=[Birthdate], 11, 16
- Column3=[Sex & Marital Status], -6, 1
- Column4=[Height], 8, 8
- Column5=[Weight], 8, 8
-
- [CLS:CTest1]
- Type=0
- HeaderFile=Test1.h
- ImplementationFile=Test1.cpp
- BaseClass=CRecordset
- Filter=N
- VirtualFilter=r
-
- [DB:CTest1]
- DB=1
- DBType=ODBC
- ColumnCount=5
- Column1=[Employee Number], 4, 4
- Column2=[Birthdate], 11, 16
- Column3=[Sex & Marital Status], -6, 1
- Column4=[Height], 8, 8
- Column5=[Weight], 8, 8
-
-