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

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGJINHUOTUIDAN_H__1FF32FBD_94F0_4AD1_A9F1_B0CFA04D5CB9__INCLUDED_)
  2. #define AFX_DLGJINHUOTUIDAN_H__1FF32FBD_94F0_4AD1_A9F1_B0CFA04D5CB9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgJinHuoTuiDan.h : header file
  7. //
  8. #include "MyButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgJinHuoTuiDan dialog
  11. class CDlgJinHuoTuiDan : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDlgJinHuoTuiDan(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDlgJinHuoTuiDan)
  18. enum { IDD = IDD_TUIDAN_C_DIALOG };
  19. CListCtrl m_listMain;
  20. CMyButton m_Btn2;
  21. CMyButton m_Btn4;
  22. CMyButton m_Btn3;
  23. CMyButton m_Btn1;
  24. CString m_str1;
  25. CString m_str2;
  26. CString m_str3;
  27. CString m_str4;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CDlgJinHuoTuiDan)
  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(CDlgJinHuoTuiDan)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnButton6();
  41. afx_msg void OnButton2();
  42. afx_msg void OnButton1();
  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_DLGJINHUOTUIDAN_H__1FF32FBD_94F0_4AD1_A9F1_B0CFA04D5CB9__INCLUDED_)