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
27 this->SetSizer( m_mainSizer );
28 this->Layout();
29 m_mainSizer->Fit( this );
30}
31
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)
#define _(s)