home *** CD-ROM | disk | FTP | other *** search
-
- //lRegen_FileHeading
- //lRegen_FileHeading
-
- /********************************************************************
- *
- * Source File: addentit.h
- * Author:
- * Module: Dialog Class for IDOIFACE
- * Program Desc:
- * Date: Tue Jan 23 17:38:45 1996
- * Language: OWL C++ 2.5
- *
- ********************************************************************/
-
- #if !defined(__ADDENTITY__H)
- #define __ADDENTITY__H
-
- //Regen_ClassHeader
- //Regen_ClassHeader
- // Declare PVData class for data exchanges
- class PVaddentityData : public PVData
- {
- public:
- //lRegen_addentity_Data1
- //lRegen_addentity_Data1
- char UNAME[80 + 1];
- long UID;
- char U_TEXT[80 + 1];
- char szUCLASSSelection[80];
- CBARRAY UCLASS;
- PVaddentityData();
- ~PVaddentityData();
- //Regen_addentity_Data2
- //Regen_addentity_Data2
-
- };
- // Declare PVaddentityDlg, a PVDialog descendant
- class PVaddentityDlg : public PVDialog
- {
- public:
- //lRegen_ClassVariables
- //lRegen_ClassVariables
- PVaddentityData * DlgData() { return (PVaddentityData *)pPVData; }
- //Regen_ClassVarEnd
- //Regen_ClassVarEnd
- //lRegen_ClassMemberFunctions
- //lRegen_ClassMemberFunctions
- TEdit* EditIDC_UNAME;
- TEdit* EditIDC_TEXT;
- TComboBox* CBoxIDC_UCLASS;
- PVaddentityDlg(TWindow *parent, TResId resId, TModule *module = 0);
- virtual ~PVaddentityDlg();
- void SetupWindow();
- void EvMDIActivate(HWND hWndActivated, HWND hWndDeactivated);
- void CmOk();
- void CmCancel();
-
- protected:
- //Regen_addentity_Class
- //Regen_addentity_Class
-
- DECLARE_RESPONSE_TABLE(PVaddentityDlg);
- };
-
- //Regen_ClassCustom
- //Regen_ClassCustom
- #endif //__ADDENTITY__H
-