SearchTake2.h 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #if !defined(AFX_SearchTake2_H__C16D462E_D26C_4DCE_80C1_B63F8FE5AE38__INCLUDED_)
  2. #define AFX_SearchTake2_H__C16D462E_D26C_4DCE_80C1_B63F8FE5AE38__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SearchTake2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SearchTake2 dialog
  10. // Jeff: Éã¿Ø±¾ ѡƬ ͳ¼ÆÎ´Ñ¡;
  11. class SearchTake2 : public CDialog
  12. {
  13. int m_nAdd;
  14. CArray<CStringArray, CStringArray>m_List1array;
  15. // Construction
  16. public:
  17. void GetData();
  18. void HidePrice();
  19. void FillGrid();
  20. SearchTake2(CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(SearchTake2)
  23. enum { IDD = IDD_DLGSearchTake2 };
  24. CComboBox m_combo1;
  25. CSortListCtrl2 m_List1;
  26. CString m_filter;
  27. int m_radio1;
  28. BOOL m_check1;
  29. BOOL m_check2;
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(SearchTake2)
  34. public:
  35. virtual BOOL PreTranslateMessage(MSG* pMsg);
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. // Generated message map functions
  42. //{{AFX_MSG(SearchTake2)
  43. virtual BOOL OnInitDialog();
  44. afx_msg void OnButton1();
  45. afx_msg void OnRadio1();
  46. afx_msg void OnRadio2();
  47. afx_msg void OnRadio9();
  48. afx_msg void OnCloseupCombo1();
  49. afx_msg void OnSelchangeCombo1();
  50. afx_msg void OnTimer(UINT nIDEvent);
  51. afx_msg void OnButton2();
  52. virtual void OnOK();
  53. afx_msg void OnBtnsearchfilter();
  54. afx_msg void OnButton3();
  55. afx_msg void OnCheck1();
  56. afx_msg void OnCheck2();
  57. //}}AFX_MSG
  58. DECLARE_MESSAGE_MAP()
  59. };
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  62. #endif // !defined(AFX_SearchTake2_H__C16D462E_D26C_4DCE_80C1_B63F8FE5AE38__INCLUDED_)