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

百货/超市行业

开发平台:

Visual C++

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