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 )
14 wxBoxSizer* bDialogSizer;
15 bDialogSizer =
new wxBoxSizer( wxVERTICAL );
17 m_fileFormatLabel =
new wxStaticText(
this, wxID_ANY,
_(
"File Format"), wxDefaultPosition, wxDefaultSize, 0 );
21 m_staticline1 =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
25 bSizer5 =
new wxBoxSizer( wxVERTICAL );
27 m_fileFormatHelp =
new wxStaticText(
this, wxID_ANY,
_(
"These parameters are usually specified in files, but not always."), wxDefaultPosition, wxDefaultSize, 0 );
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 );
35 bSizer5->Add(
m_rbUnits, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );
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 );
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") );
46 bDialogSizer->Add( bSizer5, 0, wxBOTTOM|wxLEFT, 5 );
49 bDialogSizer->Add( 0, 10, 0, wxEXPAND, 5 );
51 m_coordinatesLabel =
new wxStaticText(
this, wxID_ANY,
_(
"Coordinates Format"), wxDefaultPosition, wxDefaultSize, 0 );
55 m_staticline2 =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
59 bSizer51 =
new wxBoxSizer( wxVERTICAL );
61 m_coordsFormatHelp =
new wxStaticText(
this, wxID_ANY,
_(
"The coordinates format is not specified in Excellon format."), wxDefaultPosition, wxDefaultSize, 0 );
65 m_hint1 =
new wxStaticText(
this, wxID_ANY,
_(
"(The decimal format does not use these settings)"), wxDefaultPosition, wxDefaultSize, 0 );
67 bSizer51->Add(
m_hint1, 0, wxBOTTOM|wxRIGHT|wxLEFT, 5 );
69 wxFlexGridSizer* fgSizerFmt;
70 fgSizerFmt =
new wxFlexGridSizer( 0, 2, 0, 0 );
71 fgSizerFmt->SetFlexibleDirection( wxBOTH );
72 fgSizerFmt->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
74 m_staticTextUnitsmm =
new wxStaticText(
this, wxID_ANY,
_(
"Format for mm"), wxDefaultPosition, wxDefaultSize, 0 );
79 bSizer4 =
new wxBoxSizer( wxHORIZONTAL );
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 );
87 m_staticText8 =
new wxStaticText(
this, wxID_ANY,
_(
":"), wxDefaultPosition, wxDefaultSize, 0 );
89 bSizer4->Add(
m_staticText8, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
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 );
98 fgSizerFmt->Add( bSizer4, 0, wxEXPAND, 5 );
100 m_staticTextUnitsInch =
new wxStaticText(
this, wxID_ANY,
_(
"Format for inches"), wxDefaultPosition, wxDefaultSize, 0 );
105 bSizer3 =
new wxBoxSizer( wxHORIZONTAL );
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 );
113 m_staticText9 =
new wxStaticText(
this, wxID_ANY,
_(
":"), wxDefaultPosition, wxDefaultSize, 0 );
115 bSizer3->Add(
m_staticText9, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
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 );
124 fgSizerFmt->Add( bSizer3, 0, wxEXPAND, 5 );
127 bSizer51->Add( fgSizerFmt, 0, wxEXPAND|wxTOP|wxBOTTOM, 5 );
129 m_hint2 =
new wxStaticText(
this, wxID_ANY,
_(
"Usually: 3:3 in mm and 2:4 in inches"), wxDefaultPosition, wxDefaultSize, 0 );
131 bSizer51->Add(
m_hint2, 0, wxALL, 5 );
134 bDialogSizer->Add( bSizer51, 1, wxEXPAND|wxLEFT, 5 );
137 this->SetSizer( bDialogSizer );
139 bDialogSizer->Fit(
this );
~PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE()
wxChoice * m_choiceMantissaInch
wxStaticText * m_fileFormatLabel
wxChoice * m_choiceIntegerInch
wxChoice * m_choiceIntegerMM
wxStaticText * m_staticTextUnitsmm
wxStaticText * m_staticTextUnitsInch
wxStaticText * m_fileFormatHelp
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)
wxRadioBox * m_rbZeroFormat
wxStaticLine * m_staticline2
wxChoice * m_choiceMantissaMM
wxStaticText * m_staticText9
virtual void onUnitsChange(wxCommandEvent &event)
wxStaticText * m_staticText8
wxStaticText * m_coordsFormatHelp
wxStaticLine * m_staticline1
wxStaticText * m_coordinatesLabel
A wxPanel that is designed to be reset in a standard manner.