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

酒店行业

开发平台:

Java

  1. #if !defined(AFX_SYSMTDLG_H__70370091_6483_43B6_A631_660C741D4C0A__INCLUDED_)
  2. #define AFX_SYSMTDLG_H__70370091_6483_43B6_A631_660C741D4C0A__INCLUDED_
  3. #include "TabSheet.h"
  4. #include "UserDlg.h"
  5. #include "SyssetDlg.h"
  6. #include "CleardataDlg.h"
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // SysmtDlg.h : header file
  11. //
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CSysmtDlg dialog
  14. class CSysmtDlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18. CSysmtDlg(CWnd* pParent = NULL);   // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CSysmtDlg)
  21. enum { IDD = IDD_DIALOG_SYSMT };
  22. CTabSheet m_oTabSys;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CSysmtDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CSysmtDlg)
  34. virtual BOOL OnInitDialog();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. private:
  38. CUserDlg m_oUserdlg;
  39. CSyssetDlg m_oSyssetdlg;
  40. CCleardataDlg m_oCleardlg;
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_SYSMTDLG_H__70370091_6483_43B6_A631_660C741D4C0A__INCLUDED_)