ShowMemberBlue.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #if !defined(AFX_ShowMemberBlue_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_ShowMemberBlue_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif
  6. #ifndef __AFXEXT_H__
  7. #include <afxext.h>
  8. #endif
  9. class ShowMemberBlue : public MyFormView
  10. {
  11. CArray<CStringArray, CStringArray>m_List1array;
  12. protected:
  13. ShowMemberBlue(); // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(ShowMemberBlue)
  15. public:
  16. enum { IDD = IDD_DLGShowMemberBlue };
  17. CSortListCtrl2 m_List1;
  18. CStatic m_static1;
  19. CString m_filter;
  20. public:
  21. void HidePrice();
  22. void FillGrid();
  23. public:
  24. virtual void OnInitialUpdate();
  25. virtual BOOL PreTranslateMessage(MSG* pMsg);
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. protected:
  29. virtual ~ShowMemberBlue();
  30. #ifdef _DEBUG
  31. virtual void AssertValid() const;
  32. virtual void Dump(CDumpContext& dc) const;
  33. #endif
  34. afx_msg void OnBUTclose();
  35. afx_msg void OnButton1();
  36. afx_msg void OnTimer(UINT nIDEvent);
  37. afx_msg void OnButton2();
  38. afx_msg void OnDblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
  39. afx_msg void OnButton3();
  40. afx_msg void OnButton4();
  41. afx_msg void OnButton5();
  42. afx_msg void OnButton6();
  43. afx_msg void OnButton10();
  44. afx_msg void OnButton11();
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. #endif