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

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGYONGHUGUANLI_H__6CF91925_6109_4AC7_A718_A0C956CA249E__INCLUDED_)
  2. #define AFX_DLGYONGHUGUANLI_H__6CF91925_6109_4AC7_A718_A0C956CA249E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgYongHuGuanLi.h : header file
  7. // Download by http://www.codefans.net
  8. #include "MyButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgYongHuGuanLi dialog
  11. class CDlgYongHuGuanLi : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDlgYongHuGuanLi(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDlgYongHuGuanLi)
  18. enum { IDD = IDD_YONGHU_A_DIALOG };
  19. CMyButton m_Btn3;
  20. CMyButton m_Btn2;
  21. CMyButton m_Btn1;
  22. CListCtrl m_listMain;
  23. CString m_str1;
  24. CString m_str2;
  25. CString m_str3;
  26. CString m_str4;
  27. CString m_str5;
  28. CString m_str6;
  29. int m_intSelect;
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CDlgYongHuGuanLi)
  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(CDlgYongHuGuanLi)
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnAdd3();
  43. afx_msg void OnModify();
  44. afx_msg void OnDel3();
  45. afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_DLGYONGHUGUANLI_H__6CF91925_6109_4AC7_A718_A0C956CA249E__INCLUDED_)