GME  13
SearchPpg.h
Go to the documentation of this file.
00001 #if !defined(AFX_SEARCHPPG_H__FDFF0CA0_A1DB_4E67_956D_E61C7A96C684__INCLUDED_)
00002 #define AFX_SEARCHPPG_H__FDFF0CA0_A1DB_4E67_956D_E61C7A96C684__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 
00008 // SearchPpg.h : Declaration of the CSearchPropPage property page class.
00009 
00011 // CSearchPropPage : See SearchPpg.cpp.cpp for implementation.
00012 
00013 class CSearchPropPage : public COlePropertyPage
00014 {
00015         DECLARE_DYNCREATE(CSearchPropPage)
00016         DECLARE_OLECREATE_EX(CSearchPropPage)
00017 
00018 // Constructor
00019 public:
00020         CSearchPropPage();
00021 
00022 // Dialog Data
00023         //{{AFX_DATA(CSearchPropPage)
00024         enum { IDD = IDD_PROPPAGE_SEARCH };
00025                 // NOTE - ClassWizard will add data members here.
00026                 //    DO NOT EDIT what you see in these blocks of generated code !
00027         //}}AFX_DATA
00028 
00029 // Implementation
00030 protected:
00031         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00032 
00033 // Message maps
00034 protected:
00035         //{{AFX_MSG(CSearchPropPage)
00036                 // NOTE - ClassWizard will add and remove member functions here.
00037                 //    DO NOT EDIT what you see in these blocks of generated code !
00038         //}}AFX_MSG
00039         DECLARE_MESSAGE_MAP()
00040 
00041 };
00042 
00043 //{{AFX_INSERT_LOCATION}}
00044 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00045 
00046 #endif // !defined(AFX_SEARCHPPG_H__FDFF0CA0_A1DB_4E67_956D_E61C7A96C684__INCLUDED)