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

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGFENLEIBASE_H__66B51C51_E809_42A5_930A_11B1490D5467__INCLUDED_)
  2. #define AFX_DLGFENLEIBASE_H__66B51C51_E809_42A5_930A_11B1490D5467__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgFenLeiBase.h : header file
  7. //
  8. #include "MyButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgFenLeiBase dialog
  11. class CDlgFenLeiBase : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDlgFenLeiBase(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDlgFenLeiBase)
  18. enum { IDD = IDD_FENLEI_B_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. // NOTE: the ClassWizard will add data members here
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CDlgFenLeiBase)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CDlgFenLeiBase)
  38. // NOTE: the ClassWizard will add member functions here
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
  41. afx_msg void OnAdd();
  42. afx_msg void OnModify();
  43. afx_msg void OnDel();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_DLGFENLEIBASE_H__66B51C51_E809_42A5_930A_11B1490D5467__INCLUDED_)