1 #ifndef _c094d4c6_6c07_414d_979a_f85dde3f4e7b_
2 #define _c094d4c6_6c07_414d_979a_f85dde3f4e7b_
3 
4 #include "BaseLayout/BaseLayout.h"
5 #include "MainMenuControl.h"
6 #include "MainWorkspaceControl.h"
7 
8 namespace tools
9 {
10 
11 	class MainPaneControl :
12 		public wraps::BaseLayout
13 	{
14 	public:
15 		MainPaneControl();
16 
17 		void setVisible(bool _value);
18 
19 	private:
20 		MainMenuControlLE* mMainMenuControl;
21 		MainWorkspaceControl* mMainWorkspaceControl;
22 	};
23 
24 }
25 
26 #endif
27