KiCad PCB EDA Suite
Loading...
Searching...
No Matches
drc_re_bool_input_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_BOOL_INPUT_PANEL_BASE::DRC_RE_BOOL_INPUT_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 m_boolConstraintChkCtrl = new wxCheckBox( this, wxID_ANY, _("Check Me!"), wxDefaultPosition, wxDefaultSize, 0 );
32 bConstraintContentSizer->Add( m_boolConstraintChkCtrl, 0, wxALL, 5 );
33
34
35 bConstraintContentSizer->Add( 0, 0, 1, wxEXPAND, 5 );
36
37
38 bConstraintImageAndValueSizer->Add( bConstraintContentSizer, 1, wxBOTTOM|wxEXPAND|wxLEFT|wxRIGHT, 5 );
39
40
41 mainSizer->Add( bConstraintImageAndValueSizer, 0, wxEXPAND, 5 );
42
43
44 this->SetSizer( mainSizer );
45 this->Layout();
46 mainSizer->Fit( this );
47}
48
const char * name
DRC_RE_BOOL_INPUT_PANEL_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)