BaseDlg.h
上传用户:sztwq510
上传日期:2013-06-26
资源大小:4045k
文件大小:1k
源码类别:

酒店行业

开发平台:

Java

  1. #if !defined(AFX_BASEDLG_H__3BB3B513_1A8C_4AC8_B579_D486066977B7__INCLUDED_)
  2. #define AFX_BASEDLG_H__3BB3B513_1A8C_4AC8_B579_D486066977B7__INCLUDED_
  3. #include "ClassDlg.h" // Added by ClassView
  4. #include "TabSheet.h"
  5. #include "MaterielDlg.h"
  6. #include "PaymodeDlg.h"
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // BaseDlg.h : header file
  11. //
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CBaseDlg dialog
  14. extern CMyPosApp theApp;
  15. class CBaseDlg : public CDialog
  16. {
  17. // Construction
  18. public:
  19. CBaseDlg(CWnd* pParent = NULL);   // standard constructor
  20. // Dialog Data
  21. //{{AFX_DATA(CBaseDlg)
  22. enum { IDD = IDD_DIALOG_BASE };
  23. CTabSheet m_oTabBase;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CBaseDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CBaseDlg)
  35. virtual BOOL OnInitDialog();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. private:
  39. CClassDlg m_oClassdlg;
  40. CMaterielDlg m_oMaterieldlg;
  41. CPaymodeDlg m_oPaymodedlg;
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_BASEDLG_H__3BB3B513_1A8C_4AC8_B579_D486066977B7__INCLUDED_)