KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_gerbview_excellon_settings_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_GERBVIEW_EXCELLON_SETTINGS_BASE::PANEL_GERBVIEW_EXCELLON_SETTINGS_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* bDialogSizer;
15 bDialogSizer = new wxBoxSizer( wxVERTICAL );
16
17 m_fileFormatLabel = new wxStaticText( this, wxID_ANY, _("File Format"), wxDefaultPosition, wxDefaultSize, 0 );
18 m_fileFormatLabel->Wrap( -1 );
19 bDialogSizer->Add( m_fileFormatLabel, 0, wxTOP|wxRIGHT|wxLEFT, 13 );
20
21 m_staticline1 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
22 bDialogSizer->Add( m_staticline1, 0, wxEXPAND|wxBOTTOM, 5 );
23
24 wxBoxSizer* bSizer5;
25 bSizer5 = new wxBoxSizer( wxVERTICAL );
26
27 m_fileFormatHelp = new wxStaticText( this, wxID_ANY, _("These parameters are usually specified in files, but not always."), wxDefaultPosition, wxDefaultSize, 0 );
28 m_fileFormatHelp->Wrap( -1 );
29 bSizer5->Add( m_fileFormatHelp, 0, wxALL, 5 );
30
31 wxString m_rbUnitsChoices[] = { _("Inches"), _("mm") };
32 int m_rbUnitsNChoices = sizeof( m_rbUnitsChoices ) / sizeof( wxString );
33 m_rbUnits = new wxRadioBox( this, wxID_ANY, _("File Units"), wxDefaultPosition, wxDefaultSize, m_rbUnitsNChoices, m_rbUnitsChoices, 1, wxRA_SPECIFY_COLS );
34 m_rbUnits->SetSelection( 0 );
35 bSizer5->Add( m_rbUnits, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );
36
37 wxString m_rbZeroFormatChoices[] = { _("No leading zeros (TZ format)"), _("No trailing zeros (LZ format)") };
38 int m_rbZeroFormatNChoices = sizeof( m_rbZeroFormatChoices ) / sizeof( wxString );
39 m_rbZeroFormat = new wxRadioBox( this, wxID_ANY, _("Zero Format"), wxDefaultPosition, wxDefaultSize, m_rbZeroFormatNChoices, m_rbZeroFormatChoices, 1, wxRA_SPECIFY_COLS );
40 m_rbZeroFormat->SetSelection( 0 );
41 m_rbZeroFormat->SetToolTip( _("Integers in files can have their zeros stripped.\nNo leading zeros format means the leading zeros are stripped\nNo trailing zeros format means the trailing zeros are stripped") );
42
43 bSizer5->Add( m_rbZeroFormat, 0, wxALL|wxEXPAND, 5 );
44
45
46 bDialogSizer->Add( bSizer5, 0, wxBOTTOM|wxLEFT, 5 );
47
48
49 bDialogSizer->Add( 0, 10, 0, wxEXPAND, 5 );
50
51 m_coordinatesLabel = new wxStaticText( this, wxID_ANY, _("Coordinates Format"), wxDefaultPosition, wxDefaultSize, 0 );
52 m_coordinatesLabel->Wrap( -1 );
53 bDialogSizer->Add( m_coordinatesLabel, 0, wxTOP|wxRIGHT|wxLEFT|wxEXPAND, 13 );
54
55 m_staticline2 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
56 bDialogSizer->Add( m_staticline2, 0, wxEXPAND|wxBOTTOM, 5 );
57
58 wxBoxSizer* bSizer51;
59 bSizer51 = new wxBoxSizer( wxVERTICAL );
60
61 m_coordsFormatHelp = new wxStaticText( this, wxID_ANY, _("The coordinates format is not specified in Excellon format."), wxDefaultPosition, wxDefaultSize, 0 );
62 m_coordsFormatHelp->Wrap( -1 );
63 bSizer51->Add( m_coordsFormatHelp, 0, wxALL, 5 );
64
65 m_hint1 = new wxStaticText( this, wxID_ANY, _("(The decimal format does not use these settings)"), wxDefaultPosition, wxDefaultSize, 0 );
66 m_hint1->Wrap( -1 );
67 bSizer51->Add( m_hint1, 0, wxBOTTOM|wxRIGHT|wxLEFT, 5 );
68
69 wxFlexGridSizer* fgSizerFmt;
70 fgSizerFmt = new wxFlexGridSizer( 0, 2, 0, 0 );
71 fgSizerFmt->SetFlexibleDirection( wxBOTH );
72 fgSizerFmt->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
73
74 m_staticTextUnitsmm = new wxStaticText( this, wxID_ANY, _("Format for mm"), wxDefaultPosition, wxDefaultSize, 0 );
75 m_staticTextUnitsmm->Wrap( -1 );
76 fgSizerFmt->Add( m_staticTextUnitsmm, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 );
77
78 wxBoxSizer* bSizer4;
79 bSizer4 = new wxBoxSizer( wxHORIZONTAL );
80
81 wxString m_choiceIntegerMMChoices[] = { _("2"), _("3"), _("4"), _("5"), _("6") };
82 int m_choiceIntegerMMNChoices = sizeof( m_choiceIntegerMMChoices ) / sizeof( wxString );
83 m_choiceIntegerMM = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choiceIntegerMMNChoices, m_choiceIntegerMMChoices, 0 );
84 m_choiceIntegerMM->SetSelection( 1 );
85 bSizer4->Add( m_choiceIntegerMM, 0, wxALL, 5 );
86
87 m_staticText8 = new wxStaticText( this, wxID_ANY, _(":"), wxDefaultPosition, wxDefaultSize, 0 );
88 m_staticText8->Wrap( -1 );
89 bSizer4->Add( m_staticText8, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
90
91 wxString m_choiceMantissaMMChoices[] = { _("2"), _("3"), _("4"), _("5"), _("6") };
92 int m_choiceMantissaMMNChoices = sizeof( m_choiceMantissaMMChoices ) / sizeof( wxString );
93 m_choiceMantissaMM = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choiceMantissaMMNChoices, m_choiceMantissaMMChoices, 0 );
94 m_choiceMantissaMM->SetSelection( 1 );
95 bSizer4->Add( m_choiceMantissaMM, 0, wxALL, 5 );
96
97
98 fgSizerFmt->Add( bSizer4, 0, wxEXPAND, 5 );
99
100 m_staticTextUnitsInch = new wxStaticText( this, wxID_ANY, _("Format for inches"), wxDefaultPosition, wxDefaultSize, 0 );
101 m_staticTextUnitsInch->Wrap( -1 );
102 fgSizerFmt->Add( m_staticTextUnitsInch, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 );
103
104 wxBoxSizer* bSizer3;
105 bSizer3 = new wxBoxSizer( wxHORIZONTAL );
106
107 wxString m_choiceIntegerInchChoices[] = { _("2"), _("3"), _("4"), _("5"), _("6") };
108 int m_choiceIntegerInchNChoices = sizeof( m_choiceIntegerInchChoices ) / sizeof( wxString );
109 m_choiceIntegerInch = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choiceIntegerInchNChoices, m_choiceIntegerInchChoices, 0 );
110 m_choiceIntegerInch->SetSelection( 0 );
111 bSizer3->Add( m_choiceIntegerInch, 0, wxALL, 5 );
112
113 m_staticText9 = new wxStaticText( this, wxID_ANY, _(":"), wxDefaultPosition, wxDefaultSize, 0 );
114 m_staticText9->Wrap( -1 );
115 bSizer3->Add( m_staticText9, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
116
117 wxString m_choiceMantissaInchChoices[] = { _("2"), _("3"), _("4"), _("5"), _("6") };
118 int m_choiceMantissaInchNChoices = sizeof( m_choiceMantissaInchChoices ) / sizeof( wxString );
119 m_choiceMantissaInch = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choiceMantissaInchNChoices, m_choiceMantissaInchChoices, 0 );
120 m_choiceMantissaInch->SetSelection( 2 );
121 bSizer3->Add( m_choiceMantissaInch, 0, wxALL, 5 );
122
123
124 fgSizerFmt->Add( bSizer3, 0, wxEXPAND, 5 );
125
126
127 bSizer51->Add( fgSizerFmt, 0, wxEXPAND|wxTOP|wxBOTTOM, 5 );
128
129 m_hint2 = new wxStaticText( this, wxID_ANY, _("Usually: 3:3 in mm and 2:4 in inches"), wxDefaultPosition, wxDefaultSize, 0 );
130 m_hint2->Wrap( -1 );
131 bSizer51->Add( m_hint2, 0, wxALL, 5 );
132
133
134 bDialogSizer->Add( bSizer51, 1, wxEXPAND|wxLEFT, 5 );
135
136
137 this->SetSizer( bDialogSizer );
138 this->Layout();
139 bDialogSizer->Fit( this );
140
141 // Connect Events
142 m_choiceIntegerMM->Connect( wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler( PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::onUnitsChange ), NULL, this );
143 m_choiceIntegerInch->Connect( wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler( PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::onUnitsChange ), NULL, this );
144}
145
147{
148 // Disconnect Events
149 m_choiceIntegerMM->Disconnect( wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler( PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::onUnitsChange ), NULL, this );
150 m_choiceIntegerInch->Disconnect( wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler( PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::onUnitsChange ), NULL, this );
151
152}
const char * name
Definition: DXF_plotter.cpp:57
PANEL_GERBVIEW_EXCELLON_SETTINGS_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)