CTLCOMMDLG.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

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