SearchTake3.h 1.7 KB

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