correctinformation.h

来自「这个课程设计创建了在磁盘上存储某单位所有职工基本信息的系统。实现了添加」· C头文件 代码 · 共 50 行

H
50
字号
#if !defined(AFX_CORRECTINFORMATION_H__49135960_0911_4FB2_82D6_45BB2464F055__INCLUDED_)
#define AFX_CORRECTINFORMATION_H__49135960_0911_4FB2_82D6_45BB2464F055__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CCorrectInformation dialog

class CCorrectInformation : public CDialog
{
// Construction
public:
	CCorrectInformation(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CCorrectInformation)
	enum { IDD = IDD_CORRECT_INFORMATION };
	CString	m_degree;
	int		m_marry;
	CString	m_post;
	float	m_wage;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCorrectInformation)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CORRECTINFORMATION_H__49135960_0911_4FB2_82D6_45BB2464F055__INCLUDED_)

⌨️ 快捷键说明

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