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.2.1-0-g80c4cb6)
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, wxALL, 5 );
49
50 wxString m_choiceArcModeChoices[] = { _("Keep center, adjust radius"), _("Keep endpoints or direction of starting point"), _("Keep center and radius, adjust endpoints") };
51 int m_choiceArcModeNChoices = sizeof( m_choiceArcModeChoices ) / sizeof( wxString );
52 m_choiceArcMode = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choiceArcModeNChoices, m_choiceArcModeChoices, 0 );
53 m_choiceArcMode->SetSelection( 1 );
54 bSizer5->Add( m_choiceArcMode, 0, wxALL|wxEXPAND, 5 );
55
56 m_mouseDragIsDrag = new wxCheckBox( this, wxID_ANY, _("Mouse drag performs Drag (G) operation"), wxDefaultPosition, wxDefaultSize, 0 );
57 m_mouseDragIsDrag->SetToolTip( _("If unchecked, mouse drag will perform move (M) operation") );
58
59 bSizer5->Add( m_mouseDragIsDrag, 0, wxLEFT|wxRIGHT|wxTOP, 5 );
60
61 m_cbAutoStartWires = new wxCheckBox( this, wxID_ANY, _("Automatically start wires on unconnected pins"), wxDefaultPosition, wxDefaultSize, 0 );
62 m_cbAutoStartWires->SetToolTip( _("When enabled, you can start wiring by clicking on unconnected pins even when the wire tool is not active") );
63
64 bSizer5->Add( m_cbAutoStartWires, 0, wxLEFT|wxTOP, 5 );
65
66 m_escClearsNetHighlight = new wxCheckBox( this, wxID_ANY, _("<ESC> clears net highlighting"), wxDefaultPosition, wxDefaultSize, 0 );
67 m_escClearsNetHighlight->SetToolTip( _("First <ESC> in selection tool clears selection, next clears net highlighting") );
68
69 bSizer5->Add( m_escClearsNetHighlight, 0, wxBOTTOM|wxLEFT|wxRIGHT|wxTOP, 5 );
70
71
72 bLeftColumn->Add( bSizer5, 0, wxEXPAND|wxTOP|wxLEFT, 5 );
73
74
75 bLeftColumn->Add( 0, 15, 0, wxEXPAND, 5 );
76
77 m_staticText26 = new wxStaticText( this, wxID_ANY, _("Defaults for New Objects"), wxDefaultPosition, wxDefaultSize, 0 );
78 m_staticText26->Wrap( -1 );
79 bLeftColumn->Add( m_staticText26, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
80
81 m_staticline4 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
82 bLeftColumn->Add( m_staticline4, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
83
84 wxGridBagSizer* gbSizer1;
85 gbSizer1 = new wxGridBagSizer( 0, 0 );
86 gbSizer1->SetFlexibleDirection( wxBOTH );
87 gbSizer1->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
88
89 m_borderColorLabel = new wxStaticText( this, wxID_ANY, _("Sheet border:"), wxDefaultPosition, wxDefaultSize, 0 );
90 m_borderColorLabel->Wrap( -1 );
91 gbSizer1->Add( m_borderColorLabel, wxGBPosition( 0, 0 ), wxGBSpan( 1, 1 ), wxALL, 5 );
92
93 m_borderColorSwatch = new COLOR_SWATCH( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
94 m_borderColorSwatch->SetForegroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) );
95
96 gbSizer1->Add( m_borderColorSwatch, wxGBPosition( 0, 1 ), wxGBSpan( 1, 1 ), wxALL, 5 );
97
98 m_backgroundColorLabel = new wxStaticText( this, wxID_ANY, _("Sheet background:"), wxDefaultPosition, wxDefaultSize, 0 );
99 m_backgroundColorLabel->Wrap( -1 );
100 gbSizer1->Add( m_backgroundColorLabel, wxGBPosition( 0, 2 ), wxGBSpan( 1, 1 ), wxALL, 5 );
101
102 m_backgroundColorSwatch = new COLOR_SWATCH( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
103 m_backgroundColorSwatch->SetForegroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) );
104
105 gbSizer1->Add( m_backgroundColorSwatch, wxGBPosition( 0, 3 ), wxGBSpan( 1, 1 ), wxALL, 5 );
106
107 m_powerSymbolLabel = new wxStaticText( this, wxID_ANY, _("Power Symbols:"), wxDefaultPosition, wxDefaultSize, 0 );
108 m_powerSymbolLabel->Wrap( -1 );
109 gbSizer1->Add( m_powerSymbolLabel, wxGBPosition( 1, 0 ), wxGBSpan( 1, 1 ), wxALIGN_CENTER_VERTICAL|wxALL, 5 );
110
111 wxString m_choicePowerChoices[] = { _("Default"), _("Global"), _("Local") };
112 int m_choicePowerNChoices = sizeof( m_choicePowerChoices ) / sizeof( wxString );
113 m_choicePower = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choicePowerNChoices, m_choicePowerChoices, 0 );
114 m_choicePower->SetSelection( 0 );
115 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.") );
116
117 gbSizer1->Add( m_choicePower, wxGBPosition( 1, 1 ), wxGBSpan( 1, 2 ), wxALIGN_CENTER_VERTICAL|wxALL|wxEXPAND, 5 );
118
119
120 bLeftColumn->Add( gbSizer1, 0, wxEXPAND|wxLEFT|wxTOP, 10 );
121
122 wxFlexGridSizer* fgSizer4;
123 fgSizer4 = new wxFlexGridSizer( 2, 4, 0, 0 );
124 fgSizer4->SetFlexibleDirection( wxBOTH );
125 fgSizer4->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
126
127
128 bLeftColumn->Add( fgSizer4, 1, wxEXPAND, 5 );
129
130 wxBoxSizer* bSizer6;
131 bSizer6 = new wxBoxSizer( wxHORIZONTAL );
132
133
134 bLeftColumn->Add( bSizer6, 0, wxEXPAND|wxTOP|wxLEFT, 10 );
135
136
137 bLeftColumn->Add( 0, 15, 0, wxEXPAND, 5 );
138
139 m_leftClickCmdsBook = new wxSimplebook( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
140 m_pageWinLin = new wxPanel( m_leftClickCmdsBook, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
141 wxBoxSizer* bSizer8;
142 bSizer8 = new wxBoxSizer( wxVERTICAL );
143
144 m_leftClickLabel = new wxStaticText( m_pageWinLin, wxID_ANY, _("Left Click Mouse Commands"), wxDefaultPosition, wxDefaultSize, 0 );
145 m_leftClickLabel->Wrap( -1 );
146 bSizer8->Add( m_leftClickLabel, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
147
148 m_staticline6 = new wxStaticLine( m_pageWinLin, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
149 bSizer8->Add( m_staticline6, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
150
151 wxBoxSizer* bSizer9;
152 bSizer9 = new wxBoxSizer( wxVERTICAL );
153
154 m_hint1 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Left click (and drag) actions depend on 2 modifier keys:\nShift and Ctrl"), wxDefaultPosition, wxDefaultSize, 0 );
155 m_hint1->Wrap( -1 );
156 bSizer9->Add( m_hint1, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
157
158 wxFlexGridSizer* fgSizerCmdsWinLin;
159 fgSizerCmdsWinLin = new wxFlexGridSizer( 0, 2, 0, 5 );
160 fgSizerCmdsWinLin->SetFlexibleDirection( wxBOTH );
161 fgSizerCmdsWinLin->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
162
163 m_staticText91 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Long Click"), wxDefaultPosition, wxDefaultSize, 0 );
164 m_staticText91->Wrap( -1 );
165 fgSizerCmdsWinLin->Add( m_staticText91, 0, wxALL, 5 );
166
167 m_staticText101 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Clarify selection from menu"), wxDefaultPosition, wxDefaultSize, 0 );
168 m_staticText101->Wrap( -1 );
169 fgSizerCmdsWinLin->Add( m_staticText101, 0, wxALL, 5 );
170
171 m_staticText131 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Shift"), wxDefaultPosition, wxDefaultSize, 0 );
172 m_staticText131->Wrap( -1 );
173 fgSizerCmdsWinLin->Add( m_staticText131, 0, wxALL, 5 );
174
175 m_staticText141 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Add item(s) to selection"), wxDefaultPosition, wxDefaultSize, 0 );
176 m_staticText141->Wrap( -1 );
177 fgSizerCmdsWinLin->Add( m_staticText141, 0, wxALL, 5 );
178
179 m_staticText151 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Ctrl+Shift"), wxDefaultPosition, wxDefaultSize, 0 );
180 m_staticText151->Wrap( -1 );
181 fgSizerCmdsWinLin->Add( m_staticText151, 0, wxALL, 5 );
182
183 m_staticText161 = new wxStaticText( m_pageWinLin, wxID_ANY, _("Remove item(s) from selection"), wxDefaultPosition, wxDefaultSize, 0 );
184 m_staticText161->Wrap( -1 );
185 fgSizerCmdsWinLin->Add( m_staticText161, 0, wxALL, 5 );
186
187
188 bSizer9->Add( fgSizerCmdsWinLin, 0, wxEXPAND|wxTOP, 5 );
189
190
191 bSizer8->Add( bSizer9, 0, wxEXPAND|wxLEFT, 5 );
192
193
194 m_pageWinLin->SetSizer( bSizer8 );
195 m_pageWinLin->Layout();
196 bSizer8->Fit( m_pageWinLin );
197 m_leftClickCmdsBook->AddPage( m_pageWinLin, _("a page"), false );
198 m_pageMac = new wxPanel( m_leftClickCmdsBook, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
199 wxBoxSizer* bSizer10;
200 bSizer10 = new wxBoxSizer( wxVERTICAL );
201
202 m_leftClickLabel1 = new wxStaticText( m_pageMac, wxID_ANY, _("Left Click Mouse Commands"), wxDefaultPosition, wxDefaultSize, 0 );
203 m_leftClickLabel1->Wrap( -1 );
204 bSizer10->Add( m_leftClickLabel1, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
205
206 m_staticline7 = new wxStaticLine( m_pageMac, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
207 bSizer10->Add( m_staticline7, 0, wxEXPAND|wxBOTTOM, 5 );
208
209 wxBoxSizer* bSizer11;
210 bSizer11 = new wxBoxSizer( wxVERTICAL );
211
212 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 );
213 m_hint2->Wrap( -1 );
214 bSizer11->Add( m_hint2, 0, wxALL, 5 );
215
216 wxFlexGridSizer* fgSizerCmdsWinMac;
217 fgSizerCmdsWinMac = new wxFlexGridSizer( 0, 2, 0, 5 );
218 fgSizerCmdsWinMac->SetFlexibleDirection( wxBOTH );
219 fgSizerCmdsWinMac->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
220
221 m_staticText11 = new wxStaticText( m_pageMac, wxID_ANY, _("Long Click"), wxDefaultPosition, wxDefaultSize, 0 );
222 m_staticText11->Wrap( -1 );
223 fgSizerCmdsWinMac->Add( m_staticText11, 0, wxALL, 5 );
224
225 m_staticText12 = new wxStaticText( m_pageMac, wxID_ANY, _("Clarify selection from menu"), wxDefaultPosition, wxDefaultSize, 0 );
226 m_staticText12->Wrap( -1 );
227 fgSizerCmdsWinMac->Add( m_staticText12, 0, wxALL, 5 );
228
229 m_staticText9 = new wxStaticText( m_pageMac, wxID_ANY, _("Shift"), wxDefaultPosition, wxDefaultSize, 0 );
230 m_staticText9->Wrap( -1 );
231 fgSizerCmdsWinMac->Add( m_staticText9, 0, wxALL, 5 );
232
233 m_staticText10 = new wxStaticText( m_pageMac, wxID_ANY, _("Add item(s) to selection"), wxDefaultPosition, wxDefaultSize, 0 );
234 m_staticText10->Wrap( -1 );
235 fgSizerCmdsWinMac->Add( m_staticText10, 0, wxALL, 5 );
236
237 m_staticText15 = new wxStaticText( m_pageMac, wxID_ANY, _("Shift+Cmd"), wxDefaultPosition, wxDefaultSize, 0 );
238 m_staticText15->Wrap( -1 );
239 fgSizerCmdsWinMac->Add( m_staticText15, 0, wxALL, 5 );
240
241 m_staticText16 = new wxStaticText( m_pageMac, wxID_ANY, _("Remove item(s) from selection"), wxDefaultPosition, wxDefaultSize, 0 );
242 m_staticText16->Wrap( -1 );
243 fgSizerCmdsWinMac->Add( m_staticText16, 0, wxALL, 5 );
244
245 m_staticText13 = new wxStaticText( m_pageMac, wxID_ANY, _("Option"), wxDefaultPosition, wxDefaultSize, 0 );
246 m_staticText13->Wrap( -1 );
247 fgSizerCmdsWinMac->Add( m_staticText13, 0, wxALL, 5 );
248
249 m_staticText14 = new wxStaticText( m_pageMac, wxID_ANY, _("Clarify selection from menu"), wxDefaultPosition, wxDefaultSize, 0 );
250 m_staticText14->Wrap( -1 );
251 fgSizerCmdsWinMac->Add( m_staticText14, 0, wxALL, 5 );
252
253
254 bSizer11->Add( fgSizerCmdsWinMac, 1, wxEXPAND|wxTOP, 5 );
255
256
257 bSizer10->Add( bSizer11, 0, wxEXPAND|wxTOP|wxLEFT, 5 );
258
259
260 m_pageMac->SetSizer( bSizer10 );
261 m_pageMac->Layout();
262 bSizer10->Fit( m_pageMac );
263 m_leftClickCmdsBook->AddPage( m_pageMac, _("a page"), false );
264
265 bLeftColumn->Add( m_leftClickCmdsBook, 1, wxEXPAND|wxTOP|wxBOTTOM, 5 );
266
267
268 bPanelSizer->Add( bLeftColumn, 0, wxEXPAND|wxRIGHT, 35 );
269
270 wxBoxSizer* bRightColumn;
271 bRightColumn = new wxBoxSizer( wxVERTICAL );
272
273 m_staticText32 = new wxStaticText( this, wxID_ANY, _("Symbol Field Automatic Placement"), wxDefaultPosition, wxDefaultSize, 0 );
274 m_staticText32->Wrap( -1 );
275 bRightColumn->Add( m_staticText32, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
276
277 m_staticline10 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
278 bRightColumn->Add( m_staticline10, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
279
280 wxBoxSizer* bSizer12;
281 bSizer12 = new wxBoxSizer( wxVERTICAL );
282
283 m_checkAutoplaceFields = new wxCheckBox( this, wxID_ANY, _("A&utomatically place symbol fields"), wxDefaultPosition, wxDefaultSize, 0 );
284 bSizer12->Add( m_checkAutoplaceFields, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );
285
286 m_checkAutoplaceJustify = new wxCheckBox( this, wxID_ANY, _("A&llow field autoplace to change justification"), wxDefaultPosition, wxDefaultSize, 0 );
287 bSizer12->Add( m_checkAutoplaceJustify, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );
288
289 m_checkAutoplaceAlign = new wxCheckBox( this, wxID_ANY, _("Al&ways align autoplaced fields to the 50 mil grid"), wxDefaultPosition, wxDefaultSize, 0 );
290 bSizer12->Add( m_checkAutoplaceAlign, 0, wxEXPAND|wxALL, 5 );
291
292
293 bRightColumn->Add( bSizer12, 0, wxEXPAND|wxTOP|wxLEFT, 5 );
294
295
296 bRightColumn->Add( 0, 15, 0, wxEXPAND, 5 );
297
298 m_staticText321 = new wxStaticText( this, wxID_ANY, _("Repeated Items"), wxDefaultPosition, wxDefaultSize, 0 );
299 m_staticText321->Wrap( -1 );
300 bRightColumn->Add( m_staticText321, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
301
302 m_staticline9 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
303 bRightColumn->Add( m_staticline9, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
304
305 wxBoxSizer* bSizer13;
306 bSizer13 = new wxBoxSizer( wxVERTICAL );
307
308 wxFlexGridSizer* fgSizerRepeatOpt1;
309 fgSizerRepeatOpt1 = new wxFlexGridSizer( 0, 3, 5, 5 );
310 fgSizerRepeatOpt1->SetFlexibleDirection( wxBOTH );
311 fgSizerRepeatOpt1->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
312
313 m_hPitchLabel = new wxStaticText( this, wxID_ANY, _("&Horizontal pitch:"), wxDefaultPosition, wxDefaultSize, 0 );
314 m_hPitchLabel->Wrap( -1 );
315 fgSizerRepeatOpt1->Add( m_hPitchLabel, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 5 );
316
317 m_hPitchCtrl = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
318 fgSizerRepeatOpt1->Add( m_hPitchCtrl, 0, wxALIGN_CENTER_VERTICAL|wxEXPAND, 5 );
319
320 m_hPitchUnits = new wxStaticText( this, wxID_ANY, _("mils"), wxDefaultPosition, wxDefaultSize, 0 );
321 m_hPitchUnits->Wrap( -1 );
322 fgSizerRepeatOpt1->Add( m_hPitchUnits, 0, wxALIGN_CENTER_VERTICAL, 5 );
323
324 m_vPitchLabel = new wxStaticText( this, wxID_ANY, _("&Vertical pitch:"), wxDefaultPosition, wxDefaultSize, 0 );
325 m_vPitchLabel->Wrap( -1 );
326 fgSizerRepeatOpt1->Add( m_vPitchLabel, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 5 );
327
328 m_vPitchCtrl = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
329 fgSizerRepeatOpt1->Add( m_vPitchCtrl, 0, wxALIGN_CENTER_VERTICAL|wxEXPAND, 5 );
330
331 m_vPitchUnits = new wxStaticText( this, wxID_ANY, _("mils"), wxDefaultPosition, wxDefaultSize, 0 );
332 m_vPitchUnits->Wrap( -1 );
333 fgSizerRepeatOpt1->Add( m_vPitchUnits, 0, wxALIGN_CENTER_VERTICAL, 5 );
334
335 m_labelIncrementLabel = new wxStaticText( this, wxID_ANY, _("Label increment:"), wxDefaultPosition, wxDefaultSize, 0 );
336 m_labelIncrementLabel->Wrap( -1 );
337 fgSizerRepeatOpt1->Add( m_labelIncrementLabel, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT, 5 );
338
339 m_spinLabelRepeatStep = new wxSpinCtrl( this, wxID_ANY, wxT("1"), wxDefaultPosition, wxDefaultSize, wxSP_ARROW_KEYS, -1000000, 1000000, 1 );
340 fgSizerRepeatOpt1->Add( m_spinLabelRepeatStep, 1, wxALIGN_CENTER_VERTICAL|wxBOTTOM, 5 );
341
342
343 fgSizerRepeatOpt1->Add( 0, 0, 1, wxEXPAND, 3 );
344
345
346 bSizer13->Add( fgSizerRepeatOpt1, 0, wxEXPAND|wxTOP, 5 );
347
348
349 bRightColumn->Add( bSizer13, 0, wxEXPAND|wxTOP|wxLEFT, 5 );
350
351
352 bRightColumn->Add( 0, 15, 0, wxEXPAND, 5 );
353
354 m_staticText322 = new wxStaticText( this, wxID_ANY, _("Dialog Preferences"), wxDefaultPosition, wxDefaultSize, 0 );
355 m_staticText322->Wrap( -1 );
356 bRightColumn->Add( m_staticText322, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
357
358 m_staticline8 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
359 bRightColumn->Add( m_staticline8, 0, wxEXPAND|wxTOP|wxBOTTOM, 2 );
360
361 wxBoxSizer* bSizer14;
362 bSizer14 = new wxBoxSizer( wxVERTICAL );
363
364 m_footprintPreview = new wxCheckBox( this, wxID_ANY, _("Show footprint previews in Symbol Chooser"), wxDefaultPosition, wxDefaultSize, 0 );
365 bSizer14->Add( m_footprintPreview, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
366
367 m_neverShowRescue = new wxCheckBox( this, wxID_ANY, _("Never show Rescue Symbols tool"), wxDefaultPosition, wxDefaultSize, 0 );
368 bSizer14->Add( m_neverShowRescue, 0, wxALL, 5 );
369
370
371 bRightColumn->Add( bSizer14, 0, wxEXPAND|wxTOP|wxLEFT, 5 );
372
373
374 bPanelSizer->Add( bRightColumn, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 );
375
376
377 this->SetSizer( bPanelSizer );
378 this->Layout();
379 bPanelSizer->Fit( this );
380}
381
383{
384}
const char * name
Definition: DXF_plotter.cpp:62
A simple color swatch of the kind used to set layer colors.
Definition: color_swatch.h:57
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)
A wxPanel that is designed to be reset in a standard manner.
#define _(s)