DinDanHistroy.h 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. #if !defined(AFX_DinDanHistroy_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_DinDanHistroy_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DinDanHistroy.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // DinDanHistroy form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "MyFormView.h"
  14. class DinDanHistroy : public MyFormView
  15. {
  16. int m_nadd;
  17. CArray<CStringArray, CStringArray>m_List1array;
  18. protected:
  19. DinDanHistroy(); // protected constructor used by dynamic creation
  20. DECLARE_DYNCREATE(DinDanHistroy)
  21. // Form Data
  22. public:
  23. //{{AFX_DATA(DinDanHistroy)
  24. enum { IDD = IDD_DLGDinDanHistory };
  25. CComboBox m_combo1;
  26. CSortListCtrl3 m_List1;
  27. CStatic m_static1;
  28. CString m_filter;
  29. int m_radio1;
  30. //}}AFX_DATA
  31. // Attributes
  32. public:
  33. // Operations
  34. public:
  35. void FillGrid2();
  36. void GetData();
  37. void HidePrice();
  38. void GetClientPhone();
  39. void FillGrid();
  40. // Overrides
  41. // ClassWizard generated virtual function overrides
  42. //{{AFX_VIRTUAL(DinDanHistroy)
  43. public:
  44. virtual void OnInitialUpdate();
  45. virtual BOOL PreTranslateMessage(MSG* pMsg);
  46. protected:
  47. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  48. //}}AFX_VIRTUAL
  49. // Implementation
  50. protected:
  51. virtual ~DinDanHistroy();
  52. #ifdef _DEBUG
  53. virtual void AssertValid() const;
  54. virtual void Dump(CDumpContext& dc) const;
  55. #endif
  56. // Generated message map functions
  57. //{{AFX_MSG(DinDanHistroy)
  58. afx_msg void OnBUTclose();
  59. afx_msg void OnButton1();
  60. afx_msg void OnSelchangeCombo1();
  61. afx_msg void OnTimer(UINT nIDEvent);
  62. afx_msg void OnBUTmodify3();
  63. afx_msg void OnBUTmodify4();
  64. afx_msg void OnBUTmodify();
  65. afx_msg void OnBUTprint();
  66. afx_msg void OnDblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
  67. afx_msg void OnBUTclient();
  68. afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
  69. afx_msg void OnBUTprint3();
  70. afx_msg void OnCustomdrawList1(NMHDR*, LRESULT*);
  71. afx_msg void OnRadio1();
  72. afx_msg void OnRadio3();
  73. afx_msg void OnBtnsearchfilter();
  74. afx_msg void OnRadio4();
  75. afx_msg void OnRadio6();
  76. afx_msg void OnRadio7();
  77. //}}AFX_MSG
  78. DECLARE_MESSAGE_MAP()
  79. };
  80. /////////////////////////////////////////////////////////////////////////////
  81. //{{AFX_INSERT_LOCATION}}
  82. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  83. #endif // !defined(AFX_DinDanHistroy_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)