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

酒店行业

开发平台:

Java

  1. #if !defined(AFX_STATDLG_H__0C051ED4_60E9_478A_9BFD_88BF649253E2__INCLUDED_)
  2. #define AFX_STATDLG_H__0C051ED4_60E9_478A_9BFD_88BF649253E2__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // StatDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CStatDlg dialog
  10. class CStatDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString GetMaterielName(long materielid);
  15. void SumSingleItem(CString scondition);
  16. void SumBillTotal(CString scondition);
  17. CString Dateformat(CString sdate);
  18. CStatDlg(CWnd* pParent = NULL);   // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CStatDlg)
  21. enum { IDD = IDD_DIALOG_STAT };
  22. CDateTimeCtrl m_oSdate;
  23. CDateTimeCtrl m_oOdate;
  24. CButton m_oWeek;
  25. CEdit m_oListtitle;
  26. CListBox m_oListreport;
  27. CEdit m_oSt;
  28. CEdit m_oOt;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CStatDlg)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CStatDlg)
  40. afx_msg void OnButtonStat();
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnButtonPrintreport();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_STATDLG_H__0C051ED4_60E9_478A_9BFD_88BF649253E2__INCLUDED_)