1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- #if !defined(AFX_SearchTake5_H__C16D462E_D26C_4DCE_80C1_B63F8FE5AE38__INCLUDED_)
- #define AFX_SearchTake5_H__C16D462E_D26C_4DCE_80C1_B63F8FE5AE38__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- class SearchTake5 : public CDialog
- {
- int m_nAdd;
- CStringArray jdarray;
- CArray<CStringArray, CStringArray>m_List1array;
- public:
- void GetData();
- void HidePrice();
- void FillGrid();
- SearchTake5(CWnd* pParent = NULL);
-
- enum { IDD = IDD_DLGSearchTake5 };
- CComboBox m_combo1;
- CSortListCtrl2 m_List1;
- CString m_filter;
- int m_radio1;
-
-
-
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- 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();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|