📄 formviewreader.h
字号:
#if !defined(AFX_FORMVIEWREADER_H__1A9E6A1F_7A1A_4DF5_9B06_50F2B52920CA__INCLUDED_)
#define AFX_FORMVIEWREADER_H__1A9E6A1F_7A1A_4DF5_9B06_50F2B52920CA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FormViewReader.h : header file
//
///////////////////////////////////////////////////////////////////////////
// CFormViewReader form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "ReaderAttention.h" // Added by ClassView
#include "ReaderAttention.h"
#include "ReaderBorrow.h"
#include "ReaderHistory.h"
#include "ReaderInfo.h"
#include "ReaderQuery.h"
class CFormViewReader : public CFormView
{
protected:
DECLARE_DYNCREATE(CFormViewReader)
public:
CFormViewReader(); // protected constructor used by dynamic creation
// Form Data
public:
//{{AFX_DATA(CFormViewReader)
enum { IDD = IDD_FORMVIEW_READER };
CTabCtrl m_ReaderTab;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
void InitTab();
CReaderAttention m_Attention;
CReaderBorrow m_Borrow;
CReaderHistory m_History;
CReaderInfo m_Info;
CReaderQuery m_Query;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFormViewReader)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CFormViewReader();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CFormViewReader)
afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnBookQuery();
afx_msg void OnBookNew();
afx_msg void OnReaderEdit();
afx_msg void OnReaderPw();
afx_msg void OnBorrowNow();
afx_msg void OnBorrowHistory();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FORMVIEWREADER_H__1A9E6A1F_7A1A_4DF5_9B06_50F2B52920CA__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -