GME  13
ConsolePpg.h
Go to the documentation of this file.
00001 #if !defined(AFX_CONSOLEPPG_H__C9DDB515_3A8D_436A_9D77_B16D256C638D__INCLUDED_)
00002 #define AFX_CONSOLEPPG_H__C9DDB515_3A8D_436A_9D77_B16D256C638D__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 
00008 // ConsolePpg.h : Declaration of the CConsolePropPage property page class.
00009 
00011 // CConsolePropPage : See ConsolePpg.cpp.cpp for implementation.
00012 
00013 class CConsolePropPage : public COlePropertyPage
00014 {
00015         DECLARE_DYNCREATE(CConsolePropPage)
00016         DECLARE_OLECREATE_EX(CConsolePropPage)
00017 
00018 // Constructor
00019 public:
00020         CConsolePropPage();
00021 
00022 // Dialog Data
00023         //{{AFX_DATA(CConsolePropPage)
00024         enum { IDD = IDD_PROPPAGE_CONSOLE };
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(CConsolePropPage)
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_CONSOLEPPG_H__C9DDB515_3A8D_436A_9D77_B16D256C638D__INCLUDED)