FindDlg.h
上传用户:cuijiu615
上传日期:2007-03-28
资源大小:45k
文件大小:1k
源码类别:

家庭/个人应用

开发平台:

Visual C++

  1. #if !defined(AFX_FINDDLG_H__F90D395E_A587_4229_B049_1DF25541CDED__INCLUDED_)
  2. #define AFX_FINDDLG_H__F90D395E_A587_4229_B049_1DF25541CDED__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // FindDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // FindDlg dialog
  10. class FindDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. int GetSelect();
  15. CString GetValue();
  16. FindDlg(CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(FindDlg)
  19. enum { IDD = IDD_FIND_DIALOG };
  20. CComboBox m_comb;
  21. CString m_name;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(FindDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. int sel;
  32. // Generated message map functions
  33. //{{AFX_MSG(FindDlg)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnDestroy();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_FINDDLG_H__F90D395E_A587_4229_B049_1DF25541CDED__INCLUDED_)