multiscreenDlg.h
上传用户:qdhuadeli
上传日期:2007-02-07
资源大小:978k
文件大小:1k
- // multiscreenDlg.h : header file
- //
- #if !defined(AFX_MULTISCREENDLG_H__F484626A_0929_46F5_BA16_CFCB6B7BF32A__INCLUDED_)
- #define AFX_MULTISCREENDLG_H__F484626A_0929_46F5_BA16_CFCB6B7BF32A__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CMultiscreenDlg dialog
- class CMultiscreenDlg : public CDialog
- {
- // Construction
- public:
- CMultiscreenDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CMultiscreenDlg)
- enum { IDD = IDD_MULTISCREEN_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMultiscreenDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CMultiscreenDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MULTISCREENDLG_H__F484626A_0929_46F5_BA16_CFCB6B7BF32A__INCLUDED_)