DLgReport.h
上传用户:jzscgs158
上传日期:2022-05-25
资源大小:8709k
文件大小:1k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGREPORT_H__30A0660B_34CE_490E_A5F2_9C36D30C4856__INCLUDED_)
  2. #define AFX_DLGREPORT_H__30A0660B_34CE_490E_A5F2_9C36D30C4856__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DLgReport.h : header file
  7. // Download by http://www.codefans.net
  8. #include "MyButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDLgReport dialog
  11. class CDLgReport : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDLgReport(CWnd* pParent = NULL);   // standard constructor
  16. CString strSql;
  17. CString strTitle;
  18. int intOpen;
  19. // Dialog Data
  20. //{{AFX_DATA(CDLgReport)
  21. enum { IDD = IDD_DIALOG1 };
  22. CListCtrl m_listMain;
  23. CMyButton m_Btn2;
  24. CMyButton m_Btn1;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CDLgReport)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CDLgReport)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnButton1();
  38. afx_msg void OnButton2();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_DLGREPORT_H__30A0660B_34CE_490E_A5F2_9C36D30C4856__INCLUDED_)