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

📄 personelmanageview.h

📁 人事管理系统
💻 H
字号:
// PersonelManageView.h : interface of the CPersonelManageView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_PERSONELMANAGEVIEW_H__E3D8A674_2777_4EC6_8590_C6A8CB15C1D7__INCLUDED_)
#define AFX_PERSONELMANAGEVIEW_H__E3D8A674_2777_4EC6_8590_C6A8CB15C1D7__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "TreePropSheetEx.h"


class CPersonelManageView : public CView
{
protected: // create from serialization only
	CPersonelManageView();
	DECLARE_DYNCREATE(CPersonelManageView)

// Attributes
public:
	CPersonelManageDoc* GetDocument();


// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPersonelManageView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual void OnInitialUpdate();
	protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

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

protected:
	TreePropSheet::CTreePropSheetEx* m_pSheet;

// Generated message map functions
protected:
	//{{AFX_MSG(CPersonelManageView)
	afx_msg void OnSysLogout();
	afx_msg void OnSysLogon();
	afx_msg void OnUpdateSysLogon(CCmdUI* pCmdUI);
	afx_msg void OnUpdateSysLogout(CCmdUI* pCmdUI);
	afx_msg void OnSysModpwd();
	afx_msg void OnUpdateSysModpwd(CCmdUI* pCmdUI);
	afx_msg void OnEmpList();
	afx_msg void OnAtnMan();
	afx_msg void OnDeptList();
	afx_msg void OnDeptMan();
	afx_msg void OnOtMan();
	afx_msg void OnSalaryMan();
	afx_msg void OnHolidayMan();
	afx_msg void OnHolidaySet();
	afx_msg void OnEmpAdd();
	afx_msg void OnSysEvent();
	afx_msg void OnUpdateSysEvent(CCmdUI* pCmdUI);
	afx_msg void OnUpdateDeptList(CCmdUI* pCmdUI);
	afx_msg void OnUpdateDeptMan(CCmdUI* pCmdUI);
	afx_msg void OnUpdateEmpAdd(CCmdUI* pCmdUI);
	afx_msg void OnUpdateEmpList(CCmdUI* pCmdUI);
	afx_msg void OnUpdateOtMan(CCmdUI* pCmdUI);
	afx_msg void OnUpdateSalaryMan(CCmdUI* pCmdUI);
	afx_msg void OnUpdateHolidayMan(CCmdUI* pCmdUI);
	afx_msg void OnUpdateHolidaySet(CCmdUI* pCmdUI);
	afx_msg void OnUpdateAtnMan(CCmdUI* pCmdUI);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in PersonelManageView.cpp
inline CPersonelManageDoc* CPersonelManageView::GetDocument()
   { return (CPersonelManageDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_PERSONELMANAGEVIEW_H__E3D8A674_2777_4EC6_8590_C6A8CB15C1D7__INCLUDED_)

⌨️ 快捷键说明

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