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

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGXIAOSHOUTUIDAN_H__5084E9CB_F72A_494D_B543_4D3BBBDC1631__INCLUDED_)
  2. #define AFX_DLGXIAOSHOUTUIDAN_H__5084E9CB_F72A_494D_B543_4D3BBBDC1631__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgXiaoShouTuiDan.h : header file
  7. //
  8. #include "MyButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgXiaoShouTuiDan dialog
  11. class CDlgXiaoShouTuiDan : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDlgXiaoShouTuiDan(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDlgXiaoShouTuiDan)
  18. enum { IDD = IDD_TUIDAN_D_DIALOG };
  19. CMyButton m_Btn7;
  20. CListCtrl m_listMain;
  21. CMyButton m_Btn2;
  22. CMyButton m_Btn4;
  23. CMyButton m_Btn3;
  24. CMyButton m_Btn1;
  25. CString m_str1;
  26. CString m_str2;
  27. CString m_str3;
  28. CString m_str4;
  29. CString m_str5;
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CDlgXiaoShouTuiDan)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CDlgXiaoShouTuiDan)
  41. // NOTE: the ClassWizard will add member functions here
  42. virtual BOOL OnInitDialog();
  43. afx_msg void OnButton6();
  44. afx_msg void OnButton2();
  45. afx_msg void OnButton1();
  46. afx_msg void OnButton7();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_DLGXIAOSHOUTUIDAN_H__5084E9CB_F72A_494D_B543_4D3BBBDC1631__INCLUDED_)