SearchDlg.h
资源名称:(vc).rar [点击查看]
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:1k
源码类别:
Telnet服务器
开发平台:
Visual C++
- #if !defined(AFX_SEARCHDLG_H__69766DE0_F908_11D3_92E0_5254AB172F50__INCLUDED_)
- #define AFX_SEARCHDLG_H__69766DE0_F908_11D3_92E0_5254AB172F50__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SearchDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSearchDlg dialog
- class CMacButton;
- class CSearchDlg : public CDialog
- {
- // Construction
- public:
- CSearchDlg(CWnd* pParent = NULL); // standard constructor
- CString text;
- // Dialog Data
- //{{AFX_DATA(CSearchDlg)
- enum { IDD = IDD_SEARCH_DLG };
- CListBox m_listbox;
- CMacButton m_btcancel;
- CMacButton m_btok;
- CString filename;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSearchDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- void ListFileFind();
- // Generated message map functions
- //{{AFX_MSG(CSearchDlg)
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- afx_msg LRESULT OnSetActive(WPARAM wParam,LPARAM lParam);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SEARCHDLG_H__69766DE0_F908_11D3_92E0_5254AB172F50__INCLUDED_)