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