Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
wxosg_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 __wxosg_UI__
9 #define __wxosg_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/spinctrl.h>
20 #include <wx/sizer.h>
21 #include <wx/textctrl.h>
22 #include <wx/slider.h>
23 #include <wx/button.h>
24 #include <wx/dialog.h>
25 #include <wx/treectrl.h>
26 #include <wx/checkbox.h>
27 
29 
30 #define ID_TEXT 1000
31 #define ID_SPIN_YEAR 1001
32 #define ID_SPIN_MONTH 1002
33 #define ID_SPIN_DAY 1003
34 #define ID_SPIN_HOUR 1004
35 #define ID_SPIN_MINUTE 1005
36 #define ID_SPIN_SECOND 1006
37 #define ID_TEXT_SPEED 1007
38 #define ID_SLIDER_SPEED 1008
39 #define ID_BUTTON_STOP 1009
40 #define ID_SCENETREE 1010
41 #define ID_ENABLED 1011
42 #define ID_ZOOMTO 1012
43 #define ID_REFRESH 1013
44 #define ID_LOG 1014
45 
49 class TimeDlgBase : public wxDialog
50 {
51  private:
52 
53  protected:
54  wxStaticText* m_text111;
55  wxSpinCtrl* m_spin_year;
56  wxStaticText* m_text112;
57  wxSpinCtrl* m_spin_month;
58  wxStaticText* m_text113;
59  wxSpinCtrl* m_spin_day;
60  wxStaticText* m_text114;
61  wxSpinCtrl* m_spin_hour;
62  wxStaticText* m_text115;
63  wxSpinCtrl* m_spin_minute;
64  wxStaticText* m_text116;
65  wxSpinCtrl* m_spin_second;
66  wxStaticText* m_text117;
67  wxTextCtrl* m_text_speed;
68  wxSlider* m_slider_speed;
69  wxButton* m_stop;
70 
71  public:
72 
73  TimeDlgBase( 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 );
74  ~TimeDlgBase();
75 
76 };
77 
81 class SceneGraphDlgBase : public wxDialog
82 {
83  private:
84 
85  protected:
86  wxTreeCtrl* m_scenetree;
87  wxCheckBox* m_enabled;
88  wxButton* m_zoomto;
89  wxButton* m_refresh;
90  wxButton* m_log;
91 
92  public:
93 
94  SceneGraphDlgBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );
96 
97 };
98 
99 #endif //__wxosg_UI__