home *** CD-ROM | disk | FTP | other *** search
- Save Format v1.3
- @begin Form "EmployeeDataEdit"
- Exported 0;
-
- @begin Object "WDialog"
- WSCaption 1;
- WSSizeable 1;
- WSDlgBorder 1;
- WSSysMenu 1;
- WSSystemMenu 1;
- WSResizeBorder 1;
- WSVisible 1;
- Icon "WIcon( WResourceID( ICON_01 ) )";
- FormPositionType "Centered";
- FormAbsTop "108";
- FormAbsLeft "295";
- FDXEnabled "1";
- FDXGenerateStruct "0";
- FDXStructName "FaceData";
- Font "8.MS Sans Serif";
- Name "EmployeeDataEdit";
- Text "Employment Information";
- @begin UserFunction "EmployeeDataEdit()"
- Compiler 1;
- GencodeSrcLine 234;
- FunctionName "EmployeeDataEdit::EmployeeDataEdit()";
- @end;
- @begin UserFunction "~EmployeeDataEdit()"
- Compiler 1;
- GencodeSrcLine 238;
- FunctionName "EmployeeDataEdit::~EmployeeDataEdit()";
- @end;
- ResID 123;
- DesignName EmployeeDataEdit;
- TabIndex 0;
- DesignRect 295,108,171,152;
- WSVisible 1;
- @end;
-
- @begin Object "WTextBox"
- WTextBoxAutoHScroll 1;
- WSBorder 1;
- WSChild 1;
- WSExClientEdge 1;
- WSVisible 1;
- FDXEnabled "1";
- FDXFieldName "name";
- FDXFieldType "WString";
- FDXModifiedField "dirty";
- Name "textb_1";
- ResID 101;
- DesignName textb_1;
- TabIndex 0;
- DesignRect 5,20,80,13;
- @end;
-
- @begin Object "WLabel"
- WSSLeftNoWordWrap 1;
- WSSNotify 1;
- WCCSNoResize 1;
- WCCSNoParentAlign 1;
- WSChild 1;
- WSVisible 1;
- Name "label_1";
- Text "Name:";
- ResID 102;
- DesignName label_1;
- TabIndex 1;
- DesignRect 5,5,80,8;
- @end;
-
- @begin Object "WCheckBox"
- WBSAutoCheckBox 1;
- WCCSTop 1;
- WCCSNoMoveY 1;
- WCCSBottom 1;
- WSChild 1;
- WSMaximizeBox 1;
- WSTabStop 1;
- WSVisible 1;
- Checked "0";
- FDXEnabled "1";
- FDXFieldName "stockPurchaseMember";
- FDXFieldType "WBool";
- FDXModifiedField "dirty";
- AutoSize "1";
- Name "checkbox_1";
- Text "Stock purchase plan member";
- ResID 103;
- DesignName checkbox_1;
- TabIndex 2;
- DesignRect 5,65,106,12;
- @end;
-
- @begin Object "WGroupBox"
- WCCSTop 1;
- WCCSNoMoveY 1;
- WCCSBottom 1;
- WCCSNoResize 1;
- WSChild 1;
- WSVisible 1;
- Name "groupb_1";
- ResID 104;
- DesignName groupb_1;
- TabIndex 3;
- DesignRect 5,80,155,50;
- @end;
-
- @begin Object "WOptionButton"
- WBSAutoRadioButton 1;
- WCCSTop 1;
- WCCSNoParentAlign 1;
- WSChild 1;
- WSVisible 1;
- FDXEnabled "1";
- FDXFieldName "position";
- FDXFieldType "WULong";
- FDXModifiedField "dirty";
- FDXCheckedValue "Pos_Development";
- AutoSize "1";
- Name "optb_1";
- Text "Development";
- ResID 105;
- DesignName optb_1;
- TabIndex 4;
- DesignRect 10,95,60,9;
- @end;
-
- @begin Object "WOptionButton"
- WBSAutoRadioButton 1;
- WCCSTop 1;
- WCCSNoParentAlign 1;
- WSChild 1;
- WSVisible 1;
- FDXEnabled "1";
- FDXFieldName "position";
- FDXFieldType "WULong";
- FDXModifiedField "dirty";
- FDXCheckedValue "Pos_Documenting";
- Name "optb_2";
- Text "Documenting";
- ResID 106;
- DesignName optb_2;
- TabIndex 5;
- DesignRect 85,95,60,9;
- @end;
-
- @begin Object "WOptionButton"
- WBSAutoRadioButton 1;
- WCCSTop 1;
- WCCSNoParentAlign 1;
- WSChild 1;
- WSVisible 1;
- FDXEnabled "1";
- FDXFieldName "position";
- FDXFieldType "WULong";
- FDXModifiedField "dirty";
- FDXCheckedValue "Pos_Management";
- Name "optb_3";
- Text "Management";
- ResID 107;
- DesignName optb_3;
- TabIndex 6;
- DesignRect 10,110,60,9;
- @end;
-
- @begin Object "WOptionButton"
- WBSAutoRadioButton 1;
- WCCSTop 1;
- WCCSNoParentAlign 1;
- WSChild 1;
- WSVisible 1;
- FDXEnabled "1";
- FDXFieldName "position";
- FDXFieldType "WULong";
- FDXModifiedField "dirty";
- FDXCheckedValue "Pos_Marketing";
- Name "optb_4";
- Text "Marketing";
- ResID 108;
- DesignName optb_4;
- TabIndex 7;
- DesignRect 85,110,60,9;
- @end;
-
- @begin Object "WCommandButton"
- WSChild 1;
- WSMaximizeBox 1;
- WSTabStop 1;
- WSVisible 1;
- Default "1";
- Name "cb_1";
- Text "OK";
- @begin Event "Click"
- GencodeSrcLine 242;
- FunctionName "EmployeeDataEdit::cb_1_Click";
- @end;
- ResID 109;
- DesignName cb_1;
- TabIndex 8;
- DesignRect 120,5,40,14;
- @end;
-
- @begin Object "WTextBox"
- WTextBoxAutoHScroll 1;
- WSBorder 1;
- WSChild 1;
- WSExClientEdge 1;
- WSVisible 1;
- FDXEnabled "1";
- FDXFieldName "salary";
- FDXFieldType "WString";
- FDXModifiedField "dirty";
- Name "textb_2";
- ResID 110;
- DesignName textb_2;
- TabIndex 9;
- DesignRect 5,50,80,12;
- @end;
-
- @begin Object "WLabel"
- WSSLeftNoWordWrap 1;
- WSSNotify 1;
- WCCSNoResize 1;
- WCCSNoParentAlign 1;
- WSChild 1;
- WSVisible 1;
- Name "label_2";
- Text "Salary:";
- ResID 111;
- DesignName label_2;
- TabIndex 10;
- DesignRect 6,40,80,8;
- @end;
-
- @begin HPPPrefixBlock
- @begin-code HPPPrefix
-
- #include "FaceData.hpp"
-
- @end-code;
- GencodeSrcLine 10;
- @end;
-
- @begin CPPPrefixBlock
- @begin-code CPPPrefix
-
- // Code added here will be included at the top of the .CPP file
-
- // Include definitions for resources.
- #include "WRes.h"
-
- @end-code;
- GencodeSrcLine 10;
- @end;
-
- @begin ClassContentsBlock
- @begin-code ClassContents
-
- public:
- // add your public instance data here
- private:
- // add your private instance data here
- protected:
- // add your protected instance data here
-
- @end-code;
- GencodeSrcLine 66;
- @end;
-
- @begin-code GeneratedClassContents
-
- EmployeeDataEdit();
- ~EmployeeDataEdit();
-
- @end-code;
-
- @begin-code Code "EmployeeDataEdit::EmployeeDataEdit()"
-
- EmployeeDataEdit::EmployeeDataEdit()
- {
-
- }
-
- @end-code;
-
- @begin-code Code "EmployeeDataEdit::~EmployeeDataEdit()"
-
- EmployeeDataEdit::~EmployeeDataEdit()
- {
-
- }
-
- @end-code;
-
- @begin-code Code "EmployeeDataEdit::cb_1_Click"
-
- WBool EmployeeDataEdit::cb_1_Click(
- WObject * source,
- WEventData * event )
- {
- FDXUpdateControls();
- Dismiss( TRUE );
-
- return FALSE;
- }
-
- @end-code;
- @end;
-