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

百货/超市行业

开发平台:

Visual C++

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