KiCad PCB EDA Suite
Loading...
Searching...
No Matches
drc_re_allowed_orientation_panel_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
12DRC_RE_ALLOWED_ORIENTATION_PANEL_BASE::DRC_RE_ALLOWED_ORIENTATION_PANEL_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* mainSizer;
15 mainSizer = new wxBoxSizer( wxVERTICAL );
16
17 wxBoxSizer* bConstraintImageAndValueSizer;
18 bConstraintImageAndValueSizer = new wxBoxSizer( wxHORIZONTAL );
19
20 bConstraintImageSizer = new wxBoxSizer( wxVERTICAL );
21
22
23 bConstraintImageAndValueSizer->Add( bConstraintImageSizer, 1, wxBOTTOM|wxEXPAND|wxLEFT, 5 );
24
25 wxBoxSizer* bConstraintContentSizer;
26 bConstraintContentSizer = new wxBoxSizer( wxVERTICAL );
27
28
29 bConstraintContentSizer->Add( 0, 0, 1, wxEXPAND, 5 );
30
31 wxFlexGridSizer* fgSizer3;
32 fgSizer3 = new wxFlexGridSizer( 5, 1, 0, 0 );
33 fgSizer3->SetFlexibleDirection( wxBOTH );
34 fgSizer3->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
35
36 m_zeroDegreesChkCtrl = new wxCheckBox( this, wxID_ANY, _("0 Degrees"), wxDefaultPosition, wxDefaultSize, 0 );
37 fgSizer3->Add( m_zeroDegreesChkCtrl, 0, wxALL, 5 );
38
39 m_ninetyDegreesChkCtrl = new wxCheckBox( this, wxID_ANY, _("90 Degrees"), wxDefaultPosition, wxDefaultSize, 0 );
40 fgSizer3->Add( m_ninetyDegreesChkCtrl, 0, wxALL, 5 );
41
42 m_oneEightyDegreesChkCtrl = new wxCheckBox( this, wxID_ANY, _("180 Degrees"), wxDefaultPosition, wxDefaultSize, 0 );
43 fgSizer3->Add( m_oneEightyDegreesChkCtrl, 0, wxALL, 5 );
44
45 m_twoSeventyDegreesChkCtrl = new wxCheckBox( this, wxID_ANY, _("270 Degrees"), wxDefaultPosition, wxDefaultSize, 0 );
46 fgSizer3->Add( m_twoSeventyDegreesChkCtrl, 0, wxALL, 5 );
47
48 m_allOrientationsChkCtrl = new wxCheckBox( this, wxID_ANY, _("All Orientations"), wxDefaultPosition, wxDefaultSize, 0 );
49 fgSizer3->Add( m_allOrientationsChkCtrl, 0, wxALL, 5 );
50
51
52 bConstraintContentSizer->Add( fgSizer3, 0, wxEXPAND, 5 );
53
54
55 bConstraintContentSizer->Add( 0, 0, 1, wxEXPAND, 5 );
56
57
58 bConstraintImageAndValueSizer->Add( bConstraintContentSizer, 1, wxBOTTOM|wxEXPAND|wxLEFT|wxRIGHT, 5 );
59
60
61 mainSizer->Add( bConstraintImageAndValueSizer, 0, wxEXPAND, 5 );
62
63
64 this->SetSizer( mainSizer );
65 this->Layout();
66}
67
const char * name
DRC_RE_ALLOWED_ORIENTATION_PANEL_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 300), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
#define _(s)