📄 adminview.h
字号:
#if !defined(AFX_ADMINVIEW_H__753C84C8_0BD6_4C45_8603_77740E7426D5__INCLUDED_)
#define AFX_ADMINVIEW_H__753C84C8_0BD6_4C45_8603_77740E7426D5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// adminView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CadminView record view
#include "adminSet.h"
class CadminView : public CRecordView
{
protected:
CadminView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CadminView)
// Form Data
public:
//{{AFX_DATA(CadminView)
enum { IDD = IDD_USERSET };
CButton m_movenext;
CButton m_moveprev;
CButton m_movefirst;
CButton m_movelast;
CListCtrl m_Grid;
CadminSet* m_pSet;
int m_recno;
int m_reccount;
CString m_recnews;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
CadminSet* GetRecordset();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CadminView)
// NOTE - the ClassWizard will add and remove member functions here.
public:
virtual CRecordset* OnGetRecordset();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnInitialUpdate();
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CadminView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CadminView)
afx_msg void OnButtoncha();
afx_msg void OnAdd();
afx_msg void OnHou();
afx_msg void OnQian();
afx_msg void OnShanchu();
afx_msg void OnShang();
afx_msg void OnXia();
afx_msg void OnXiugai();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADMINVIEW_H__753C84C8_0BD6_4C45_8603_77740E7426D5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -