KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_rule_area_properties_placement_base.cpp
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
9
11
12PANEL_RULE_AREA_PROPERTIES_PLACEMENT_BASE::PANEL_RULE_AREA_PROPERTIES_PLACEMENT_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 wxBoxSizer* bMainSizer;
15 bMainSizer = new wxBoxSizer( wxVERTICAL );
16
17 wxBoxSizer* bMarginsSizer;
18 bMarginsSizer = new wxBoxSizer( wxVERTICAL );
19
20 m_SheetCb = new wxCheckBox( this, wxID_ANY, _("Place items from sheet:"), wxDefaultPosition, wxDefaultSize, 0 );
21 bMarginsSizer->Add( m_SheetCb, 0, wxALL, 5 );
22
23 m_sheetCombo = new wxComboBox( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, NULL, wxCB_READONLY );
24 bMarginsSizer->Add( m_sheetCombo, 0, wxLEFT|wxEXPAND, 25 );
25
26
27 bMarginsSizer->Add( 0, 15, 0, wxEXPAND, 5 );
28
29 m_ComponentsCb = new wxCheckBox( this, wxID_ANY, _("Place items matching component class:"), wxDefaultPosition, wxDefaultSize, 0 );
30 bMarginsSizer->Add( m_ComponentsCb, 0, wxALL, 5 );
31
32 m_componentClassCombo = new wxComboBox( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, NULL, wxCB_READONLY );
33 bMarginsSizer->Add( m_componentClassCombo, 0, wxLEFT|wxEXPAND, 25 );
34
35
36 bMarginsSizer->Add( 0, 5, 0, 0, 5 );
37
38
39 bMainSizer->Add( bMarginsSizer, 1, wxEXPAND|wxBOTTOM|wxRIGHT, 5 );
40
41
42 this->SetSizer( bMainSizer );
43 this->Layout();
44 bMainSizer->Fit( this );
45}
46
48{
49}
const char * name
Definition: DXF_plotter.cpp:57
PANEL_RULE_AREA_PROPERTIES_PLACEMENT_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)