- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
RoomDestine.h
资源名称:酒店管理系统源代码.rar [点击查看]
上传用户:czfddz
上传日期:2013-03-20
资源大小:1517k
文件大小:2k
源码类别:
酒店行业
开发平台:
C/C++
- #if !defined(AFX_ROOMDESTINE_H__1071F522_94AD_4118_9DBD_65A469F945B3__INCLUDED_)
- #define AFX_ROOMDESTINE_H__1071F522_94AD_4118_9DBD_65A469F945B3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RoomDestine.h : header file
- //
- #include "InfoSet.h"
- /////////////////////////////////////////////////////////////////////////////
- // CRoomDestine dialog
- class CRoomDestine : public CDialog
- {
- // Construction
- public:
- CRoomDestine(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CRoomDestine)
- enum { IDD = IDD_ROOMDESTINE };
- CEdit m_BillCode;
- CEdit CerifyCode;
- CEdit m_DestineRoomSum;
- CComboBox m_RoomType;
- CEdit m_DestineTime;
- CListBox m_RoomCodeList;
- CEdit m_RoomPrice;
- CEdit m_DestinerName;
- CEdit m_DestineMoney;
- CListBox m_DestineBill;
- int m_DestineCerityType;
- int m_SexType;
- //}}AFX_DATA
- //属性
- CRoomInfoSet m_RoomInfoSet;
- long nDestineRoomSum;
- CDestineRoomSet m_DestineRoomSet;//房间预定数据表
- CString m_CerityTypeName,m_DestinerSexType;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRoomDestine)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CRoomDestine)
- virtual BOOL OnInitDialog();
- afx_msg void OnSelchangeRoomdestineType();
- afx_msg void OnAdd();
- afx_msg void OnDelete();
- virtual void OnOK();
- afx_msg void OnRadio();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ROOMDESTINE_H__1071F522_94AD_4118_9DBD_65A469F945B3__INCLUDED_)