This commit is contained in:
parent
425713a3aa
commit
c1309c1c96
44 changed files with 2193 additions and 1452 deletions
|
@ -5,11 +5,7 @@
|
|||
#if !defined(AFX_MAINFRM_H__CEC14D79_A1F2_4281_AA53_544F0924E7D8__INCLUDED_)
|
||||
#define AFX_MAINFRM_H__CEC14D79_A1F2_4281_AA53_544F0924E7D8__INCLUDED_
|
||||
|
||||
#include "MultiBar.h"
|
||||
//#include "LayerList.h"
|
||||
//#include "LayerTileGUI.h"
|
||||
//#include "LayerTileToolbar.h"
|
||||
//#include "LayerShadeGUI.h"
|
||||
#include "GUIMultiBar.h"
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
|
@ -35,15 +31,9 @@ public:
|
|||
public:
|
||||
CStatusBar *GetStatusBar() {return(&StatusBar);}
|
||||
CMainToolBar *GetToolBar() {return(&ToolBar);}
|
||||
// CDialog *GetDialog(int ID) {return(ParamBar.GetDialog(ID));}
|
||||
|
||||
// Param Bar
|
||||
CMultiBar *GetParamBar() {return(&ParamBar);}
|
||||
// CDialog &GetLayerList() {return(LayerList);}
|
||||
// CDialog &GetLayerTileGUI() {return(LayerTileGUI);}
|
||||
// CDialog &GetLayerTileToolbar() {return(LayerTileToolBar);}
|
||||
// CDialog &GetLayerShadeGUI() {return(LayerShadeGUI);}
|
||||
|
||||
CGUIMultiBar *GetParamBar() {return(&ParamBar);}
|
||||
// Operations
|
||||
public:
|
||||
|
||||
|
@ -65,12 +55,7 @@ protected: // control bar embedded members
|
|||
CStatusBar StatusBar;
|
||||
CMainToolBar ToolBar;
|
||||
|
||||
CMultiBar ParamBar;
|
||||
// Sub Dialogs
|
||||
// CLayerList LayerList;
|
||||
// CLayerTileGUI LayerTileGUI;
|
||||
// CLayerTileToolbar LayerTileToolBar;
|
||||
// CLayerShadeGUI LayerShadeGUI;
|
||||
CGUIMultiBar ParamBar;
|
||||
|
||||
// Generated message map functions
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue