OSDN Git Service

e08cebcedd0265527a2dbb1a9835fa73cc9d9bde
[unagi/old-svn-converted.git] / client / trunk / anago / anago_gui.h
1 ///////////////////////////////////////////////////////////////////////////
2 // C++ code generated with wxFormBuilder (version Sep  8 2010)
3 // http://www.wxformbuilder.org/
4 //
5 // PLEASE DO "NOT" EDIT THIS FILE!
6 ///////////////////////////////////////////////////////////////////////////
7
8 #ifndef __anago_gui__
9 #define __anago_gui__
10
11 #include <wx/gdicmn.h>
12 #include <wx/notebook.h>
13 #include <wx/font.h>
14 #include <wx/colour.h>
15 #include <wx/settings.h>
16 #include <wx/string.h>
17 #include <wx/textctrl.h>
18 #include <wx/sizer.h>
19 #include <wx/panel.h>
20 #include <wx/frame.h>
21 #include <wx/stattext.h>
22 #include <wx/bitmap.h>
23 #include <wx/image.h>
24 #include <wx/icon.h>
25 #include <wx/statbmp.h>
26 #include <wx/statline.h>
27 #include <wx/choice.h>
28 #include <wx/filepicker.h>
29 #include <wx/gauge.h>
30 #include <wx/button.h>
31 #include <wx/checkbox.h>
32
33 ///////////////////////////////////////////////////////////////////////////
34
35
36 ///////////////////////////////////////////////////////////////////////////////
37 /// Class frame_main
38 ///////////////////////////////////////////////////////////////////////////////
39 class frame_main : public wxFrame 
40 {
41         private:
42         
43         protected:
44                 wxNotebook* m_notebook;
45                 wxPanel* m_panel_log;
46                 wxTextCtrl* m_log;
47         
48         public:
49                 
50                 frame_main( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("anago wx"), const wxPoint& pos = wxPoint( 32,32 ), const wxSize& size = wxSize( 340,460 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
51                 ~frame_main();
52         
53 };
54
55 ///////////////////////////////////////////////////////////////////////////////
56 /// Class panel_version
57 ///////////////////////////////////////////////////////////////////////////////
58 class panel_version : public wxPanel 
59 {
60         private:
61         
62         protected:
63                 wxStaticText* m_version_title;
64                 wxStaticText* m_version_copyright;
65                 wxStaticBitmap* m_version_photo;
66                 wxStaticText* m_version_developer;
67                 wxTextCtrl* m_version_detail;
68         
69         public:
70                 
71                 panel_version( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
72                 ~panel_version();
73         
74 };
75
76 ///////////////////////////////////////////////////////////////////////////////
77 /// Class panel_workram
78 ///////////////////////////////////////////////////////////////////////////////
79 class panel_workram : public wxPanel 
80 {
81         private:
82         
83         protected:
84                 wxStaticLine* m_staticline111;
85                 wxStaticText* m_staticText221;
86                 wxStaticLine* m_staticline71;
87                 wxStaticText* m_staticText16;
88                 wxChoice* m_read_script;
89                 wxStaticText* m_staticText17;
90                 wxFilePickerCtrl* m_read_picker;
91                 wxGauge* m_read_gauge;
92                 wxButton* m_read_button;
93                 wxStaticLine* m_staticline12;
94                 wxStaticText* m_staticText22;
95                 wxStaticLine* m_staticline7;
96                 wxStaticText* m_staticText161;
97                 wxChoice* m_write_script;
98                 wxStaticText* m_staticText171;
99                 wxFilePickerCtrl* m_write_picker;
100                 wxGauge* m_write_gauge;
101                 wxButton* m_write_button;
102                 
103                 // Virtual event handlers, overide them in your derived class
104                 virtual void read_button_click( wxCommandEvent& event ) { event.Skip(); }
105                 virtual void write_button_click( wxCommandEvent& event ) { event.Skip(); }
106                 
107         
108         public:
109                 
110                 panel_workram( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
111                 ~panel_workram();
112         
113 };
114
115 ///////////////////////////////////////////////////////////////////////////////
116 /// Class panel_dump
117 ///////////////////////////////////////////////////////////////////////////////
118 class panel_dump : public wxPanel 
119 {
120         private:
121         
122         protected:
123                 wxStaticText* m_script_label;
124                 wxChoice* m_script_choice;
125                 wxStaticText* m_romimage_label;
126                 wxFilePickerCtrl* m_romimage_picker;
127                 wxStaticLine* m_staticline1;
128                 wxStaticText* m_cpu_label;
129                 wxGauge* m_cpu_gauge;
130                 wxChoice* m_cpu_increase;
131                 wxStaticText* m_cpu_value;
132                 wxStaticLine* m_staticline2;
133                 wxStaticText* m_ppu_label;
134                 wxGauge* m_ppu_gauge;
135                 wxChoice* m_ppu_increase;
136                 wxStaticText* m_ppu_value;
137                 wxStaticLine* m_staticline3;
138                 wxCheckBox* m_check_battery;
139                 wxCheckBox* m_check_forcemapper;
140                 wxTextCtrl* m_text_forcemapper;
141                 wxButton* m_button;
142                 
143                 // Virtual event handlers, overide them in your derived class
144                 virtual void mapper_change_check( wxCommandEvent& event ) { event.Skip(); }
145                 virtual void button_click( wxCommandEvent& event ) { event.Skip(); }
146                 
147         
148         public:
149                 
150                 panel_dump( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
151                 ~panel_dump();
152         
153 };
154
155 ///////////////////////////////////////////////////////////////////////////////
156 /// Class panel_program
157 ///////////////////////////////////////////////////////////////////////////////
158 class panel_program : public wxPanel 
159 {
160         private:
161         
162         protected:
163                 wxStaticText* m_script_label;
164                 wxChoice* m_script_choice;
165                 wxStaticText* m_romimage_label;
166                 wxFilePickerCtrl* m_romimage_picker;
167                 wxStaticLine* m_staticline11;
168                 wxStaticText* m_cpu_label;
169                 wxGauge* m_cpu_gauge;
170                 wxChoice* m_cpu_device;
171                 wxChoice* m_cpu_padding;
172                 wxStaticText* m_cpu_value;
173                 wxStaticLine* m_staticline21;
174                 wxStaticText* m_ppu_label;
175                 wxGauge* m_ppu_gauge;
176                 wxChoice* m_ppu_device;
177                 wxChoice* m_ppu_padding;
178                 wxStaticText* m_ppu_value;
179                 wxStaticLine* m_staticline31;
180                 wxCheckBox* m_compare;
181                 wxButton* m_button;
182                 
183                 // Virtual event handlers, overide them in your derived class
184                 virtual void button_click( wxCommandEvent& event ) { event.Skip(); }
185                 
186         
187         public:
188                 
189                 panel_program( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
190                 ~panel_program();
191         
192 };
193
194 #endif //__anago_gui__