liaotian.h
上传用户:huazhu2004
上传日期:2022-06-27
资源大小:1929k
文件大小:1k
- #if !defined(AFX_LIAOTIAN_H__79F6EB7A_EAD1_48E6_87A3_A3A2EF6621BA__INCLUDED_)
- #define AFX_LIAOTIAN_H__79F6EB7A_EAD1_48E6_87A3_A3A2EF6621BA__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // liaotian.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // Cliaotian dialog
- class Cliaotian : public CDialog
- {
- // Construction
- public:
- Cliaotian(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(Cliaotian)
- enum { IDD = IDD_liaotian };
- CString m_liaotian;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(Cliaotian)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(Cliaotian)
- afx_msg void OnButton1();
- afx_msg void Onxn();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_LIAOTIAN_H__79F6EB7A_EAD1_48E6_87A3_A3A2EF6621BA__INCLUDED_)