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

酒店行业

开发平台:

Java

  1. // MyPosDlg.h : header file
  2. //
  3. #if !defined(AFX_MYPOSDLG_H__78028D48_EC88_4D30_879C_6FAF607BD0BC__INCLUDED_)
  4. #define AFX_MYPOSDLG_H__78028D48_EC88_4D30_879C_6FAF607BD0BC__INCLUDED_
  5. #include "TabSheet.h"
  6. #include "BaseDlg.h" // Added by ClassView
  7. #include "PosDlg.h"
  8. #include "StatDlg.h"
  9. #include "SysmtDlg.h"
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CMyPosDlg dialog
  15. #define WM_OFFDUTY WM_USER+3
  16. class CMyPosDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20. CMyPosDlg(CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(CMyPosDlg)
  23. enum { IDD = IDD_MYPOS_DIALOG };
  24. CStatic m_osUsername;
  25. CStatic m_osCompany;
  26. CTabSheet m_oTab1;
  27. //}}AFX_DATA
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CMyPosDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. HICON m_hIcon;
  36. // Generated message map functions
  37. //{{AFX_MSG(CMyPosDlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  40. afx_msg void OnPaint();
  41. afx_msg HCURSOR OnQueryDragIcon();
  42. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  43. afx_msg void OnClose();
  44. //}}AFX_MSG
  45. afx_msg void OnMyOffdutyMessage();//Add a message map function OnMyMessage.
  46. DECLARE_MESSAGE_MAP()
  47. private:
  48. CBaseDlg m_oBasedlg;
  49. CPosDlg m_oPosdlg;
  50. CStatDlg m_oStatdlg;
  51. CSysmtDlg m_oSysmtdlg;
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_MYPOSDLG_H__78028D48_EC88_4D30_879C_6FAF607BD0BC__INCLUDED_)