RoomRegister.h
上传用户:sunh8215
上传日期:2010-02-13
资源大小:1616k
文件大小:2k
- #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_)