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

酒店行业

开发平台:

Java

  1. #if !defined(AFX_OFFDUTYDLG_H__63B05568_3286_4A99_A417_583F7D893A94__INCLUDED_)
  2. #define AFX_OFFDUTYDLG_H__63B05568_3286_4A99_A417_583F7D893A94__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // OffdutyDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // COffdutyDlg dialog
  10. class COffdutyDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString YearMonthDay(CString y,CString m,CString d);
  15. COffdutyDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(COffdutyDlg)
  18. enum { IDD = IDD_DIALOG_OFFDUTY };
  19. CEdit m_oOffrfmoney;
  20. CEdit m_oOffrf;
  21. CListBox m_oHanglist;
  22. CListBox m_oNonchecklist;
  23. CListBox m_oMoneylist;
  24. CEdit m_oOffbills;
  25. CEdit m_oOfftime;
  26. CEdit m_oOffpeoples;
  27. CEdit m_oCheckman;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(COffdutyDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(COffdutyDlg)
  39. virtual void OnOK();
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnButtonOffprint();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_OFFDUTYDLG_H__63B05568_3286_4A99_A417_583F7D893A94__INCLUDED_)