📄 manvip.h
字号:
#if !defined(AFX_MANVIP_H__700A0900_5483_4149_A381_FB28E7F3C147__INCLUDED_)
#define AFX_MANVIP_H__700A0900_5483_4149_A381_FB28E7F3C147__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ManVip.h : header file
//
#include <vector>
/////////////////////////////////////////////////////////////////////////////
// CManVip dialog
class CManVip : public CDialog
{
// Construction
public:
CManVip(CWnd* pParent = NULL); // standard constructor
virtual BOOL OnInitDialog();
void OnRefresh();
_ConnectionPtr pConn;
_RecordsetPtr pRst;
int cursel;
// Dialog Data
//{{AFX_DATA(CManVip)
enum { IDD = IDD_MANVIP };
CListCtrl m_List;
//}}AFX_DATA
typedef struct VIPINFOR
{
CString vipno;
CString vipname;
CString vipgender;
CString vipage;
CString vipid;
CString vipregdate;
CString viptele;
CString vipcom;
CString vipconsume;
}vipin;
std::vector<vipin> vip;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CManVip)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CManVip)
afx_msg void OnDelVip();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MANVIP_H__700A0900_5483_4149_A381_FB28E7F3C147__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -