1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version 4.1.0-132-g5d6740ed)
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
#pragma once
#include <wx/artprov.h>
#include <wx/xrc/xmlres.h>
#include <wx/string.h>
#include <wx/bitmap.h>
#include <wx/image.h>
#include <wx/icon.h>
#include <wx/menu.h>
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/statusbr.h>
#include <wx/toolbar.h>
#include <wx/frame.h>
#include <wx/button.h>
#include <wx/bmpbuttn.h>
#include <wx/textctrl.h>
#include <wx/stattext.h>
#include <wx/checkbox.h>
#include <wx/combobox.h>
#include <wx/sizer.h>
#include <wx/listbox.h>
#include <wx/radiobox.h>
#include <wx/grid.h>
#include <wx/statbox.h>
#include <wx/statbmp.h>
#include <wx/statline.h>
#include <wx/listctrl.h>
#include <wx/choice.h>
#include <wx/slider.h>
#include <wx/checklst.h>
#include <wx/panel.h>
///////////////////////////////////////////////////////////////////////////
#define ID_DEFAULT wxID_ANY // Default
#define ID_EXIT 6000
#define ID_ABOUT 6001
///////////////////////////////////////////////////////////////////////////////
/// Class MainFrame
///////////////////////////////////////////////////////////////////////////////
class MainFrame : public wxFrame
{
private:
protected:
wxMenuBar* m_menubar1;
wxMenu* file;
wxMenu* help;
wxStatusBar* m_statusBar1;
wxToolBar* m_toolBar1;
wxToolBarToolBase* m_tool1;
wxToolBarToolBase* m_tool2;
public:
MainFrame( wxWindow* parent, wxWindowID id = ID_DEFAULT, const wxString& title = wxT("wxFormBuilder Test App"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
~MainFrame();
};
///////////////////////////////////////////////////////////////////////////////
/// Class MainPanel
///////////////////////////////////////////////////////////////////////////////
class MainPanel : public wxPanel
{
private:
protected:
wxButton* m_button1;
wxBitmapButton* m_bpButton1;
wxTextCtrl* m_textCtrl1;
wxStaticText* m_staticText1;
wxCheckBox* m_checkBox1;
wxComboBox* m_comboBox1;
wxListBox* m_listBox1;
wxRadioBox* m_radioBox1;
wxGrid* m_grid1;
wxStaticBitmap* m_bitmap1;
wxStaticText* m_staticText;
wxStaticLine* m_staticline1;
wxButton* m_button;
wxListCtrl* m_listCtrl;
wxChoice* m_choice1;
wxSlider* m_slider1;
wxCheckListBox* m_checkList1;
public:
MainPanel( wxWindow* parent, wxWindowID id = ID_DEFAULT, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 800,600 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
~MainPanel();
};
|