123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- #if !defined(AFX_SearchTake4_H__C16D462E_D26C_4DCE_80C1_B63F8FE5AE38__INCLUDED_)
- #define AFX_SearchTake4_H__C16D462E_D26C_4DCE_80C1_B63F8FE5AE38__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SearchTake4.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SearchTake4 dialog
- class SearchTake4 : public CDialog
- {
- int m_nAdd;
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- void GetData();
- void HidePrice();
- void FillGrid();
- SearchTake4(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SearchTake4)
- enum { IDD = IDD_DLGSearchTake4 };
- CComboBox m_combo1;
- CSortListCtrl2 m_List1;
- CString m_filter;
- int m_radio1;
- BOOL m_check1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SearchTake4)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SearchTake4)
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
- afx_msg void OnRadio1();
- afx_msg void OnRadio2();
- afx_msg void OnRadio9();
- afx_msg void OnCloseupCombo1();
- afx_msg void OnSelchangeCombo1();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnButton2();
- virtual void OnOK();
- afx_msg void OnBtnsearchfilter();
- afx_msg void OnButton3();
- afx_msg void OnCheck1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SearchTake4_H__C16D462E_D26C_4DCE_80C1_B63F8FE5AE38__INCLUDED_)
|