📄 alterdlg.h
字号:
#if !defined(AFX_ALTERDLG_H__DE27B71C_2F67_4E22_A072_30210FC4A435__INCLUDED_)
#define AFX_ALTERDLG_H__DE27B71C_2F67_4E22_A072_30210FC4A435__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AlterDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAlterDlg dialog
class CAlterDlg : public CDialog
{
// Construction
public:
CAlterDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAlterDlg)
enum { IDD = IDD_AlterDlg };
CEdit m_nEditTel;
CEdit m_nEditSex;
CEdit m_nEditEthic;
CEdit m_nEditEnglish;
CEdit m_nEditEducation;
CEdit m_nEditComputer;
CEdit m_nEditAge;
CEdit m_nEditName;
CEdit m_nEditStuNum;
int m_nValAge;
int m_ValEomputer;
int m_ValEnglish;
int m_ValEthic;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAlterDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
private:
POSITION m_Pos;
protected:
// Generated message map functions
//{{AFX_MSG(CAlterDlg)
afx_msg void OnFind();
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnCancelMode();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ALTERDLG_H__DE27B71C_2F67_4E22_A072_30210FC4A435__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -