home *** CD-ROM | disk | FTP | other *** search
- // installt.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // installt dialog
-
- class installt : public CDialog
- {
- // Construction
- public:
- installt(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(installt)
- enum { IDD = IDYES };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Generated message map functions
- //{{AFX_MSG(installt)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-