ChooseFood.h
上传用户:sunh8215
上传日期:2010-02-13
资源大小:1616k
文件大小:2k
源码类别:

酒店行业

开发平台:

Visual C++

  1. #if !defined(AFX_CHOOSEFOOD_H__1511961C_43B6_40C4_A145_B2DCEAECED23__INCLUDED_)
  2. #define AFX_CHOOSEFOOD_H__1511961C_43B6_40C4_A145_B2DCEAECED23__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ChooseFood.h : header file
  7. //
  8. #include "InfoSet.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CChooseFood dialog
  11. class CFoodInfoSet;
  12. class CChooseFood : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CChooseFood(CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CChooseFood)
  19. enum { IDD = IDD_CHOOSEFOOD };
  20. CEdit Paid;
  21. CEdit Sum;
  22. CEdit Rebate;
  23. CListBox FoodBillList;
  24. CEdit FoodNum;
  25. CListBox FoodList;
  26. CEdit BillCode;
  27. CEdit HandCode;
  28. int m_PaidType;
  29. //}}AFX_DATA
  30. bool bStriked;
  31. CBillInfoSet m_BillInfoSet;
  32.     CFoodInfoSet m_FoodInfoSet;
  33. CGuestInfoSet m_GuestInfoSet;
  34.     CBillContentInfoSet m_BillContentInfoSet;
  35.     float m_DefaultSum;
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(CChooseFood)
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(CChooseFood)
  46. virtual BOOL OnInitDialog();
  47. afx_msg void OnAdd();
  48. afx_msg void OnDelete();
  49. afx_msg void OnUpdatedata();
  50. afx_msg void OnRadio();
  51. virtual void OnOK();
  52. virtual void OnCancel();
  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_CHOOSEFOOD_H__1511961C_43B6_40C4_A145_B2DCEAECED23__INCLUDED_)