?? roomregister.h
字號:
#if !defined(AFX_ROOMREGISTER_H__EA0B7860_74B5_4420_B330_D3C5CD2C7F64__INCLUDED_)
#define AFX_ROOMREGISTER_H__EA0B7860_74B5_4420_B330_D3C5CD2C7F64__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RoomRegister.h : header file
//
#include "InfoSet.h"
/////////////////////////////////////////////////////////////////////////////
// CRoomRegister dialog
class CGuestInfoSet;
class CGuestRegister : public CDialog
{
// Construction
public:
CGuestRegister(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CRoomRegister)
enum { IDD = IDD_GUESTREG };
CEdit GroupID; //團隊編號
CEdit StartTime; //客人入住時間
CEdit CertifyCode;//客人登記的證件號碼
CEdit Name; //客人名字
int m_nCertificatType;
int m_nSex;
int m_nGuestType;
CEdit HandCode; //客人手牌號
//}}AFX_DATA
public:
CString Certificate;//證件類型
long GuestNum; //客人數目
CString GuestType; //客人類型
bool IsMaster; //是否為主客
bool IsMember; //是否為團隊成員
CString RoomNum; //
CString RoomCode; //房間號碼
CString Sex; //客人性別
CGuestInfoSet m_GuestInfoSet;
CBillCheckoutInfoSet m_BillCheckoutInfoSet;
CDestineRoomSet m_RoomDestine;//房間預定表
int year;
int month;
int day;
int hour;
int minute;
int second;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRoomRegister)
protected:
virtual BOOL OnInitDialog();
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CRoomRegister)
virtual void OnOK();
afx_msg void OnCertificatType();
afx_msg void OnSex();
afx_msg void OnGuestType();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ROOMREGISTER_H__EA0B7860_74B5_4420_B330_D3C5CD2C7F64__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -