MyDialog.h
上传用户:cjwgreen1
上传日期:2013-01-27
资源大小:24k
文件大小:1k
- #if !defined(AFX_MYDIALOG_H__9026A5FE_1113_4A8E_B594_6E9A9D861F0E__INCLUDED_)
- #define AFX_MYDIALOG_H__9026A5FE_1113_4A8E_B594_6E9A9D861F0E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MyDialog.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMyDialog dialog
- class CMyDialog : public CDialog
- {
- // Construction
- public:
- CMyDialog(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CMyDialog)
- enum { IDD = IDD_TEMP_DLG };
- CString m_strMessage;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyDialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyDialog)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MYDIALOG_H__9026A5FE_1113_4A8E_B594_6E9A9D861F0E__INCLUDED_)