SearchTake.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #if !defined(AFX_SEARCHTAKE_H__C16D462E_D26C_4DCE_80C1_B63F8FE5AE38__INCLUDED_)
  2. #define AFX_SEARCHTAKE_H__C16D462E_D26C_4DCE_80C1_B63F8FE5AE38__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SearchTake.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SearchTake dialog
  10. class SearchTake : public CDialog
  11. {
  12. int m_nAdd;
  13. CStringArray jdarray;
  14. CArray<CStringArray, CStringArray>m_List1array;
  15. // Construction
  16. public:
  17. void GetData();
  18. void HidePrice();
  19. void FillGrid();
  20. SearchTake(CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(SearchTake)
  23. enum { IDD = IDD_DLGSearchTake };
  24. CComboBox m_combo1;
  25. CSortListCtrl2 m_List1;
  26. CString m_filter;
  27. int m_radio1;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(SearchTake)
  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(SearchTake)
  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
  54. DECLARE_MESSAGE_MAP()
  55. };
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_SEARCHTAKE_H__C16D462E_D26C_4DCE_80C1_B63F8FE5AE38__INCLUDED_)