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

📄 systemview.h

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

#if !defined(AFX_SYSTEMVIEW_H__9B297F47_2111_47CE_B9FC_600B2B6E7248__INCLUDED_)
#define AFX_SYSTEMVIEW_H__9B297F47_2111_47CE_B9FC_600B2B6E7248__INCLUDED_

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


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

// Attributes
public:
	CSystemDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSystemView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	//}}AFX_VIRTUAL

// Implementation
public:
	void WriteFile();
	void FindFile(CString filename,CString dlgname,CString dlgbirth);
	bool findout;
	bool deletetrue;
	UINT C1,C2,C3;
	UINT totalnumber;
	CString name;
	CString sex;
	CString minzu;
	CString birth;
	CString shenfenzheng;
	CString jiguan;
	CString address;
	CString college;
	CString zhuanye;
	CString xuewei;
	CString waiyuyuzhong;
	CString waiyudengji;
	CString jinrushijian;
	CString bumen;
	CString zhiwei;
	CString xinshui;
	CString lianxihaoma;
	CString beizhu;
	virtual ~CSystemView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CSystemView)
	afx_msg void OnAddnew();
	afx_msg void OnFind();
	afx_msg void OnRewrite();
	afx_msg void OnDelete();
	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnRButtonUp(UINT nFlags, CPoint point);
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg void OnLBDraw();
	afx_msg void OnCLEARDRAW();
	afx_msg void OnDestroy();
	afx_msg void OnCancelMode();
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnSEThong();
	afx_msg void OnSETbai();
	afx_msg void OnSEThuang();
	afx_msg void OnSETlan();
	afx_msg void OnSETlv();
	afx_msg void OnSETzi();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CPoint cpoint;
	bool m_RBD,m_lbdraw;

};

#ifndef _DEBUG  // debug version in systemView.cpp
inline CSystemDoc* CSystemView::GetDocument()
   { return (CSystemDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_SYSTEMVIEW_H__9B297F47_2111_47CE_B9FC_600B2B6E7248__INCLUDED_)

⌨️ 快捷键说明

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