|
|
|
@ -1,5 +1,5 @@ |
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
// C++ code generated with wxFormBuilder (version Jun 24 2016)
|
|
|
|
// C++ code generated with wxFormBuilder (version May 6 2016)
|
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
|
|
|
@ -24,9 +24,9 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
|
|
|
|
bSizer3->Add( 0, 0, 1, wxEXPAND, 5 ); |
|
|
|
|
|
|
|
wxString m_acScaleChoices[] = { wxT("Decade"), wxT("Octave"), wxT("Linear") }; |
|
|
|
wxString m_acScaleChoices[] = { _("Decade"), _("Octave"), _("Linear") }; |
|
|
|
int m_acScaleNChoices = sizeof( m_acScaleChoices ) / sizeof( wxString ); |
|
|
|
m_acScale = new wxRadioBox( m_pgAC, wxID_ANY, wxT("Frequency scale"), wxDefaultPosition, wxDefaultSize, m_acScaleNChoices, m_acScaleChoices, 1, wxRA_SPECIFY_COLS ); |
|
|
|
m_acScale = new wxRadioBox( m_pgAC, wxID_ANY, _("Frequency scale"), wxDefaultPosition, wxDefaultSize, m_acScaleNChoices, m_acScaleChoices, 1, wxRA_SPECIFY_COLS ); |
|
|
|
m_acScale->SetSelection( 0 ); |
|
|
|
m_acScale->Hide(); |
|
|
|
|
|
|
|
@ -40,21 +40,21 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
fgSizer1->SetFlexibleDirection( wxBOTH ); |
|
|
|
fgSizer1->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); |
|
|
|
|
|
|
|
m_staticText1 = new wxStaticText( m_pgAC, wxID_ANY, wxT("Number of points"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText1 = new wxStaticText( m_pgAC, wxID_ANY, _("Number of points"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText1->Wrap( -1 ); |
|
|
|
fgSizer1->Add( m_staticText1, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_acPointsNumber = new wxTextCtrl( m_pgAC, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
fgSizer1->Add( m_acPointsNumber, 0, wxALL|wxEXPAND, 5 ); |
|
|
|
|
|
|
|
m_staticText2 = new wxStaticText( m_pgAC, wxID_ANY, wxT("Start frequency [Hz]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText2 = new wxStaticText( m_pgAC, wxID_ANY, _("Start frequency [Hz]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText2->Wrap( -1 ); |
|
|
|
fgSizer1->Add( m_staticText2, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_acFreqStart = new wxTextCtrl( m_pgAC, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
fgSizer1->Add( m_acFreqStart, 0, wxALL|wxEXPAND, 5 ); |
|
|
|
|
|
|
|
m_staticText3 = new wxStaticText( m_pgAC, wxID_ANY, wxT("Stop frequency [Hz]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText3 = new wxStaticText( m_pgAC, wxID_ANY, _("Stop frequency [Hz]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText3->Wrap( -1 ); |
|
|
|
fgSizer1->Add( m_staticText3, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
@ -71,15 +71,15 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
m_pgAC->SetSizer( bSizer3 ); |
|
|
|
m_pgAC->Layout(); |
|
|
|
bSizer3->Fit( m_pgAC ); |
|
|
|
m_simPages->AddPage( m_pgAC, wxT("AC"), true ); |
|
|
|
m_simPages->AddPage( m_pgAC, _("AC"), false ); |
|
|
|
m_pgDC = new wxPanel( m_simPages, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); |
|
|
|
wxBoxSizer* bSizer4; |
|
|
|
bSizer4 = new wxBoxSizer( wxVERTICAL ); |
|
|
|
|
|
|
|
wxStaticBoxSizer* sbSizer21; |
|
|
|
sbSizer21 = new wxStaticBoxSizer( new wxStaticBox( m_pgDC, wxID_ANY, wxT("DC sweep source 1") ), wxVERTICAL ); |
|
|
|
sbSizer21 = new wxStaticBoxSizer( new wxStaticBox( m_pgDC, wxID_ANY, _("DC sweep source 1") ), wxVERTICAL ); |
|
|
|
|
|
|
|
m_dcEnable1 = new wxCheckBox( sbSizer21->GetStaticBox(), wxID_ANY, wxT("Enable"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_dcEnable1 = new wxCheckBox( sbSizer21->GetStaticBox(), wxID_ANY, _("Enable"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
sbSizer21->Add( m_dcEnable1, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5 ); |
|
|
|
|
|
|
|
wxFlexGridSizer* fgSizer21; |
|
|
|
@ -87,28 +87,28 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
fgSizer21->SetFlexibleDirection( wxBOTH ); |
|
|
|
fgSizer21->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); |
|
|
|
|
|
|
|
m_staticText41 = new wxStaticText( sbSizer21->GetStaticBox(), wxID_ANY, wxT("DC source"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText41 = new wxStaticText( sbSizer21->GetStaticBox(), wxID_ANY, _("DC source"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText41->Wrap( -1 ); |
|
|
|
fgSizer21->Add( m_staticText41, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_dcSource1 = new wxComboBox( sbSizer21->GetStaticBox(), wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, NULL, 0 ); |
|
|
|
fgSizer21->Add( m_dcSource1, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
m_staticText51 = new wxStaticText( sbSizer21->GetStaticBox(), wxID_ANY, wxT("Starting voltage [V]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText51 = new wxStaticText( sbSizer21->GetStaticBox(), wxID_ANY, _("Starting voltage [V]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText51->Wrap( -1 ); |
|
|
|
fgSizer21->Add( m_staticText51, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_dcStart1 = new wxTextCtrl( sbSizer21->GetStaticBox(), wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
fgSizer21->Add( m_dcStart1, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
m_staticText61 = new wxStaticText( sbSizer21->GetStaticBox(), wxID_ANY, wxT("Final voltage [V]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText61 = new wxStaticText( sbSizer21->GetStaticBox(), wxID_ANY, _("Final voltage [V]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText61->Wrap( -1 ); |
|
|
|
fgSizer21->Add( m_staticText61, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_dcStop1 = new wxTextCtrl( sbSizer21->GetStaticBox(), wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
fgSizer21->Add( m_dcStop1, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
m_staticText71 = new wxStaticText( sbSizer21->GetStaticBox(), wxID_ANY, wxT("Increment step [V]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText71 = new wxStaticText( sbSizer21->GetStaticBox(), wxID_ANY, _("Increment step [V]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText71->Wrap( -1 ); |
|
|
|
fgSizer21->Add( m_staticText71, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
@ -122,9 +122,9 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
bSizer4->Add( sbSizer21, 1, wxEXPAND, 5 ); |
|
|
|
|
|
|
|
wxStaticBoxSizer* sbSizer2; |
|
|
|
sbSizer2 = new wxStaticBoxSizer( new wxStaticBox( m_pgDC, wxID_ANY, wxT("DC sweep source 2") ), wxVERTICAL ); |
|
|
|
sbSizer2 = new wxStaticBoxSizer( new wxStaticBox( m_pgDC, wxID_ANY, _("DC sweep source 2") ), wxVERTICAL ); |
|
|
|
|
|
|
|
m_dcEnable2 = new wxCheckBox( sbSizer2->GetStaticBox(), wxID_ANY, wxT("Enable"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_dcEnable2 = new wxCheckBox( sbSizer2->GetStaticBox(), wxID_ANY, _("Enable"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
sbSizer2->Add( m_dcEnable2, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5 ); |
|
|
|
|
|
|
|
wxFlexGridSizer* fgSizer2; |
|
|
|
@ -132,28 +132,28 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
fgSizer2->SetFlexibleDirection( wxBOTH ); |
|
|
|
fgSizer2->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); |
|
|
|
|
|
|
|
m_staticText4 = new wxStaticText( sbSizer2->GetStaticBox(), wxID_ANY, wxT("DC source"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText4 = new wxStaticText( sbSizer2->GetStaticBox(), wxID_ANY, _("DC source"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText4->Wrap( -1 ); |
|
|
|
fgSizer2->Add( m_staticText4, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_dcSource2 = new wxComboBox( sbSizer2->GetStaticBox(), wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, NULL, 0 ); |
|
|
|
fgSizer2->Add( m_dcSource2, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
m_staticText5 = new wxStaticText( sbSizer2->GetStaticBox(), wxID_ANY, wxT("Starting voltage [V]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText5 = new wxStaticText( sbSizer2->GetStaticBox(), wxID_ANY, _("Starting voltage [V]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText5->Wrap( -1 ); |
|
|
|
fgSizer2->Add( m_staticText5, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_dcStart2 = new wxTextCtrl( sbSizer2->GetStaticBox(), wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
fgSizer2->Add( m_dcStart2, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
m_staticText6 = new wxStaticText( sbSizer2->GetStaticBox(), wxID_ANY, wxT("Final voltage [V]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText6 = new wxStaticText( sbSizer2->GetStaticBox(), wxID_ANY, _("Final voltage [V]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText6->Wrap( -1 ); |
|
|
|
fgSizer2->Add( m_staticText6, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_dcStop2 = new wxTextCtrl( sbSizer2->GetStaticBox(), wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
fgSizer2->Add( m_dcStop2, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
m_staticText7 = new wxStaticText( sbSizer2->GetStaticBox(), wxID_ANY, wxT("Increment step [V]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText7 = new wxStaticText( sbSizer2->GetStaticBox(), wxID_ANY, _("Increment step [V]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText7->Wrap( -1 ); |
|
|
|
fgSizer2->Add( m_staticText7, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
@ -170,11 +170,11 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
m_pgDC->SetSizer( bSizer4 ); |
|
|
|
m_pgDC->Layout(); |
|
|
|
bSizer4->Fit( m_pgDC ); |
|
|
|
m_simPages->AddPage( m_pgDC, wxT("DC Transfer"), false ); |
|
|
|
m_simPages->AddPage( m_pgDC, _("DC Transfer"), false ); |
|
|
|
m_pgDistortion = new wxPanel( m_simPages, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); |
|
|
|
m_pgDistortion->Hide(); |
|
|
|
|
|
|
|
m_simPages->AddPage( m_pgDistortion, wxT("Distortion"), false ); |
|
|
|
m_simPages->AddPage( m_pgDistortion, _("Distortion"), false ); |
|
|
|
m_pgNoise = new wxPanel( m_simPages, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); |
|
|
|
m_pgNoise->Hide(); |
|
|
|
|
|
|
|
@ -189,7 +189,7 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
fgSizer7->SetFlexibleDirection( wxBOTH ); |
|
|
|
fgSizer7->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); |
|
|
|
|
|
|
|
m_staticText14 = new wxStaticText( m_pgNoise, wxID_ANY, wxT("Measured node"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText14 = new wxStaticText( m_pgNoise, wxID_ANY, _("Measured node"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText14->Wrap( -1 ); |
|
|
|
fgSizer7->Add( m_staticText14, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
@ -199,18 +199,18 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
|
|
|
|
fgSizer7->Add( 0, 0, 1, wxEXPAND, 5 ); |
|
|
|
|
|
|
|
m_staticText15 = new wxStaticText( m_pgNoise, wxID_ANY, wxT("Reference node"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText15 = new wxStaticText( m_pgNoise, wxID_ANY, _("Reference node"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText15->Wrap( -1 ); |
|
|
|
fgSizer7->Add( m_staticText15, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_noiseRef = new wxComboBox( m_pgNoise, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, NULL, 0 ); |
|
|
|
fgSizer7->Add( m_noiseRef, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
m_staticText23 = new wxStaticText( m_pgNoise, wxID_ANY, wxT("(optional; default GND)"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText23 = new wxStaticText( m_pgNoise, wxID_ANY, _("(optional; default GND)"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText23->Wrap( -1 ); |
|
|
|
fgSizer7->Add( m_staticText23, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_staticText16 = new wxStaticText( m_pgNoise, wxID_ANY, wxT("Noise source"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText16 = new wxStaticText( m_pgNoise, wxID_ANY, _("Noise source"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText16->Wrap( -1 ); |
|
|
|
fgSizer7->Add( m_staticText16, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
@ -226,9 +226,9 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
|
|
|
|
bSizer15->Add( 0, 0, 1, wxEXPAND, 5 ); |
|
|
|
|
|
|
|
wxString m_noiseScaleChoices[] = { wxT("Decade"), wxT("Octave"), wxT("Linear") }; |
|
|
|
wxString m_noiseScaleChoices[] = { _("Decade"), _("Octave"), _("Linear") }; |
|
|
|
int m_noiseScaleNChoices = sizeof( m_noiseScaleChoices ) / sizeof( wxString ); |
|
|
|
m_noiseScale = new wxRadioBox( m_pgNoise, wxID_ANY, wxT("Frequency scale"), wxDefaultPosition, wxDefaultSize, m_noiseScaleNChoices, m_noiseScaleChoices, 1, wxRA_SPECIFY_COLS ); |
|
|
|
m_noiseScale = new wxRadioBox( m_pgNoise, wxID_ANY, _("Frequency scale"), wxDefaultPosition, wxDefaultSize, m_noiseScaleNChoices, m_noiseScaleChoices, 1, wxRA_SPECIFY_COLS ); |
|
|
|
m_noiseScale->SetSelection( 0 ); |
|
|
|
bSizer15->Add( m_noiseScale, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5 ); |
|
|
|
|
|
|
|
@ -240,21 +240,21 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
fgSizer11->SetFlexibleDirection( wxBOTH ); |
|
|
|
fgSizer11->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); |
|
|
|
|
|
|
|
m_staticText11 = new wxStaticText( m_pgNoise, wxID_ANY, wxT("Number of points"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText11 = new wxStaticText( m_pgNoise, wxID_ANY, _("Number of points"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText11->Wrap( -1 ); |
|
|
|
fgSizer11->Add( m_staticText11, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_noisePointsNumber = new wxTextCtrl( m_pgNoise, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
fgSizer11->Add( m_noisePointsNumber, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
m_staticText21 = new wxStaticText( m_pgNoise, wxID_ANY, wxT("Start frequency [Hz]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText21 = new wxStaticText( m_pgNoise, wxID_ANY, _("Start frequency [Hz]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText21->Wrap( -1 ); |
|
|
|
fgSizer11->Add( m_staticText21, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_noiseFreqStart = new wxTextCtrl( m_pgNoise, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
fgSizer11->Add( m_noiseFreqStart, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
m_staticText31 = new wxStaticText( m_pgNoise, wxID_ANY, wxT("Stop frequency [Hz]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText31 = new wxStaticText( m_pgNoise, wxID_ANY, _("Stop frequency [Hz]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText31->Wrap( -1 ); |
|
|
|
fgSizer11->Add( m_staticText31, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
@ -271,7 +271,7 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
m_pgNoise->SetSizer( bSizer15 ); |
|
|
|
m_pgNoise->Layout(); |
|
|
|
bSizer15->Fit( m_pgNoise ); |
|
|
|
m_simPages->AddPage( m_pgNoise, wxT("Noise"), false ); |
|
|
|
m_simPages->AddPage( m_pgNoise, _("Noise"), false ); |
|
|
|
m_pgOP = new wxPanel( m_simPages, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); |
|
|
|
m_pgOP->Hide(); |
|
|
|
|
|
|
|
@ -281,7 +281,7 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
|
|
|
|
bSizer8->Add( 0, 0, 1, wxEXPAND, 5 ); |
|
|
|
|
|
|
|
m_staticText13 = new wxStaticText( m_pgOP, wxID_ANY, wxT("This tab has no settings"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText13 = new wxStaticText( m_pgOP, wxID_ANY, _("This tab has no settings"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText13->Wrap( -1 ); |
|
|
|
bSizer8->Add( m_staticText13, 0, wxALIGN_CENTER, 5 ); |
|
|
|
|
|
|
|
@ -292,19 +292,19 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
m_pgOP->SetSizer( bSizer8 ); |
|
|
|
m_pgOP->Layout(); |
|
|
|
bSizer8->Fit( m_pgOP ); |
|
|
|
m_simPages->AddPage( m_pgOP, wxT("Operating Point"), false ); |
|
|
|
m_simPages->AddPage( m_pgOP, _("Operating Point"), false ); |
|
|
|
m_pgPoleZero = new wxPanel( m_simPages, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); |
|
|
|
m_pgPoleZero->Hide(); |
|
|
|
|
|
|
|
m_simPages->AddPage( m_pgPoleZero, wxT("Pole-Zero"), false ); |
|
|
|
m_simPages->AddPage( m_pgPoleZero, _("Pole-Zero"), false ); |
|
|
|
m_pgSensitivity = new wxPanel( m_simPages, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); |
|
|
|
m_pgSensitivity->Hide(); |
|
|
|
|
|
|
|
m_simPages->AddPage( m_pgSensitivity, wxT("Sensitvity"), false ); |
|
|
|
m_simPages->AddPage( m_pgSensitivity, _("Sensitivity"), true ); |
|
|
|
m_pgTransferFunction = new wxPanel( m_simPages, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); |
|
|
|
m_pgTransferFunction->Hide(); |
|
|
|
|
|
|
|
m_simPages->AddPage( m_pgTransferFunction, wxT("Transfer Function"), false ); |
|
|
|
m_simPages->AddPage( m_pgTransferFunction, _("Transfer Function"), false ); |
|
|
|
m_pgTransient = new wxPanel( m_simPages, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); |
|
|
|
wxBoxSizer* bSizer81; |
|
|
|
bSizer81 = new wxBoxSizer( wxVERTICAL ); |
|
|
|
@ -317,7 +317,7 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
fgSizer6->SetFlexibleDirection( wxBOTH ); |
|
|
|
fgSizer6->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); |
|
|
|
|
|
|
|
m_staticText151 = new wxStaticText( m_pgTransient, wxID_ANY, wxT("Time step [s]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText151 = new wxStaticText( m_pgTransient, wxID_ANY, _("Time step [s]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText151->Wrap( -1 ); |
|
|
|
fgSizer6->Add( m_staticText151, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
@ -327,7 +327,7 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
|
|
|
|
fgSizer6->Add( 0, 0, 1, wxEXPAND, 5 ); |
|
|
|
|
|
|
|
m_staticText161 = new wxStaticText( m_pgTransient, wxID_ANY, wxT("Final time [s]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText161 = new wxStaticText( m_pgTransient, wxID_ANY, _("Final time [s]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText161->Wrap( -1 ); |
|
|
|
fgSizer6->Add( m_staticText161, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
@ -337,14 +337,14 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
|
|
|
|
fgSizer6->Add( 0, 0, 1, wxEXPAND, 5 ); |
|
|
|
|
|
|
|
m_staticText17 = new wxStaticText( m_pgTransient, wxID_ANY, wxT("Initial time [s]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText17 = new wxStaticText( m_pgTransient, wxID_ANY, _("Initial time [s]"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText17->Wrap( -1 ); |
|
|
|
fgSizer6->Add( m_staticText17, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
m_transInitial = new wxTextCtrl( m_pgTransient, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
fgSizer6->Add( m_transInitial, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
m_staticText24 = new wxStaticText( m_pgTransient, wxID_ANY, wxT("(optional; default 0)"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText24 = new wxStaticText( m_pgTransient, wxID_ANY, _("(optional; default 0)"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText24->Wrap( -1 ); |
|
|
|
fgSizer6->Add( m_staticText24, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
@ -358,12 +358,12 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
m_pgTransient->SetSizer( bSizer81 ); |
|
|
|
m_pgTransient->Layout(); |
|
|
|
bSizer81->Fit( m_pgTransient ); |
|
|
|
m_simPages->AddPage( m_pgTransient, wxT("Transient"), false ); |
|
|
|
m_simPages->AddPage( m_pgTransient, _("Transient"), false ); |
|
|
|
m_pgCustom = new wxPanel( m_simPages, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); |
|
|
|
wxBoxSizer* bSizer2; |
|
|
|
bSizer2 = new wxBoxSizer( wxVERTICAL ); |
|
|
|
|
|
|
|
m_staticText18 = new wxStaticText( m_pgCustom, wxID_ANY, wxT("Spice directives:"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText18 = new wxStaticText( m_pgCustom, wxID_ANY, _("Spice directives:"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_staticText18->Wrap( -1 ); |
|
|
|
bSizer2->Add( m_staticText18, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
@ -372,21 +372,21 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
|
|
|
|
bSizer2->Add( m_customTxt, 1, wxALL|wxEXPAND, 5 ); |
|
|
|
|
|
|
|
m_loadDirectives = new wxButton( m_pgCustom, wxID_ANY, wxT("Load directives from schematic"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_loadDirectives = new wxButton( m_pgCustom, wxID_ANY, _("Load directives from schematic"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
bSizer2->Add( m_loadDirectives, 0, wxALL|wxEXPAND, 5 ); |
|
|
|
|
|
|
|
|
|
|
|
m_pgCustom->SetSizer( bSizer2 ); |
|
|
|
m_pgCustom->Layout(); |
|
|
|
bSizer2->Fit( m_pgCustom ); |
|
|
|
m_simPages->AddPage( m_pgCustom, wxT("Custom"), false ); |
|
|
|
m_simPages->AddPage( m_pgCustom, _("Custom"), false ); |
|
|
|
|
|
|
|
bSizer1->Add( m_simPages, 1, wxEXPAND | wxALL, 5 ); |
|
|
|
|
|
|
|
m_fixPassiveVals = new wxCheckBox( this, wxID_ANY, wxT("Adjust passive component values (e.g. M -> Meg; 100 nF -> 100n)"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_fixPassiveVals = new wxCheckBox( this, wxID_ANY, _("Adjust passive component values (e.g. M -> Meg; 100 nF -> 100n)"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
bSizer1->Add( m_fixPassiveVals, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
m_fixIncludePaths = new wxCheckBox( this, wxID_ANY, wxT("Add full path for .include library directives"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_fixIncludePaths = new wxCheckBox( this, wxID_ANY, _("Add full path for .include library directives"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_fixIncludePaths->SetValue(true); |
|
|
|
bSizer1->Add( m_fixIncludePaths, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
@ -397,7 +397,7 @@ DIALOG_SIM_SETTINGS_BASE::DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID |
|
|
|
m_sdbSizer->AddButton( m_sdbSizerCancel ); |
|
|
|
m_sdbSizer->Realize(); |
|
|
|
|
|
|
|
bSizer1->Add( m_sdbSizer, 0, wxALL|wxEXPAND, 5 ); |
|
|
|
bSizer1->Add( m_sdbSizer, 0, wxALL|wxEXPAND|wxALIGN_RIGHT, 5 ); |
|
|
|
|
|
|
|
|
|
|
|
this->SetSizer( bSizer1 ); |
|
|
|
|