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

📄 officeview.h

📁 这是一个企业办公管理系统。实现了文件的制作、修改、传递、、保存、销毁、存档等一系列操作。为windows系统认证模式
💻 H
字号:
// OfficeView.h : interface of the COfficeView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_OFFICEVIEW_H__EE3355D7_A4CA_4FE2_93E9_AD27D4DD0EFC__INCLUDED_)
#define AFX_OFFICEVIEW_H__EE3355D7_A4CA_4FE2_93E9_AD27D4DD0EFC__INCLUDED_

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


#include "BRRRecord.h"
#include "FeedbackRecord.h"
#include "LetterRecord.h"
#include "MeetingRecord.h"
#include "OndutyRecord.h"
#include "OutstandingRecord.h"
#include "PropertyRecord.h"
#include "StaffRecord.h"
#include "TransactionRecord.h"
#include "VoteRecord.h"

class COfficeView : public CFormView
{
protected: // create from serialization only
	COfficeView();
	DECLARE_DYNCREATE(COfficeView)

public:
	//{{AFX_DATA(COfficeView)
	enum{ IDD = IDD_OFFICE_FORM };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

// Attributes
public:
	COfficeDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(COfficeView)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnInitialUpdate(); // called first time after construct
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnPrint(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

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

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(COfficeView)
	afx_msg void OnOndutyRecord();
	afx_msg void OnOutstandingRecord();
	afx_msg void OnPropertyRecord();
	afx_msg void OnStaffRecord();
	afx_msg void OnTransactionRecord();
	afx_msg void OnVoteRecord();
	afx_msg void OnBrrRecord();
	afx_msg void OnFeedBackrecord();
	afx_msg void OnLetterRecord();
	afx_msg void OnMeetingRecord();
	afx_msg void OnSearchTransaction();
	afx_msg void OnSearchtransaction();
	afx_msg void OnSearchAchievement();
	afx_msg void OnSearchBoard();
	afx_msg void OnSearchBrr();
	afx_msg void OnSearchDiscussion();
	afx_msg void OnSearchFeedback();
	afx_msg void OnSearchLetter();
	afx_msg void OnSearchMeeting();
	afx_msg void OnSearchOnduty();
	afx_msg void OnSearchProperty();
	afx_msg void OnSearchStaff();
	afx_msg void OnSearchVote();
	afx_msg void OnCallboard();
	afx_msg void OnCallboardmanagement();
	afx_msg void OnDiscussionboard();
	afx_msg void OnDiscussionboardmanagement();
	afx_msg void OnVoteselect();
	afx_msg void OnVotemanagement();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in OfficeView.cpp
inline COfficeDoc* COfficeView::GetDocument()
   { return (COfficeDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_OFFICEVIEW_H__EE3355D7_A4CA_4FE2_93E9_AD27D4DD0EFC__INCLUDED_)

⌨️ 快捷键说明

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