D:/_sources/u2c_12/ControlPanel/ControlPanel.h
Go to the documentation of this file.00001 // Copyright (C)2006 Diolan ( http://www.diolan.com ) 00002 // 00003 // This program is free software; you can redistribute it and/or 00004 // modify it under the terms of the GNU General Public License 00005 // as published by the Free Software Foundation 00006 // 00007 // This program is distributed in the hope that it will be useful, 00008 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00009 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00010 // GNU General Public License for more details. 00011 00012 00013 #if !defined(AFX_CONTROLPANEL_H__0A3E5B65_887C_11D7_A540_9BA47BC3D524__INCLUDED_) 00014 #define AFX_CONTROLPANEL_H__0A3E5B65_887C_11D7_A540_9BA47BC3D524__INCLUDED_ 00015 00016 #if _MSC_VER > 1000 00017 #pragma once 00018 #endif // _MSC_VER > 1000 00019 00020 #ifndef __AFXWIN_H__ 00021 #error include 'stdafx.h' before including this file for PCH 00022 #endif 00023 00024 #include "resource.h" // main symbols 00025 00027 // CControlPanelApp: 00028 // See ControlPanel.cpp for the implementation of this class 00029 // 00030 00031 class CControlPanelApp : public CWinApp 00032 { 00033 public: 00034 CControlPanelApp(); 00035 00036 // Overrides 00037 // ClassWizard generated virtual function overrides 00038 //{{AFX_VIRTUAL(CControlPanelApp) 00039 public: 00040 virtual BOOL InitInstance(); 00041 //}}AFX_VIRTUAL 00042 00043 // Implementation 00044 //{{AFX_MSG(CControlPanelApp) 00045 afx_msg void OnAppAbout(); 00046 // NOTE - the ClassWizard will add and remove member functions here. 00047 // DO NOT EDIT what you see in these blocks of generated code ! 00048 //}}AFX_MSG 00049 DECLARE_MESSAGE_MAP() 00050 }; 00051 00052 00054 00055 //{{AFX_INSERT_LOCATION}} 00056 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00057 00058 #endif // !defined(AFX_CONTROLPANEL_H__0A3E5B65_887C_11D7_A540_9BA47BC3D524__INCLUDED_)
2006-2012