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.2.1-0-g80c4cb6)
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_DisabedlRb = new wxRadioButton( this, wxID_ANY, _("No placement"), wxDefaultPosition, wxDefaultSize, 0 );
21 m_DisabedlRb->SetValue( true );
22 bMarginsSizer->Add( m_DisabedlRb, 0, wxALL, 5 );
23
24 m_SheetRb = new wxRadioButton( this, wxID_ANY, _("Place items from sheet:"), wxDefaultPosition, wxDefaultSize, 0 );
25 bMarginsSizer->Add( m_SheetRb, 0, wxALL, 5 );
26
27 m_sheetCombo = new wxComboBox( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, NULL, wxCB_READONLY );
28 bMarginsSizer->Add( m_sheetCombo, 0, wxLEFT|wxEXPAND, 25 );
29
30
31 bMarginsSizer->Add( 0, 15, 0, wxEXPAND, 5 );
32
33 m_ComponentsRb = new wxRadioButton( this, wxID_ANY, _("Place items matching component class:"), wxDefaultPosition, wxDefaultSize, 0 );
34 bMarginsSizer->Add( m_ComponentsRb, 0, wxALL, 5 );
35
36 m_componentClassCombo = new wxComboBox( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, NULL, wxCB_READONLY );
37 bMarginsSizer->Add( m_componentClassCombo, 0, wxLEFT|wxEXPAND, 25 );
38
39
40 bMarginsSizer->Add( 0, 5, 0, 0, 5 );
41
42
43 bMainSizer->Add( bMarginsSizer, 1, wxEXPAND|wxBOTTOM|wxRIGHT, 5 );
44
45
46 this->SetSizer( bMainSizer );
47 this->Layout();
48 bMainSizer->Fit( this );
49}
50
52{
53}
const char * name
Definition: DXF_plotter.cpp:59
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)