📄 userregview.h
字号:
#if !defined(AFX_USERREGVIEW_H__3FA16D2D_92AF_4060_88F5_A7ADAA0D6211__INCLUDED_)
#define AFX_USERREGVIEW_H__3FA16D2D_92AF_4060_88F5_A7ADAA0D6211__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// UserRegView.h : header file
//
#include "resource.h"
/////////////////////////////////////////////////////////////////////////////
// CUserRegView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CUserRegView : public CFormView
{
public:
CUserRegView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CUserRegView)
void Refresh();
_ConnectionPtr m_pConn;
CButton *m_pRadio1;
CString m_guestSex;
// Form Data
public:
//{{AFX_DATA(CUserRegView)
enum { IDD = IDD_USERREGVIEW_FORM };
CComboBox m_ComBox1;
CListCtrl m_ListCtrl;
CString m_orderid;
int m_prepay;
CString m_guestName;
CString m_guestID;
CString m_guestPost;
CString m_guestNation;
CString m_RoomID;
CString m_orderid2;
int m_prepay2;
CString m_guestTel;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CUserRegView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CUserRegView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CUserRegView)
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void OnSignIn();
afx_msg void OnAddGuest();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_USERREGVIEW_H__3FA16D2D_92AF_4060_88F5_A7ADAA0D6211__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -