D:/_sources/u2c_12/ControlPanel/MainToolBar.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_MAINTOOLBAR_H__8734EAF3_FEA9_43D9_ABF2_96F92B2349DF__INCLUDED_) 00014 #define AFX_MAINTOOLBAR_H__8734EAF3_FEA9_43D9_ABF2_96F92B2349DF__INCLUDED_ 00015 00016 #if _MSC_VER > 1000 00017 #pragma once 00018 #endif // _MSC_VER > 1000 00019 // MainToolBar.h : header file 00020 // 00021 00023 // CMainToolBar window 00024 00025 class CMainToolBar : public CToolBar 00026 { 00027 // Construction 00028 public: 00029 CMainToolBar(); 00030 BOOL Create(CWnd* pParentWnd); 00031 void Autoscroll(BOOL bEnable); 00032 00033 // Attributes 00034 public: 00035 00036 // Operations 00037 public: 00038 00039 // Overrides 00040 // ClassWizard generated virtual function overrides 00041 //{{AFX_VIRTUAL(CMainToolBar) 00042 //}}AFX_VIRTUAL 00043 00044 // Implementation 00045 public: 00046 virtual ~CMainToolBar(); 00047 00048 // Generated message map functions 00049 protected: 00050 //{{AFX_MSG(CMainToolBar) 00051 //}}AFX_MSG 00052 00053 DECLARE_MESSAGE_MAP() 00054 }; 00055 00057 00058 //{{AFX_INSERT_LOCATION}} 00059 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00060 00061 #endif // !defined(AFX_MAINTOOLBAR_H__8734EAF3_FEA9_43D9_ABF2_96F92B2349DF__INCLUDED_)
2006-2012