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

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGRUKUKAIDAN_H__A68FBA5D_6C71_4D4B_8C4C_B00A27D64FAE__INCLUDED_)
  2. #define AFX_DLGRUKUKAIDAN_H__A68FBA5D_6C71_4D4B_8C4C_B00A27D64FAE__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgRuKuKaiDan.h : header file
  7. //
  8. #include "MyButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgRuKuKaiDan dialog
  11. class CDlgRuKuKaiDan : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDlgRuKuKaiDan(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDlgRuKuKaiDan)
  18. enum { IDD = IDD_JINHUO_E_DIALOG };
  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(CDlgRuKuKaiDan)
  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(CDlgRuKuKaiDan)
  50. // NOTE: the ClassWizard will add member functions here
  51. virtual BOOL OnInitDialog();
  52. afx_msg void OnButton4();
  53. afx_msg void OnButton2();
  54. afx_msg void OnFind();
  55. afx_msg void OnButton1();
  56. afx_msg void OnDel();
  57. afx_msg void OnButton3();
  58. afx_msg void OnButton5();
  59. afx_msg void OnButton8();
  60. afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
  61. //}}AFX_MSG
  62. DECLARE_MESSAGE_MAP()
  63. };
  64. //{{AFX_INSERT_LOCATION}}
  65. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  66. #endif // !defined(AFX_DLGRUKUKAIDAN_H__A68FBA5D_6C71_4D4B_8C4C_B00A27D64FAE__INCLUDED_)