OSDN Git Service

version 表示タブを追加
[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/string.h>
12 #include <wx/stattext.h>
13 #include <wx/gdicmn.h>
14 #include <wx/font.h>
15 #include <wx/colour.h>
16 #include <wx/settings.h>
17 #include <wx/choice.h>
18 #include <wx/filepicker.h>
19 #include <wx/sizer.h>
20 #include <wx/statline.h>
21 #include <wx/gauge.h>
22 #include <wx/checkbox.h>
23 #include <wx/textctrl.h>
24 #include <wx/button.h>
25 #include <wx/panel.h>
26 #include <wx/bitmap.h>
27 #include <wx/image.h>
28 #include <wx/icon.h>
29 #include <wx/statbmp.h>
30 #include <wx/notebook.h>
31 #include <wx/frame.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_notebook3;
45                 wxPanel* m_panel_dump;
46                 wxStaticText* m_dump_script_label;
47                 wxChoice* m_dump_script_choice;
48                 wxStaticText* m_dump_romimage_label;
49                 wxFilePickerCtrl* m_dump_romimage_picker;
50                 wxStaticLine* m_staticline1;
51                 wxStaticText* m_dump_cpu_label;
52                 wxGauge* m_dump_cpu_gauge;
53                 wxChoice* m_dump_cpu_increase;
54                 wxStaticText* m_dump_cpu_value;
55                 wxStaticLine* m_staticline2;
56                 wxStaticText* m_dump_ppu_label;
57                 wxGauge* m_dump_ppu_gauge;
58                 wxChoice* m_dump_ppu_increase;
59                 wxStaticText* m_dump_ppu_value;
60                 wxStaticLine* m_staticline3;
61                 wxCheckBox* m_dump_check_battery;
62                 wxCheckBox* m_dump_check_forcemapper;
63                 wxTextCtrl* m_dump_text_forcemapper;
64                 wxButton* m_dump_button;
65                 wxPanel* m_panel_program;
66                 wxStaticText* m_program_script_label;
67                 wxChoice* m_program_script_choice;
68                 wxStaticText* m_program_label;
69                 wxFilePickerCtrl* m_program_romimage_picker;
70                 wxStaticLine* m_staticline11;
71                 wxStaticText* m_program_cpu_label;
72                 wxGauge* m_program_cpu_gauge;
73                 wxChoice* m_program_cpu_device;
74                 wxChoice* m_program_cpu_padding;
75                 wxStaticText* m_program_cpu_value;
76                 wxStaticLine* m_staticline21;
77                 wxStaticText* m_program_ppu_label;
78                 wxGauge* m_program_ppu_gauge;
79                 wxChoice* m_program_ppu_device;
80                 wxChoice* m_program_ppu_padding;
81                 wxStaticText* m_program_ppu_value;
82                 wxStaticLine* m_staticline31;
83                 wxCheckBox* m_program_compare;
84                 wxButton* m_program_button;
85                 wxPanel* m_panel_version;
86                 wxStaticText* m_version_title;
87                 wxStaticText* m_version_copyright;
88                 wxStaticBitmap* m_version_photo;
89                 wxStaticText* m_version_developer;
90                 wxTextCtrl* m_version_detail;
91                 wxPanel* m_panel_log;
92                 wxTextCtrl* m_log;
93                 
94                 // Virtual event handlers, overide them in your derived class
95                 virtual void mapper_change_check( wxCommandEvent& event ) { event.Skip(); }
96                 virtual void dump_button_click( wxCommandEvent& event ) { event.Skip(); }
97                 virtual void program_button_click( wxCommandEvent& event ) { event.Skip(); }
98                 
99         
100         public:
101                 
102                 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 );
103                 ~frame_main();
104         
105 };
106
107 #endif //__anago_gui__