KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_zones_base.cpp
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
9
11
12PANEL_SETUP_ZONES_BASE::PANEL_SETUP_ZONES_BASE( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name ) : wxPanel( parent, id, pos, size, style, name )
13{
14 m_mainSizer = new wxBoxSizer( wxVERTICAL );
15
16 m_staticTextDefPropDim = new wxStaticText( this, wxID_ANY, _("Default Properties for New Zones"), wxDefaultPosition, wxDefaultSize, 0 );
17 m_staticTextDefPropDim->Wrap( -1 );
18 m_mainSizer->Add( m_staticTextDefPropDim, 0, wxTOP|wxRIGHT|wxLEFT, 13 );
19
20
21 m_mainSizer->Add( 0, 2, 0, 0, 5 );
22
23 m_staticline1 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
24 m_mainSizer->Add( m_staticline1, 0, wxEXPAND|wxBOTTOM, 5 );
25
26 m_scrolledWindow = new wxScrolledWindow( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxVSCROLL );
27 m_scrolledWindow->SetScrollRate( 0, 5 );
28 wxBoxSizer* bSizer2;
29 bSizer2 = new wxBoxSizer( wxVERTICAL );
30
31
32 m_scrolledWindow->SetSizer( bSizer2 );
33 m_scrolledWindow->Layout();
34 bSizer2->Fit( m_scrolledWindow );
35 m_mainSizer->Add( m_scrolledWindow, 1, wxEXPAND, 5 );
36
37
38 this->SetSizer( m_mainSizer );
39 this->Layout();
40 m_mainSizer->Fit( this );
41}
42
const char * name
PANEL_SETUP_ZONES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
wxScrolledWindow * m_scrolledWindow
#define _(s)