home *** CD-ROM | disk | FTP | other *** search
- #ifndef _npChap04Dlg_H
- #define _npChap04Dlg_H
-
- // npChap04Dlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CNpChap04Dlg dialog
-
- class CNpChap04Dlg : public CDialog
- {
- CButton* cbExample;
- CButton* cbCancel;
- HWND hwndButtonHandle;
-
- // Construction
- public:
- CNpChap04Dlg(CWnd* pParent = NULL); // standard constructor
- void PrepareDialog();
- void EatDialog();
- void UnSubclassWindow();
-
- // Dialog Data
- //{{AFX_DATA(CNpChap04Dlg)
- enum { IDD = IDD_NPCHAP04_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CNpChap04Dlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
-
- // Generated message map functions
- //{{AFX_MSG(CNpChap04Dlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- virtual void OnCancel();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #endif
-
-