searchdialog.h
上传用户:yhxbjx
上传日期:2018-11-07
资源大小:7142k
文件大小:1k
- #if !defined(AFX_SEARCHDIALOG_H__99B50ED8_E8C6_46D9_9C5E_C36B388390E7__INCLUDED_)
- #define AFX_SEARCHDIALOG_H__99B50ED8_E8C6_46D9_9C5E_C36B388390E7__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // searchdialog.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // searchdialog dialog
- class searchdialog : public CDialog
- {
- // Construction
- public:
- searchdialog(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(searchdialog)
- enum { IDD = IDD_DIALOG12 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(searchdialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(searchdialog)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SEARCHDIALOG_H__99B50ED8_E8C6_46D9_9C5E_C36B388390E7__INCLUDED_)