KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_symbol_parity_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_SYMBOL_PARITY_BASE::PANEL_SETUP_SYMBOL_PARITY_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* bPanelSizer;
15 bPanelSizer = new wxBoxSizer( wxHORIZONTAL );
16
17 wxBoxSizer* bLeftColumn;
18 bLeftColumn = new wxBoxSizer( wxVERTICAL );
19
20 m_staticText26 = new wxStaticText( this, wxID_ANY, _("Fields"), wxDefaultPosition, wxDefaultSize, 0 );
21 m_staticText26->Wrap( -1 );
22 bLeftColumn->Add( m_staticText26, 0, wxTOP|wxRIGHT|wxLEFT, 13 );
23
24 m_staticline1 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
25 bLeftColumn->Add( m_staticline1, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
26
27 wxFlexGridSizer* fgSizer2;
28 fgSizer2 = new wxFlexGridSizer( 0, 1, 5, 5 );
29 fgSizer2->SetFlexibleDirection( wxHORIZONTAL );
30 fgSizer2->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_NONE );
31
32 m_missingFields = new wxCheckBox( this, wxID_ANY, _("Check for missing fields"), wxDefaultPosition, wxDefaultSize, 0 );
33 m_missingFields->SetValue(true);
34 fgSizer2->Add( m_missingFields, 0, wxRIGHT|wxLEFT, 5 );
35
36 m_extraFields = new wxCheckBox( this, wxID_ANY, _("Check for extra fields"), wxDefaultPosition, wxDefaultSize, 0 );
37 fgSizer2->Add( m_extraFields, 0, wxRIGHT|wxLEFT, 5 );
38
39 m_fieldTextOpt = new wxCheckBox( this, wxID_ANY, _("Compare non-reference field text"), wxDefaultPosition, wxDefaultSize, 0 );
40 fgSizer2->Add( m_fieldTextOpt, 0, wxRIGHT|wxLEFT, 5 );
41
42 m_fieldVisibilitiesOpt = new wxCheckBox( this, wxID_ANY, _("Compare field visibilities"), wxDefaultPosition, wxDefaultSize, 0 );
43 fgSizer2->Add( m_fieldVisibilitiesOpt, 0, wxRIGHT|wxLEFT, 5 );
44
45 m_fieldStyleOpt = new wxCheckBox( this, wxID_ANY, _("Compare field text sizes and styles"), wxDefaultPosition, wxDefaultSize, 0 );
46 fgSizer2->Add( m_fieldStyleOpt, 0, wxRIGHT|wxLEFT, 5 );
47
48 m_fieldPositionsOpt = new wxCheckBox( this, wxID_ANY, _("Compare field positions"), wxDefaultPosition, wxDefaultSize, 0 );
49 fgSizer2->Add( m_fieldPositionsOpt, 0, wxRIGHT|wxLEFT, 5 );
50
51
52 bLeftColumn->Add( fgSizer2, 0, wxEXPAND|wxALL, 5 );
53
54
55 bLeftColumn->Add( 0, 5, 0, wxEXPAND, 5 );
56
57 m_staticText27 = new wxStaticText( this, wxID_ANY, _("Pins"), wxDefaultPosition, wxDefaultSize, 0 );
58 m_staticText27->Wrap( -1 );
59 bLeftColumn->Add( m_staticText27, 0, wxTOP|wxRIGHT|wxLEFT, 13 );
60
61 m_staticline2 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
62 bLeftColumn->Add( m_staticline2, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
63
64 wxFlexGridSizer* fgSizer321;
65 fgSizer321 = new wxFlexGridSizer( 0, 1, 5, 0 );
66 fgSizer321->SetFlexibleDirection( wxBOTH );
67 fgSizer321->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
68
69 m_pinVisibilitiesOpt = new wxCheckBox( this, wxID_ANY, _("Compare pin name/number visibilities"), wxDefaultPosition, wxDefaultSize, 0 );
70 fgSizer321->Add( m_pinVisibilitiesOpt, 0, wxRIGHT|wxLEFT, 5 );
71
72 m_altPinFunctionsOpt = new wxCheckBox( this, wxID_ANY, _("Compare alternate pin functions"), wxDefaultPosition, wxDefaultSize, 0 );
73 m_altPinFunctionsOpt->SetValue(true);
74 fgSizer321->Add( m_altPinFunctionsOpt, 0, wxRIGHT|wxLEFT, 5 );
75
76
77 bLeftColumn->Add( fgSizer321, 0, wxEXPAND|wxALL, 5 );
78
79
80 bLeftColumn->Add( 0, 5, 0, wxEXPAND, 5 );
81
82 m_staticText28 = new wxStaticText( this, wxID_ANY, _("Attributes"), wxDefaultPosition, wxDefaultSize, 0 );
83 m_staticText28->Wrap( -1 );
84 bLeftColumn->Add( m_staticText28, 0, wxTOP|wxRIGHT|wxLEFT, 13 );
85
86 m_staticline3 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
87 bLeftColumn->Add( m_staticline3, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
88
89 wxFlexGridSizer* fgSizer3211;
90 fgSizer3211 = new wxFlexGridSizer( 0, 1, 5, 0 );
91 fgSizer3211->SetFlexibleDirection( wxBOTH );
92 fgSizer3211->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
93
94 m_excludeFromBoardOpt = new wxCheckBox( this, wxID_ANY, _("Compare exclude from board flags"), wxDefaultPosition, wxDefaultSize, 0 );
95 m_excludeFromBoardOpt->SetValue(true);
96 fgSizer3211->Add( m_excludeFromBoardOpt, 0, wxRIGHT|wxLEFT, 5 );
97
98 m_DNPOpt = new wxCheckBox( this, wxID_ANY, _("Compare do not populate flags"), wxDefaultPosition, wxDefaultSize, 0 );
99 fgSizer3211->Add( m_DNPOpt, 0, wxRIGHT|wxLEFT, 5 );
100
101 m_excludeFromBOMOpt = new wxCheckBox( this, wxID_ANY, _("Compare exlucde from bill of materials flags"), wxDefaultPosition, wxDefaultSize, 0 );
102 fgSizer3211->Add( m_excludeFromBOMOpt, 0, wxRIGHT|wxLEFT, 5 );
103
104 m_excludeFromPosFilesOpt = new wxCheckBox( this, wxID_ANY, _("Compare exclude from position file flags"), wxDefaultPosition, wxDefaultSize, 0 );
105 m_excludeFromPosFilesOpt->SetValue(true);
106 fgSizer3211->Add( m_excludeFromPosFilesOpt, 0, wxRIGHT|wxLEFT, 5 );
107
108
109 bLeftColumn->Add( fgSizer3211, 0, wxEXPAND|wxALL, 5 );
110
111
112 bPanelSizer->Add( bLeftColumn, 1, wxEXPAND|wxRIGHT, 15 );
113
114
115 this->SetSizer( bPanelSizer );
116 this->Layout();
117 bPanelSizer->Fit( this );
118}
119
const char * name
PANEL_SETUP_SYMBOL_PARITY_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)