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

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGXIAOSHOUKANDAN_H__CEEEF0A4_7860_4C65_89A2_BCEE2B37191A__INCLUDED_)
  2. #define AFX_DLGXIAOSHOUKANDAN_H__CEEEF0A4_7860_4C65_89A2_BCEE2B37191A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgXiaoShouKanDan.h : header file
  7. // Download by http://www.codefans.net
  8. #include "MyButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgXiaoShouKanDan dialog
  11. class CDlgXiaoShouKanDan : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDlgXiaoShouKanDan(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDlgXiaoShouKanDan)
  18. enum { IDD = IDD_KAIDAN_D_DIALOG2 };
  19. CMyButton m_Btn10;
  20. CMyButton m_Btn9;
  21. CMyButton m_Btn7;
  22. CMyButton m_Btn2;
  23. CMyButton m_Btn8;
  24. CListCtrl m_listMain;
  25. CMyButton m_Btn6;
  26. CMyButton m_Btn5;
  27. CMyButton m_Btn4;
  28. CMyButton m_Btn3;
  29. CMyButton m_Btn1;
  30. CString m_str1;
  31. CString m_str2;
  32. CString m_str8;
  33. CString m_str3;
  34. CString m_str4;
  35. CString m_str5;
  36. float m_flt6;
  37. float m_flt7;
  38. CString m_str9;
  39. //}}AFX_DATA
  40. // Overrides
  41. // ClassWizard generated virtual function overrides
  42. //{{AFX_VIRTUAL(CDlgXiaoShouKanDan)
  43. protected:
  44. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  45. //}}AFX_VIRTUAL
  46. // Implementation
  47. protected:
  48. // Generated message map functions
  49. //{{AFX_MSG(CDlgXiaoShouKanDan)
  50. virtual BOOL OnInitDialog();
  51. afx_msg void OnButton4();
  52. afx_msg void OnButton2();
  53. afx_msg void OnFind();
  54. afx_msg void OnButton1();
  55. afx_msg void OnDel();
  56. afx_msg void OnButton3();
  57. afx_msg void OnButton5();
  58. afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
  59. afx_msg void OnButton8();
  60. //}}AFX_MSG
  61. DECLARE_MESSAGE_MAP()
  62. };
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65. #endif // !defined(AFX_DLGXIAOSHOUKANDAN_H__CEEEF0A4_7860_4C65_89A2_BCEE2B37191A__INCLUDED_)