home *** CD-ROM | disk | FTP | other *** search
-
- //lRegen_FileHeading
- //lRegen_FileHeading
-
- /********************************************************************
- *
- * Source File: newpath.h
- * Author: RC
- * Module: Dialog Class for travel
- * Program Desc:
- * Date: Mon Feb 12 15:33:35 1996
- * Language: MFC C++ 3.0
- *
- ********************************************************************/
-
- #ifndef __NEWPATH__H
- #define __NEWPATH__H
-
- //Regen_ClassHeader
- //Regen_ClassHeader
- // Declare CnewpathDlg, a CDialog descendant
- class CnewpathDlg : public CDialog
- {
- protected:
- CnewpathDlg();
- DECLARE_DYNCREATE(CnewpathDlg)
-
- public:
- //{{AFX_DATA(CnewpathDlg)
- //}}AFX_DATA
-
- //Regen_ClassVarEnd
- //Regen_ClassVarEnd
- //lRegen_ClassMemberFunctions
- //lRegen_ClassMemberFunctions
- CnewpathDlg(UINT nIDTemplate, CWnd* pParentWnd);
- ~CnewpathDlg();
- //{{AFX_MSG(CnewpathDlg)
- virtual void OnClose();
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- virtual void OnCancel();
- //}}AFX_MSG
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV Support
-
- protected:
- //Regen_newpath_Class
- //Regen_newpath_Class
-
- DECLARE_MESSAGE_MAP()
- };
-
- //Regen_ClassCustom
- //Regen_ClassCustom
- #endif //__NEWPATH__H
-