KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_eeschema_editing_options_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_EESCHEMA_EDITING_OPTIONS_BASE::PANEL_EESCHEMA_EDITING_OPTIONS_BASE( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name ) : RESETTABLE_PANEL( 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_editingLabel = new wxStaticText( this, wxID_ANY, _("Editing"), wxDefaultPosition, wxDefaultSize, 0 );
21 m_editingLabel->Wrap( -1 );
22 bLeftColumn->Add( m_editingLabel, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
23
24 m_staticline3 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
25 bLeftColumn->Add( m_staticline3, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
26
27 wxBoxSizer* bSizer5;
28 bSizer5 = new wxBoxSizer( wxVERTICAL );
29
30 wxBoxSizer* bSizer61;
31 bSizer61 = new wxBoxSizer( wxHORIZONTAL );
32
33 m_staticText24 = new wxStaticText( this, wxID_ANY, _("Line drawing mode:"), wxDefaultPosition, wxDefaultSize, 0 );
34 m_staticText24->Wrap( -1 );
35 bSizer61->Add( m_staticText24, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 );
36
37 wxString m_choiceLineModeChoices[] = { _("Free Angle"), _("90 deg Angle"), _("45 deg Angle") };
38 int m_choiceLineModeNChoices = sizeof( m_choiceLineModeChoices ) / sizeof( wxString );
39 m_choiceLineMode = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choiceLineModeNChoices, m_choiceLineModeChoices, 0 );
40 m_choiceLineMode->SetSelection( 1 );
41 bSizer61->Add( m_choiceLineMode, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 );
42
43
44 bSizer5->Add( bSizer61, 1, wxEXPAND, 5 );
45
46 m_staticTextArcEdit = new wxStaticText( this, wxID_ANY, _("Arc editing mode:"), wxDefaultPosition, wxDefaultSize, 0 );
47 m_staticTextArcEdit->Wrap( -1 );
48 bSizer5->Add( m_staticTextArcEdit, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
49
50
51 bSizer5->Add( 0, 3, 0, 0, 5 );
52
53 wxString m_choiceArcModeChoices[] = { _("Keep center, adjust radius"), _("Keep endpoints or direction of starting point"), _("Keep center and radius, adjust endpoints") };
54 int m_choiceArcModeNChoices = sizeof( m_choiceArcModeChoices ) / sizeof( wxString );
55 m_choiceArcMode = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choiceArcModeNChoices, m_choiceArcModeChoices, 0 );
56 m_choiceArcMode->SetSelection( 1 );
57 bSizer5->Add( m_choiceArcMode, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
58
59 m_mouseDragIsDrag = new wxCheckBox( this, wxID_ANY, _("Mouse drag performs Drag (G) operation"), wxDefaultPosition, wxDefaultSize, 0 );
60 m_mouseDragIsDrag->SetToolTip( _("If unchecked, mouse drag will perform move (M) operation") );
61
62 bSizer5->Add( m_mouseDragIsDrag, 0, wxLEFT|wxRIGHT|wxTOP, 5 );
63
64 m_cbAutoStartWires = new wxCheckBox( this, wxID_ANY, _("Automatically start wires on unconnected pins"), wxDefaultPosition, wxDefaultSize, 0 );
65 m_cbAutoStartWires->SetToolTip( _("When enabled, you can start wiring by clicking on unconnected pins even when the wire tool is not active") );
66
67 bSizer5->Add( m_cbAutoStartWires, 0, wxLEFT|wxTOP, 5 );
68
69 m_escClearsNetHighlight = new wxCheckBox( this, wxID_ANY, _("<ESC> clears net highlighting"), wxDefaultPosition, wxDefaultSize, 0 );
70 m_escClearsNetHighlight->SetToolTip( _("First <ESC> in selection tool clears selection, next clears net highlighting") );
71
72 bSizer5->Add( m_escClearsNetHighlight, 0, wxLEFT|wxRIGHT|wxTOP, 5 );
73
74 m_checkAutoAnnotate = new wxCheckBox( this, wxID_ANY, _("Automatically annotate symbols"), wxDefaultPosition, wxDefaultSize, 0 );
75 bSizer5->Add( m_checkAutoAnnotate, 0, wxALL, 5 );
76
77 m_checkAllowUnconstrainedPinSwaps = new wxCheckBox( this, wxID_ANY, _("Allow unconstrained pin swaps"), wxDefaultPosition, wxDefaultSize, 0 );
78 m_checkAllowUnconstrainedPinSwaps->SetToolTip( _("Allows swapping symbol pins' positions. May cause invalid design changes; use with caution.") );
79
80 bSizer5->Add( m_checkAllowUnconstrainedPinSwaps, 0, wxALL, 5 );
81
82
83 bLeftColumn->Add( bSizer5, 0, wxEXPAND|wxTOP|wxLEFT, 5 );
84
85
86 bLeftColumn->Add( 0, 15, 0, wxEXPAND, 5 );
87
88 m_staticText26 = new wxStaticText( this, wxID_ANY, _("Defaults for New Objects"), wxDefaultPosition, wxDefaultSize, 0 );
89 m_staticText26->Wrap( -1 );
90 bLeftColumn->Add( m_staticText26, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
91
92 m_staticline4 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
93 bLeftColumn->Add( m_staticline4, 0, wxEXPAND|wxTOP, 2 );
94
95 wxGridBagSizer* gbSizer1;
96 gbSizer1 = new wxGridBagSizer( 0, 0 );
97 gbSizer1->SetFlexibleDirection( wxBOTH );
98 gbSizer1->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
99 gbSizer1->SetEmptyCellSize( wxSize( 10,-1 ) );
100
101 m_borderColorLabel = new wxStaticText( this, wxID_ANY, _("Sheet border:"), wxDefaultPosition, wxDefaultSize, 0 );
102 m_borderColorLabel->Wrap( -1 );
103 gbSizer1->Add( m_borderColorLabel, wxGBPosition( 0, 0 ), wxGBSpan( 1, 1 ), wxALL|wxALIGN_CENTER_VERTICAL, 5 );
104
105 m_borderColorSwatch = new COLOR_SWATCH( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
106 m_borderColorSwatch->SetForegroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) );
107
108 gbSizer1->Add( m_borderColorSwatch, wxGBPosition( 0, 1 ), wxGBSpan( 1, 1 ), wxALL|wxALIGN_CENTER_VERTICAL, 5 );
109
110 m_backgroundColorLabel = new wxStaticText( this, wxID_ANY, _("Sheet background:"), wxDefaultPosition, wxDefaultSize, 0 );
111 m_backgroundColorLabel->Wrap( -1 );
112 gbSizer1->Add( m_backgroundColorLabel, wxGBPosition( 0, 3 ), wxGBSpan( 1, 1 ), wxALL|wxALIGN_CENTER_VERTICAL, 5 );
113
114 m_backgroundColorSwatch = new COLOR_SWATCH( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
115 m_backgroundColorSwatch->SetForegroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) );
116
117 gbSizer1->Add( m_backgroundColorSwatch, wxGBPosition( 0, 4 ), wxGBSpan( 1, 1 ), wxALL|wxALIGN_CENTER_VERTICAL, 5 );
118
119 m_powerSymbolLabel = new wxStaticText( this, wxID_ANY, _("Power symbols:"), wxDefaultPosition, wxDefaultSize, 0 );
120 m_powerSymbolLabel->Wrap( -1 );
121 gbSizer1->Add( m_powerSymbolLabel, wxGBPosition( 1, 0 ), wxGBSpan( 1, 1 ), wxALIGN_CENTER_VERTICAL|wxALL, 5 );
122
123 wxString m_choicePowerChoices[] = { _("Default"), _("Global"), _("Local") };
124 int m_choicePowerNChoices = sizeof( m_choicePowerChoices ) / sizeof( wxString );
125 m_choicePower = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choicePowerNChoices, m_choicePowerChoices, 0 );
126 m_choicePower->SetSelection( 0 );
127 m_choicePower->SetToolTip( _("Select the assigned type of new power symbol.\nDefault will follow the symbol definition.\nGlobal will convert new power symbols to global power symbols.\nLocal will convert new power symbols to a local power symbols.") );
128
129 gbSizer1->Add( m_choicePower, wxGBPosition( 1, 1 ), wxGBSpan( 1, 3 ), wxALIGN_CENTER_VERTICAL|wxALL|wxEXPAND, 5 );
130
131
132 bLeftColumn->Add( gbSizer1, 0, wxEXPAND|wxLEFT|wxTOP, 10 );
133
134 wxFlexGridSizer* fgSizer4;
135 fgSizer4 = new wxFlexGridSizer( 2, 4, 0, 0 );
136 fgSizer4->SetFlexibleDirection( wxBOTH );
137 fgSizer4->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
138
139
140 bLeftColumn->Add( fgSizer4, 1, wxEXPAND, 5 );
141
142 wxBoxSizer* bSizer6;
143 bSizer6 = new wxBoxSizer( wxHORIZONTAL );
144
145
146 bLeftColumn->Add( bSizer6, 0, wxEXPAND|wxTOP|wxLEFT, 10 );
147
148
149 bLeftColumn->Add( 0, 15, 0, wxEXPAND, 5 );
150
151 m_selectionLabel = new wxStaticText( this, wxID_ANY, _("Selection"), wxDefaultPosition, wxDefaultSize, 0 );
152 m_selectionLabel->Wrap( -1 );
153 bLeftColumn->Add( m_selectionLabel, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
154
155 m_staticline5 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
156 bLeftColumn->Add( m_staticline5, 0, wxEXPAND|wxBOTTOM, 5 );
157
158 wxBoxSizer* bSizer7;
159 bSizer7 = new wxBoxSizer( wxVERTICAL );
160
161 m_cbPinSelectionOpt = new wxCheckBox( this, wxID_ANY, _("Clicking on a pin selects the symbol"), wxDefaultPosition, wxDefaultSize, 0 );
162 m_cbPinSelectionOpt->SetToolTip( _("In schematic editor:\nIf enabled, clicking on a pin select the parent symbol.\nIf disabled, clicking on a pin select only the pin.") );
163
164 bSizer7->Add( m_cbPinSelectionOpt, 0, wxALL, 5 );
165
166
167 bLeftColumn->Add( bSizer7, 0, wxEXPAND|wxTOP|wxLEFT, 5 );
168
169
170 bLeftColumn->Add( 0, 15, 0, wxEXPAND, 5 );
171
172 m_leftClickCmdsBook = new wxSimplebook( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
173 m_pageWinLin = new wxPanel( m_leftClickCmdsBook, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
174 wxBoxSizer* bSizer8;
175 bSizer8 = new wxBoxSizer( wxVERTICAL );
176
177 m_leftClickLabel = new wxStaticText( m_pageWinLin, wxID_ANY, _("Left Click Mouse Commands"), wxDefaultPosition, wxDefaultSize, 0 );
178 m_leftClickLabel->Wrap( -1 );
179 bSizer8->Add( m_leftClickLabel, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
180
181 m_staticline6 = new wxStaticLine( m_pageWinLin, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
182 bSizer8->Add( m_staticline6, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
183
184 wxBoxSizer* bSizer9;
185 bSizer9 = new wxBoxSizer( wxVERTICAL );
186
187 m_hint1 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Left click (and drag) actions depend on 2 modifier keys:\nShift and Ctrl"), wxDefaultPosition, wxDefaultSize, 0 );
188 m_hint1->Wrap( -1 );
189 bSizer9->Add( m_hint1, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
190
191 wxFlexGridSizer* fgSizerCmdsWinLin;
192 fgSizerCmdsWinLin = new wxFlexGridSizer( 0, 2, 0, 5 );
193 fgSizerCmdsWinLin->SetFlexibleDirection( wxBOTH );
194 fgSizerCmdsWinLin->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
195
196 m_staticText91 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Long Click"), wxDefaultPosition, wxDefaultSize, 0 );
197 m_staticText91->Wrap( -1 );
198 fgSizerCmdsWinLin->Add( m_staticText91, 0, wxALL, 5 );
199
200 m_staticText101 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Clarify selection from menu"), wxDefaultPosition, wxDefaultSize, 0 );
201 m_staticText101->Wrap( -1 );
202 fgSizerCmdsWinLin->Add( m_staticText101, 0, wxALL, 5 );
203
204 m_staticText131 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Shift"), wxDefaultPosition, wxDefaultSize, 0 );
205 m_staticText131->Wrap( -1 );
206 fgSizerCmdsWinLin->Add( m_staticText131, 0, wxALL, 5 );
207
208 m_staticText141 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Add item(s) to selection"), wxDefaultPosition, wxDefaultSize, 0 );
209 m_staticText141->Wrap( -1 );
210 fgSizerCmdsWinLin->Add( m_staticText141, 0, wxALL, 5 );
211
212 m_staticText151 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Ctrl+Shift"), wxDefaultPosition, wxDefaultSize, 0 );
213 m_staticText151->Wrap( -1 );
214 fgSizerCmdsWinLin->Add( m_staticText151, 0, wxALL, 5 );
215
216 m_staticText161 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Remove item(s) from selection"), wxDefaultPosition, wxDefaultSize, 0 );
217 m_staticText161->Wrap( -1 );
218 fgSizerCmdsWinLin->Add( m_staticText161, 0, wxALL, 5 );
219
220
221 bSizer9->Add( fgSizerCmdsWinLin, 0, wxEXPAND|wxTOP, 5 );
222
223
224 bSizer8->Add( bSizer9, 0, wxEXPAND|wxLEFT, 5 );
225
226
227 m_pageWinLin->SetSizer( bSizer8 );
228 m_pageWinLin->Layout();
229 bSizer8->Fit( m_pageWinLin );
230 m_leftClickCmdsBook->AddPage( m_pageWinLin, _("a page"), false );
231 m_pageMac = new wxPanel( m_leftClickCmdsBook, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
232 wxBoxSizer* bSizer10;
233 bSizer10 = new wxBoxSizer( wxVERTICAL );
234
235 m_leftClickLabel1 = new wxStaticText( m_pageMac, wxID_ANY, _("Left Click Mouse Commands"), wxDefaultPosition, wxDefaultSize, 0 );
236 m_leftClickLabel1->Wrap( -1 );
237 bSizer10->Add( m_leftClickLabel1, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
238
239 m_staticline7 = new wxStaticLine( m_pageMac, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
240 bSizer10->Add( m_staticline7, 0, wxEXPAND|wxBOTTOM, 5 );
241
242 wxBoxSizer* bSizer11;
243 bSizer11 = new wxBoxSizer( wxVERTICAL );
244
245 m_hint2 = new wxStaticText( m_pageMac, wxID_ANY, _("Left click (and drag) actions depend on 3 modifier keys:\nOption, Shift and Cmd"), wxDefaultPosition, wxDefaultSize, 0 );
246 m_hint2->Wrap( -1 );
247 bSizer11->Add( m_hint2, 0, wxALL, 5 );
248
249 wxFlexGridSizer* fgSizerCmdsWinMac;
250 fgSizerCmdsWinMac = new wxFlexGridSizer( 0, 2, 0, 5 );
251 fgSizerCmdsWinMac->SetFlexibleDirection( wxBOTH );
252 fgSizerCmdsWinMac->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
253
254 m_staticText11 = new wxStaticText( m_pageMac, wxID_ANY, _("Long Click"), wxDefaultPosition, wxDefaultSize, 0 );
255 m_staticText11->Wrap( -1 );
256 fgSizerCmdsWinMac->Add( m_staticText11, 0, wxALL, 5 );
257
258 m_staticText12 = new wxStaticText( m_pageMac, wxID_ANY, _("Clarify selection from menu"), wxDefaultPosition, wxDefaultSize, 0 );
259 m_staticText12->Wrap( -1 );
260 fgSizerCmdsWinMac->Add( m_staticText12, 0, wxALL, 5 );
261
262 m_staticText9 = new wxStaticText( m_pageMac, wxID_ANY, _("Shift"), wxDefaultPosition, wxDefaultSize, 0 );
263 m_staticText9->Wrap( -1 );
264 fgSizerCmdsWinMac->Add( m_staticText9, 0, wxALL, 5 );
265
266 m_staticText10 = new wxStaticText( m_pageMac, wxID_ANY, _("Add item(s) to selection"), wxDefaultPosition, wxDefaultSize, 0 );
267 m_staticText10->Wrap( -1 );
268 fgSizerCmdsWinMac->Add( m_staticText10, 0, wxALL, 5 );
269
270 m_staticText15 = new wxStaticText( m_pageMac, wxID_ANY, _("Shift+Cmd"), wxDefaultPosition, wxDefaultSize, 0 );
271 m_staticText15->Wrap( -1 );
272 fgSizerCmdsWinMac->Add( m_staticText15, 0, wxALL, 5 );
273
274 m_staticText16 = new wxStaticText( m_pageMac, wxID_ANY, _("Remove item(s) from selection"), wxDefaultPosition, wxDefaultSize, 0 );
275 m_staticText16->Wrap( -1 );
276 fgSizerCmdsWinMac->Add( m_staticText16, 0, wxALL, 5 );
277
278 m_staticText13 = new wxStaticText( m_pageMac, wxID_ANY, _("Option"), wxDefaultPosition, wxDefaultSize, 0 );
279 m_staticText13->Wrap( -1 );
280 fgSizerCmdsWinMac->Add( m_staticText13, 0, wxALL, 5 );
281
282 m_staticText14 = new wxStaticText( m_pageMac, wxID_ANY, _("Clarify selection from menu"), wxDefaultPosition, wxDefaultSize, 0 );
283 m_staticText14->Wrap( -1 );
284 fgSizerCmdsWinMac->Add( m_staticText14, 0, wxALL, 5 );
285
286
287 bSizer11->Add( fgSizerCmdsWinMac, 1, wxEXPAND|wxTOP, 5 );
288
289
290 bSizer10->Add( bSizer11, 0, wxEXPAND|wxTOP|wxLEFT, 5 );
291
292
293 m_pageMac->SetSizer( bSizer10 );
294 m_pageMac->Layout();
295 bSizer10->Fit( m_pageMac );
296 m_leftClickCmdsBook->AddPage( m_pageMac, _("a page"), false );
297
298 bLeftColumn->Add( m_leftClickCmdsBook, 1, wxEXPAND|wxTOP|wxBOTTOM, 5 );
299
300
301 bPanelSizer->Add( bLeftColumn, 0, wxEXPAND|wxRIGHT, 35 );
302
303 wxBoxSizer* bRightColumn;
304 bRightColumn = new wxBoxSizer( wxVERTICAL );
305
306 m_staticText32 = new wxStaticText( this, wxID_ANY, _("Symbol Field Automatic Placement"), wxDefaultPosition, wxDefaultSize, 0 );
307 m_staticText32->Wrap( -1 );
308 bRightColumn->Add( m_staticText32, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
309
310 m_staticline10 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
311 bRightColumn->Add( m_staticline10, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
312
313 wxBoxSizer* bSizer12;
314 bSizer12 = new wxBoxSizer( wxVERTICAL );
315
316 m_checkAutoplaceFields = new wxCheckBox( this, wxID_ANY, _("A&utomatically place symbol fields"), wxDefaultPosition, wxDefaultSize, 0 );
317 bSizer12->Add( m_checkAutoplaceFields, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );
318
319 m_checkAutoplaceJustify = new wxCheckBox( this, wxID_ANY, _("A&llow field autoplace to change justification"), wxDefaultPosition, wxDefaultSize, 0 );
320 bSizer12->Add( m_checkAutoplaceJustify, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );
321
322 m_checkAutoplaceAlign = new wxCheckBox( this, wxID_ANY, _("Al&ways align autoplaced fields to the 50 mil grid"), wxDefaultPosition, wxDefaultSize, 0 );
323 bSizer12->Add( m_checkAutoplaceAlign, 0, wxEXPAND|wxALL, 5 );
324
325
326 bRightColumn->Add( bSizer12, 0, wxEXPAND|wxTOP|wxLEFT, 5 );
327
328
329 bRightColumn->Add( 0, 15, 0, wxEXPAND, 5 );
330
331 m_staticText321 = new wxStaticText( this, wxID_ANY, _("Repeated Items"), wxDefaultPosition, wxDefaultSize, 0 );
332 m_staticText321->Wrap( -1 );
333 bRightColumn->Add( m_staticText321, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
334
335 m_staticline9 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
336 bRightColumn->Add( m_staticline9, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
337
338 wxBoxSizer* bSizer13;
339 bSizer13 = new wxBoxSizer( wxVERTICAL );
340
341 wxFlexGridSizer* fgSizerRepeatOpt1;
342 fgSizerRepeatOpt1 = new wxFlexGridSizer( 0, 3, 5, 5 );
343 fgSizerRepeatOpt1->SetFlexibleDirection( wxBOTH );
344 fgSizerRepeatOpt1->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
345
346 m_hPitchLabel = new wxStaticText( this, wxID_ANY, _("&Horizontal pitch:"), wxDefaultPosition, wxDefaultSize, 0 );
347 m_hPitchLabel->Wrap( -1 );
348 fgSizerRepeatOpt1->Add( m_hPitchLabel, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 5 );
349
350 m_hPitchCtrl = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
351 fgSizerRepeatOpt1->Add( m_hPitchCtrl, 0, wxALIGN_CENTER_VERTICAL|wxEXPAND, 5 );
352
353 m_hPitchUnits = new wxStaticText( this, wxID_ANY, _("mils"), wxDefaultPosition, wxDefaultSize, 0 );
354 m_hPitchUnits->Wrap( -1 );
355 fgSizerRepeatOpt1->Add( m_hPitchUnits, 0, wxALIGN_CENTER_VERTICAL, 5 );
356
357 m_vPitchLabel = new wxStaticText( this, wxID_ANY, _("&Vertical pitch:"), wxDefaultPosition, wxDefaultSize, 0 );
358 m_vPitchLabel->Wrap( -1 );
359 fgSizerRepeatOpt1->Add( m_vPitchLabel, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 5 );
360
361 m_vPitchCtrl = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
362 fgSizerRepeatOpt1->Add( m_vPitchCtrl, 0, wxALIGN_CENTER_VERTICAL|wxEXPAND, 5 );
363
364 m_vPitchUnits = new wxStaticText( this, wxID_ANY, _("mils"), wxDefaultPosition, wxDefaultSize, 0 );
365 m_vPitchUnits->Wrap( -1 );
366 fgSizerRepeatOpt1->Add( m_vPitchUnits, 0, wxALIGN_CENTER_VERTICAL, 5 );
367
368 m_labelIncrementLabel = new wxStaticText( this, wxID_ANY, _("Label increment:"), wxDefaultPosition, wxDefaultSize, 0 );
369 m_labelIncrementLabel->Wrap( -1 );
370 fgSizerRepeatOpt1->Add( m_labelIncrementLabel, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT, 5 );
371
372 m_spinLabelRepeatStep = new wxSpinCtrl( this, wxID_ANY, wxT("1"), wxDefaultPosition, wxDefaultSize, wxSP_ARROW_KEYS, -1000000, 1000000, 1 );
373 fgSizerRepeatOpt1->Add( m_spinLabelRepeatStep, 1, wxALIGN_CENTER_VERTICAL|wxBOTTOM, 5 );
374
375
376 fgSizerRepeatOpt1->Add( 0, 0, 1, wxEXPAND, 3 );
377
378
379 bSizer13->Add( fgSizerRepeatOpt1, 0, wxEXPAND|wxTOP, 5 );
380
381
382 bRightColumn->Add( bSizer13, 0, wxEXPAND|wxTOP|wxLEFT, 5 );
383
384
385 bRightColumn->Add( 0, 15, 0, wxEXPAND, 5 );
386
387 m_staticText322 = new wxStaticText( this, wxID_ANY, _("Dialog Preferences"), wxDefaultPosition, wxDefaultSize, 0 );
388 m_staticText322->Wrap( -1 );
389 bRightColumn->Add( m_staticText322, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
390
391 m_staticline8 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
392 bRightColumn->Add( m_staticline8, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
393
394 wxBoxSizer* bSizer14;
395 bSizer14 = new wxBoxSizer( wxVERTICAL );
396
397 m_footprintPreview = new wxCheckBox( this, wxID_ANY, _("Show footprint previews in Symbol Chooser"), wxDefaultPosition, wxDefaultSize, 0 );
398 bSizer14->Add( m_footprintPreview, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
399
400 m_neverShowRescue = new wxCheckBox( this, wxID_ANY, _("Never show Rescue Symbols tool"), wxDefaultPosition, wxDefaultSize, 0 );
401 bSizer14->Add( m_neverShowRescue, 0, wxALL, 5 );
402
403
404 bRightColumn->Add( bSizer14, 0, wxEXPAND|wxTOP|wxLEFT, 5 );
405
406
407 bPanelSizer->Add( bRightColumn, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 );
408
409
410 this->SetSizer( bPanelSizer );
411 this->Layout();
412 bPanelSizer->Fit( this );
413}
414
const char * name
A simple color swatch of the kind used to set layer colors.
PANEL_EESCHEMA_EDITING_OPTIONS_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)
RESETTABLE_PANEL(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString)
#define _(s)