📄 adddialog.h
字号:
#if !defined(AFX_ADDDIALOG_H__A4A0917A_1B07_451B_8477_EE041CE7CEA5__INCLUDED_)
#define AFX_ADDDIALOG_H__A4A0917A_1B07_451B_8477_EE041CE7CEA5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Person.h"
#include "LinkButton.h"
#include "MyDataBase.h"
// AddDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAddDialog dialog
class CAddDialog : public CDialog
{
// Construction
public:
CAddDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAddDialog)
enum { IDD = IDD_ADDDIALOG };
CButton m_Woman;
CButton m_Man;
CLinkButton m_Ok;
CLinkButton m_Cancel;
CString m_Name;
CString m_ZhiCheng;
int m_Marrige;
CString m_Xueli;
double m_Money;
CString m_Num;
UINT m_nYear;
int m_nMonth;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAddDialog)
public:
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAddDialog)
afx_msg void OnAdd();
virtual void OnCancel();
afx_msg void OnMan();
afx_msg void OnWoman();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADDDIALOG_H__A4A0917A_1B07_451B_8477_EE041CE7CEA5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -