RoomDestine.h
上传用户:czfddz
上传日期:2013-03-20
资源大小:1517k
文件大小:2k
源码类别:

酒店行业

开发平台:

C/C++

  1. #if !defined(AFX_ROOMDESTINE_H__1071F522_94AD_4118_9DBD_65A469F945B3__INCLUDED_)
  2. #define AFX_ROOMDESTINE_H__1071F522_94AD_4118_9DBD_65A469F945B3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RoomDestine.h : header file
  7. //
  8. #include "InfoSet.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CRoomDestine dialog
  11. class CRoomDestine : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CRoomDestine(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CRoomDestine)
  18. enum { IDD = IDD_ROOMDESTINE };
  19. CEdit m_BillCode;
  20. CEdit CerifyCode;
  21. CEdit m_DestineRoomSum;
  22. CComboBox m_RoomType;
  23. CEdit m_DestineTime;
  24. CListBox m_RoomCodeList;
  25. CEdit m_RoomPrice;
  26. CEdit m_DestinerName;
  27. CEdit m_DestineMoney;
  28. CListBox m_DestineBill;
  29. int m_DestineCerityType;
  30. int m_SexType;
  31. //}}AFX_DATA
  32. //属性
  33. CRoomInfoSet m_RoomInfoSet;
  34.     long         nDestineRoomSum;
  35. CDestineRoomSet m_DestineRoomSet;//房间预定数据表
  36. CString      m_CerityTypeName,m_DestinerSexType;
  37. // Overrides
  38. // ClassWizard generated virtual function overrides
  39. //{{AFX_VIRTUAL(CRoomDestine)
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. protected:
  45. // Generated message map functions
  46. //{{AFX_MSG(CRoomDestine)
  47. virtual BOOL OnInitDialog();
  48. afx_msg void OnSelchangeRoomdestineType();
  49. afx_msg void OnAdd();
  50. afx_msg void OnDelete();
  51. virtual void OnOK();
  52. afx_msg void OnRadio();
  53. //}}AFX_MSG
  54. DECLARE_MESSAGE_MAP()
  55. };
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_ROOMDESTINE_H__1071F522_94AD_4118_9DBD_65A469F945B3__INCLUDED_)