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

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGJINHUOKANDAN_H__8043739B_F6B3_4165_83E2_F88DDBDF1005__INCLUDED_)
  2. #define AFX_DLGJINHUOKANDAN_H__8043739B_F6B3_4165_83E2_F88DDBDF1005__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgJinHuoKanDan.h : header file
  7. //
  8. #include "MyButton.h"
  9. #include "MyDateEdit.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CDlgJinHuoKanDan dialog
  12. class CDlgJinHuoKanDan : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CDlgJinHuoKanDan(CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CDlgJinHuoKanDan)
  19. enum { IDD = IDD_KANDAN_C_DIALOG };
  20. CMyButton m_Btn10;
  21. CMyButton m_Btn9;
  22. CMyButton m_Btn7;
  23. CMyButton m_Btn2;
  24. CMyButton m_Btn8;
  25. CListCtrl m_listMain;
  26. CMyButton m_Btn6;
  27. CMyButton m_Btn5;
  28. CMyButton m_Btn4;
  29. CMyButton m_Btn3;
  30. CMyButton m_Btn1;
  31. CString m_str1;
  32. CString m_str2;
  33. CString m_str8;
  34. CString m_str3;
  35. CString m_str4;
  36. CString m_str5;
  37. float m_flt6;
  38. float m_flt7;
  39. CString m_str9;
  40. //}}AFX_DATA
  41. // Overrides
  42. // ClassWizard generated virtual function overrides
  43. //{{AFX_VIRTUAL(CDlgJinHuoKanDan)
  44. protected:
  45. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  46. //}}AFX_VIRTUAL
  47. // Implementation
  48. protected:
  49. // Generated message map functions
  50. //{{AFX_MSG(CDlgJinHuoKanDan)
  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 OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
  60. afx_msg void OnButton8();
  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_DLGJINHUOKANDAN_H__8043739B_F6B3_4165_83E2_F88DDBDF1005__INCLUDED_)