📄 formviewadmin.h
字号:
#if !defined(AFX_FORMVIEWADMIN_H__A7ABC47E_6CCE_430F_9A66_AA07075D1835__INCLUDED_)
#define AFX_FORMVIEWADMIN_H__A7ABC47E_6CCE_430F_9A66_AA07075D1835__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FormViewAdmin.h : header file
//
///////////////////////////////////////////////////////////////////////////
// CFormViewAdmin form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "AdminBookInfo.h"
#include "AdminBorrow.h"
#include "AdminMerchant.h"
#include "AdminMyInfo.h"
#include "AdminNewBook.h"
#include "AdminReaderInfo.h"
#include "AdminReturn.h"
#include "AdminView.h"
class CFormViewAdmin : public CFormView
{
protected:
DECLARE_DYNCREATE(CFormViewAdmin)
public:
CFormViewAdmin(); // protected constructor used by dynamic creation
// Form Data
public:
//{{AFX_DATA(CFormViewAdmin)
enum { IDD = IDD_FORMVIEW_ADMIN };
CTabCtrl m_AdminTab;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
void InitTab();
CAdminView m_View;
CAdminReturn m_Return;
CAdminReaderInfo m_ReaderInfo;
CAdminNewBook m_NewBook;
CAdminMyInfo m_MyInfo;
CAdminMerchant m_Merchant;
CAdminBorrow m_Borrow;
CAdminBookInfo m_BookInfo;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFormViewAdmin)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CFormViewAdmin();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CFormViewAdmin)
afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnInfoAdmin();
afx_msg void OnInfoBook();
afx_msg void OnInfoReader();
afx_msg void OnRoutineBorrow();
afx_msg void OnRoutineReturn();
afx_msg void OnRoutineView();
afx_msg void OnNewbookInfo();
afx_msg void OnNewbookMerchant();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FORMVIEWADMIN_H__A7ABC47E_6CCE_430F_9A66_AA07075D1835__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -