📄 adminmanage.h
字号:
#if !defined(AFX_ADMINMANAGE_H__937149A3_CB0E_45CB_B346_40D7C4B963EF__INCLUDED_)
#define AFX_ADMINMANAGE_H__937149A3_CB0E_45CB_B346_40D7C4B963EF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AdminManage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAdminManage form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CAdminManage : public CFormView
{
protected:
CAdminManage(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CAdminManage)
// Form Data
public:
//{{AFX_DATA(CAdminManage)
enum { IDD = IDD_ADMIN_FORM };
CListCtrl m_readermanage;
CListCtrl m_bookmanage;
CString m_bookno;
CString m_readerid;
CString m_prid;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
void RefreshReaderList();
void RefreshBookList();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAdminManage)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CAdminManage();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CAdminManage)
afx_msg void OnButAddb();
afx_msg void OnButModifyb();
afx_msg void OnButDeleteb();
afx_msg void OnButDeleter();
afx_msg void OnButAddr();
afx_msg void OnButModifyr();
afx_msg void OnButBorrow();
afx_msg void OnButReturn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADMINMANAGE_H__937149A3_CB0E_45CB_B346_40D7C4B963EF__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -