rejisterdlg.h
来自「通过编写本程序」· C头文件 代码 · 共 55 行
H
55 行
#if !defined(AFX_REJISTERDLG_H__EDDF69EE_BCE1_40AE_8995_274194654A0E__INCLUDED_)
#define AFX_REJISTERDLG_H__EDDF69EE_BCE1_40AE_8995_274194654A0E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RejisterDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CRejisterDlg dialog
class CRejisterDlg : public CDialog
{
// Construction
public:
CRejisterDlg(CWnd* pParent = NULL); // standard constructor
CWnd *m_pParent;
// Dialog Data
//{{AFX_DATA(CRejisterDlg)
enum { IDD = IDD_REJIESTER };
CListBox m_ctrRoom;
UINT m_nAge;
CString m_strClass;
CString m_strName;
CString m_strRoom;
int m_intCost1;
int m_intSex1;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRejisterDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CRejisterDlg)
afx_msg void OnIn();
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_REJISTERDLG_H__EDDF69EE_BCE1_40AE_8995_274194654A0E__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?