SearchTake2.h 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. class SearchTake2 : 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. SearchTake2(CWnd* pParent = NULL); // standard constructor
  20. // Dialog Data
  21. //{{AFX_DATA(SearchTake2)
  22. enum { IDD = IDD_DLGSearchTake2 };
  23. CComboBox m_combo1;
  24. CSortListCtrl2 m_List1;
  25. CString m_filter;
  26. int m_radio1;
  27. BOOL m_check1;
  28. BOOL m_check2;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(SearchTake2)
  33. public:
  34. virtual BOOL PreTranslateMessage(MSG* pMsg);
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(SearchTake2)
  42. virtual BOOL OnInitDialog();
  43. afx_msg void OnButton1();
  44. afx_msg void OnRadio1();
  45. afx_msg void OnRadio2();
  46. afx_msg void OnRadio9();
  47. afx_msg void OnCloseupCombo1();
  48. afx_msg void OnSelchangeCombo1();
  49. afx_msg void OnTimer(UINT nIDEvent);
  50. afx_msg void OnButton2();
  51. virtual void OnOK();
  52. afx_msg void OnBtnsearchfilter();
  53. afx_msg void OnButton3();
  54. afx_msg void OnCheck1();
  55. afx_msg void OnCheck2();
  56. //}}AFX_MSG
  57. DECLARE_MESSAGE_MAP()
  58. };
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_SearchTake2_H__C16D462E_D26C_4DCE_80C1_B63F8FE5AE38__INCLUDED_)