⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addview.h

📁 一个根据VC++开发的人事管理系统
💻 H
字号:
#if !defined(AFX_ADDVIEW_H__F9DBFDC3_A881_11D6_8649_0088CC174723__INCLUDED_)
#define AFX_ADDVIEW_H__F9DBFDC3_A881_11D6_8649_0088CC174723__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CAddView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class CAddView : public CFormView
{
protected:
	CAddView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CAddView)

// Form Data
public:
	//{{AFX_DATA(CAddView)
	enum { IDD = IDD_FORMVIEW_ADD };
	CComboBox	m_cEdulevel;
	CComboBox	m_cJob;
	CComboBox	m_cDepartment;
	CString	m_strID;
	CString	m_strPasswd;
	CString	m_strName;
	CString	m_strBirthday;
	CString	m_strDepartment;
	CString	m_strJob;
	CString	m_strEdulevel;
	CString	m_strSpecialty;
	CString	m_strAddress;
	CString	m_strTel;
	CString	m_strEmail;
	CString	m_strMemo;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:
	void Init();

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

// Implementation
protected:
	virtual ~CAddView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CAddView)
	afx_msg void OnAddBtnAdd();
	afx_msg void OnDestroy();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_ADDVIEW_H__F9DBFDC3_A881_11D6_8649_0088CC174723__INCLUDED_)

⌨️ 快捷键说明

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