1 #ifndef WXCREADEVMANAGERMAINFRAME_H_INCLUDED
2 #define WXCREADEVMANAGERMAINFRAME_H_INCLUDED
5 #include <wx/treectrl.h>
6 #include <wx/aui/aui.h>
8 class wxCreaDevManagerMainFrame:public wxFrame
11 wxCreaDevManagerMainFrame(
14 const wxString& caption = _("CREATIS CreaDevManager"),
15 const wxPoint& pos = wxDefaultPosition,
16 const wxSize& size = wxDefaultSize,
17 long style = wxDEFAULT_FRAME_STYLE
20 ~wxCreaDevManagerMainFrame();
25 const wxString& caption = _("CREATIS CreaDevManager"),
26 const wxPoint& pos = wxDefaultPosition,
27 const wxSize& size = wxDefaultSize,
28 long style = wxDEFAULT_FRAME_STYLE
33 void CreateControls();
44 wxAuiManager auiManager;
45 wxTreeCtrl* tree_Projects;
46 wxWindow* window_Properties;
47 wxWindow* window_ProjectActions;