home *** CD-ROM | disk | FTP | other *** search
- // CTestDialog1.h -- dialog class
- // Created 01/01/95 12:01 PM by AppMaker
-
- class CTestDialog1 : public CDialog
- {
- // Construction
- public:
- CTestDialog1(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CTestDialog1)
- enum { IDD = IDD_TestDialog1 };
- // NOTE: the ClassExpress will add data members here
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Generated message map functions
- //{{AFX_MSG(CTestDialog1)
- // NOTE: the ClassExpress will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
-