📄 regdlg.h
字号:
#if !defined(AFX_REGDLG_H__B9909F99_403E_11D4_B6DF_00104B1269BD__INCLUDED_)
#define AFX_REGDLG_H__B9909F99_403E_11D4_B6DF_00104B1269BD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RegDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CRegDlg dialog
class CRegDlg : public CDialog
{
// Construction
public:
CRegDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CRegDlg)
enum { IDD = IDD_REGDIALOG };
CEdit m_col3;
CEdit m_col2;
CEdit m_col1;
CEdit m_col0;
CButton m_ok;
CEdit m_name;
CEdit m_email;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRegDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CRegDlg)
virtual void OnOK();
afx_msg void OnChangeSoftidCol0();
afx_msg void OnChangeSoftidCol1();
afx_msg void OnChangeSoftidCol2();
afx_msg void OnChangeSoftidCol3();
virtual BOOL OnInitDialog();
afx_msg void OnButtonGet();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_REGDLG_H__B9909F99_403E_11D4_B6DF_00104B1269BD__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -