SearchDlg.h
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:1k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_SEARCHDLG_H__69766DE0_F908_11D3_92E0_5254AB172F50__INCLUDED_)
  2. #define AFX_SEARCHDLG_H__69766DE0_F908_11D3_92E0_5254AB172F50__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SearchDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSearchDlg dialog
  10. class CMacButton;
  11. class CSearchDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CSearchDlg(CWnd* pParent = NULL);   // standard constructor
  16.     CString text;
  17. // Dialog Data
  18. //{{AFX_DATA(CSearchDlg)
  19. enum { IDD = IDD_SEARCH_DLG };
  20. CListBox m_listbox;
  21. CMacButton m_btcancel;
  22. CMacButton m_btok;
  23. CString filename;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CSearchDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. void ListFileFind();
  34. // Generated message map functions
  35. //{{AFX_MSG(CSearchDlg)
  36. virtual void OnOK();
  37. virtual BOOL OnInitDialog();
  38. afx_msg LRESULT OnSetActive(WPARAM wParam,LPARAM lParam);
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_SEARCHDLG_H__69766DE0_F908_11D3_92E0_5254AB172F50__INCLUDED_)