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

📄 empeditdlg.h

📁 软件外包人事综合管理系统,对员工的管理,部门管理,以及考勤管理和薪资管理.总得来说功能完全.
💻 H
字号:
#if !defined(AFX_EMPEDITDLG_H__ABB18B41_936D_4F79_9F4D_F46C86F0C02C__INCLUDED_)
#define AFX_EMPEDITDLG_H__ABB18B41_936D_4F79_9F4D_F46C86F0C02C__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CEmpEditDlg dialog

class CEmpEditDlg : public CDialog
{
public:
	long EmpId;  //用于保存当前编辑员工的编号
	CString EmpName;  //用于保存当前编辑员工的姓名
	long DepId;  //用于保存当前编辑员工的部门编号
	long UpperId;  //用于保存当前编辑员工的上级员工编号
	CString cSex;  //用于保存当前员工的性别
	int iState;  //用于保存当前员工的状态
	HBITMAP	m_hBitmap;  //定义一个位图句柄,用于保存读取的位图
// Construction
public:
	CEmpEditDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CEmpEditDlg)
	enum { IDD = IDD_EMPEDIT_DIALOG };
	CComboBox	m_State;
	CComboBox	m_Sex;
	CString	m_Badge;
	CString	m_Contract;
	CString	m_EmpName;
	CString	m_Family;
	CString	m_Fillperson;
	CString	m_Filltime;
	CString	m_Hukou;
	CString	m_Idcard;
	CString	m_Mobile;
	CString	m_Nation;
	CString	m_Office;
	CString	m_Political;
	CString	m_Position;
	CString	m_Title;
	CTime	m_Birth;
	CTime	m_HireDate;
	CString	m_Upper;
	CString	m_Culture;
	CString	m_Marital;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CEmpEditDlg)
	virtual void OnOK();
	afx_msg void OnEmpselButton();
	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_EMPEDITDLG_H__ABB18B41_936D_4F79_9F4D_F46C86F0C02C__INCLUDED_)

⌨️ 快捷键说明

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