UIDlg.h
资源名称:08.zip [点击查看]
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:1k
源码类别:
中间件编程
开发平台:
Visual C++
- #if !defined(AFX_UIDLG_H__8241B998_7B31_4C45_B934_9A44AD602CC6__INCLUDED_)
- #define AFX_UIDLG_H__8241B998_7B31_4C45_B934_9A44AD602CC6__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // UIDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CUIDlg dialog
- class CUIDlg : public CDialog
- {
- // Construction
- public:
- CUIDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CUIDlg)
- enum { IDD = IDD_UIDLG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CUIDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CUIDlg)
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_UIDLG_H__8241B998_7B31_4C45_B934_9A44AD602CC6__INCLUDED_)