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

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGJIAGESHEZHI_H__8E179BB2_4613_44E9_B792_F2D604233F21__INCLUDED_)
  2. #define AFX_DLGJIAGESHEZHI_H__8E179BB2_4613_44E9_B792_F2D604233F21__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgJiaGeSheZhi.h : header file
  7. //
  8. #include "MyButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgJiaGeSheZhi dialog
  11. class CDlgJiaGeSheZhi : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDlgJiaGeSheZhi(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDlgJiaGeSheZhi)
  18. enum { IDD = IDD_JIAGESHEZHI_B_DIALOG };
  19. CListCtrl m_listMain;
  20. CMyButton m_Btn4;
  21. CMyButton m_Btn3;
  22. CMyButton m_Btn2;
  23. CMyButton m_Btn1;
  24. float m_flt1;
  25. float m_flt2;
  26. float m_flt3;
  27. float m_flt4;
  28. CString m_str5;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CDlgJiaGeSheZhi)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CDlgJiaGeSheZhi)
  40. afx_msg void OnFind();
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnDel();
  43. afx_msg void OnBegin();
  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_DLGJIAGESHEZHI_H__8E179BB2_4613_44E9_B792_F2D604233F21__INCLUDED_)