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

酒店行业

开发平台:

C/C++

  1. #if !defined(AFX_CHOOSESERVER_H__9FA51CCE_2277_4354_835B_6AB69B094255__INCLUDED_)
  2. #define AFX_CHOOSESERVER_H__9FA51CCE_2277_4354_835B_6AB69B094255__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ChooseServer.h : header file
  7. //
  8. #include "InfoSet.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CChooseServer dialog
  11. class CChooseServer : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CChooseServer(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CChooseServer)
  18. enum { IDD = IDD_CHOOSESERVER };
  19. CEdit EmployerCode;
  20. CEdit Sum;
  21. CEdit Rebate;
  22. CEdit Paid;
  23. CEdit Num;
  24. CListBox ServerList;
  25. CListBox ServerBillList;
  26. CEdit HandCode;
  27. CEdit BillCode;
  28. int m_PaidType;
  29. //}}AFX_DATA
  30.     bool bStriked;
  31. CBillInfoSet m_BillInfoSet;
  32.     CServerInfoSet m_ServerInfoSet;
  33. CGuestInfoSet m_GuestInfoSet;
  34.     CBillContentInfoSet m_BillContentInfoSet;
  35. CEmployerInfoSet  m_EmployerInfoSet;
  36.     float m_DefaultSum;
  37. // Overrides
  38. // ClassWizard generated virtual function overrides
  39. //{{AFX_VIRTUAL(CChooseServer)
  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(CChooseServer)
  47. virtual BOOL OnInitDialog();
  48. virtual void OnOK();
  49. virtual void OnCancel();
  50. afx_msg void OnAdd();
  51. afx_msg void OnDelete();
  52. afx_msg void OnRadio();
  53. afx_msg void OnUpdatedata();
  54. //}}AFX_MSG
  55. DECLARE_MESSAGE_MAP()
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_CHOOSESERVER_H__9FA51CCE_2277_4354_835B_6AB69B094255__INCLUDED_)