search.h
上传用户:hbzqs18
上传日期:2021-03-04
资源大小:46k
文件大小:1k
- #if !defined(AFX_SEARCH_H__8855C6FA_CEF7_4039_AA6C_8E3FCC548E21__INCLUDED_)
- #define AFX_SEARCH_H__8855C6FA_CEF7_4039_AA6C_8E3FCC548E21__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // search.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // search dialog
- class search : public CDialog
- {
- // Construction
- public:
- search(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(search)
- enum { IDD = IDD_DIALOG2 };
- CListCtrl m_listResults;
- CComboBox m_comboIn;
- CString m_editJiGuan;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(search)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(search)
- virtual BOOL OnInitDialog();
- afx_msg void OnBtnQuery();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- void ShowAccordingIncome();
- void ShowAccordingJiGuan();
- void ShowAll();
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SEARCH_H__8855C6FA_CEF7_4039_AA6C_8E3FCC548E21__INCLUDED_)