home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / protview / demowinx / data.1 / ACDLG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-20  |  1.0 KB  |  43 lines

  1. // allctlsDlg.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CAllctlsDlg dialog
  6.  
  7. class CAllctlsDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CAllctlsDlg(CWnd* pParent = NULL);    // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(CAllctlsDlg)
  15.     enum { IDD = IDD_ALLCTLS_DIALOG };
  16.         // NOTE: the ClassWizard will add data members here
  17.     //}}AFX_DATA
  18.  
  19.     // ClassWizard generated virtual function overrides
  20.     //{{AFX_VIRTUAL(CAllctlsDlg)
  21.     protected:
  22.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  23.     //}}AFX_VIRTUAL
  24.  
  25. // Implementation
  26. protected:
  27.     HICON m_hIcon;
  28.  
  29.     // Generated message map functions
  30.     //{{AFX_MSG(CAllctlsDlg)
  31.     virtual BOOL OnInitDialog();
  32.     afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  33.     afx_msg void OnPaint();
  34.     afx_msg HCURSOR OnQueryDragIcon();
  35.     afx_msg void OnClickButton1();
  36.     afx_msg void OnClickButton2();
  37.     afx_msg void OnClickButton3();
  38.     afx_msg void OnClickButton4();
  39.     DECLARE_EVENTSINK_MAP()
  40.     //}}AFX_MSG
  41.     DECLARE_MESSAGE_MAP()
  42. };
  43.