home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / commap / ctlcomm / ctlcommdlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-03  |  1.6 KB  |  57 lines

  1. #if !defined(CTLCOMMDLG_H__448D35FF_31CD_11D0_AE62_00C04FD7D06E__INCLUDED_)
  2. #define CTLCOMMDLG_H__448D35FF_31CD_11D0_AE62_00C04FD7D06E__INCLUDED_
  3.  
  4. // ctlcommDlg.h : header file
  5. //
  6.  
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CCtlcommDlg dialog
  9.  
  10. class CCtlcommDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14.     CCtlcommDlg(CWnd* pParent = NULL);  // standard constructor
  15.  
  16. // Dialog Data
  17.     //{{AFX_DATA(CCtlcommDlg)
  18.     enum { IDD = IDD_CTLCOMM_DIALOG };
  19.         // NOTE: the ClassWizard will add data members here
  20.     //}}AFX_DATA
  21.  
  22.     // ClassWizard generated virtual function overrides
  23.     //{{AFX_VIRTUAL(CCtlcommDlg)
  24.     protected:
  25.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  26.     //}}AFX_VIRTUAL
  27.  
  28. // Implementation
  29. protected:
  30.     HICON m_hIcon;
  31.     IOuterPtr pOuter;
  32.  
  33.     // Generated message map functions
  34.     //{{AFX_MSG(CCtlcommDlg)
  35.     virtual BOOL OnInitDialog();
  36.     afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  37.     afx_msg void OnPaint();
  38.     afx_msg HCURSOR OnQueryDragIcon();
  39.     afx_msg void OnCom1();
  40.     afx_msg void OnCom2();
  41.     afx_msg void OnCom3();
  42.     afx_msg void OnCom4();
  43.     afx_msg void OnCom5();
  44.     afx_msg void OnCom6();
  45.     afx_msg void OnCom7();
  46.     afx_msg void OnCom8();
  47.     afx_msg void OnClose();
  48.     afx_msg void OnReset();
  49.     //}}AFX_MSG
  50.     DECLARE_MESSAGE_MAP()
  51. };
  52.  
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  55.  
  56. #endif // !defined(CTLCOMMDLG_H__448D35FF_31CD_11D0_AE62_00C04FD7D06E__INCLUDED)
  57.