13 #include <wx/string.h>
14 #include <wx/stattext.h>
15 #include <wx/gdicmn.h>
17 #include <wx/colour.h>
18 #include <wx/settings.h>
19 #include <wx/spinctrl.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>
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
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;
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 );
86 wxTreeCtrl* m_scenetree;
87 wxCheckBox* m_enabled;
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 );