home *** CD-ROM | disk | FTP | other *** search
- // Ch17Dialog.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CCh17Dialog dialog
-
- class CCh17Dialog : public CDialog
- {
- // Construction
- public:
- CCh17Dialog(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CCh17Dialog)
- enum { IDD = IDD_DIALOG1 };
- int m_int;
- BOOL m_checkbox;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCh17Dialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CCh17Dialog)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-