editdlg.h

来自「一个简单的学生成绩管理系统,在VC和SQL 2000下测试成功,(里面有数据库备」· C头文件 代码 · 共 54 行

H
54
字号
#if !defined(AFX_EDITDLG_H__94006143_FD9B_4C2B_BE6D_B5302D5ADBB5__INCLUDED_)
#define AFX_EDITDLG_H__94006143_FD9B_4C2B_BE6D_B5302D5ADBB5__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EditDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CEditDlg dialog

class CEditDlg : public CDialog
{
// Construction
public:
	CString strSex;
	CString cStu_Id;
	CEditDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CEditDlg)
	enum { IDD = IDD_Edit_DIALOG };
	CComboBox	m_Sex;
	CString	m_BadgeID;
	CString	m_Birth;
	CString	m_Major;
	CString	m_StuName;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CEditDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CEditDlg)
	virtual void OnOK();
	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_EDITDLG_H__94006143_FD9B_4C2B_BE6D_B5302D5ADBB5__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?