Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CManager_UI.h
1 // C++ code generated with wxFormBuilder (version Sep 8 2010)
3 // http://www.wxformbuilder.org/
4 //
5 // PLEASE DO "NOT" EDIT THIS FILE!
7 
8 #ifndef __CManager_UI__
9 #define __CManager_UI__
10 
11 #include <wx/intl.h>
12 
13 #include <wx/string.h>
14 #include <wx/stattext.h>
15 #include <wx/gdicmn.h>
16 #include <wx/font.h>
17 #include <wx/colour.h>
18 #include <wx/settings.h>
19 #include <wx/textctrl.h>
20 #include <wx/sizer.h>
21 #include <wx/choice.h>
22 #include <wx/button.h>
23 #include <wx/listctrl.h>
24 #include <wx/statbox.h>
25 #include <wx/panel.h>
26 #include <wx/dialog.h>
27 #include <wx/bitmap.h>
28 #include <wx/image.h>
29 #include <wx/icon.h>
30 #include <wx/bmpbuttn.h>
31 
33 
34 #define ID_TEXT 1000
35 #define ID_ITEM 1001
36 #define ID_TYPECHOICE 1002
37 #define ID_SUBTYPECHOICE 1003
38 #define ID_ADDTAG 1004
39 #define ID_REMOVETAG 1005
40 #define ID_EDITTAG 1006
41 #define ID_TAGLIST 1007
42 #define ID_FILENAME 1008
43 #define ID_DISTANCE 1009
44 #define ID_SCALE 1010
45 #define ID_STATUS 1011
46 #define ID_TAGNAME 1012
47 #define ID_TAGTEXT 1013
48 #define ID_LIGHT 1014
49 #define ID_AMBIENT 1015
50 #define ID_DIFFUSE 1016
51 #define ID_DIRX 1017
52 #define ID_DIRY 1018
53 #define ID_DIRZ 1019
54 
58 class PropPanelBase : public wxPanel
59 {
60  private:
61 
62  protected:
63  wxStaticText* m_text1;
64  wxTextCtrl* m_item;
65  wxStaticText* m_text2;
66  wxChoice* m_typechoice;
67  wxStaticText* m_text3;
68  wxChoice* m_subtypechoice;
69  wxStaticText* m_text4;
70  wxButton* m_addtag;
71  wxButton* m_removetag;
72  wxButton* m_edittag;
73  wxListCtrl* m_taglist;
74 
75  public:
76 
77  PropPanelBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTAB_TRAVERSAL );
78  ~PropPanelBase();
79 
80 };
81 
85 class ModelPanelBase : public wxPanel
86 {
87  private:
88 
89  protected:
90  wxStaticText* m_text5;
91  wxTextCtrl* m_filename;
92  wxStaticText* m_text6;
93  wxTextCtrl* m_distance;
94  wxStaticText* m_text7;
95  wxTextCtrl* m_scale;
96  wxStaticText* m_text8;
97  wxStaticText* m_text9;
98  wxTextCtrl* m_status;
99 
100  public:
101 
102  ModelPanelBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTAB_TRAVERSAL );
103  ~ModelPanelBase();
104 
105 };
106 
110 class TagDlgBase : public wxDialog
111 {
112  private:
113 
114  protected:
115  wxStaticText* m_text10;
116  wxChoice* m_tagname;
117  wxStaticText* m_text11;
118  wxTextCtrl* m_tagtext;
119  wxButton* wxID_OK;
120  wxButton* wxID_CANCEL;
121 
122  public:
123 
124  TagDlgBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxTAB_TRAVERSAL );
125  ~TagDlgBase();
126 
127 };
128 
132 class LightDlgBase : public wxDialog
133 {
134  private:
135 
136  protected:
137  wxStaticText* m_text12;
138  wxChoice* m_light;
139  wxStaticText* m_text13;
140  wxBitmapButton* m_ambient;
141  wxStaticText* m_text14;
142  wxBitmapButton* m_diffuse;
143  wxStaticText* m_text15;
144  wxTextCtrl* m_dirx;
145  wxTextCtrl* m_diry;
146  wxTextCtrl* m_dirz;
147 
148  public:
149 
150  LightDlgBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxTAB_TRAVERSAL );
151  ~LightDlgBase();
152 
153 };
154 
155 #endif //__CManager_UI__