Don't translate spice prefixes or numbers
This commit is contained in:
parent
848c82f4a5
commit
316ca120e8
|
@ -184,6 +184,36 @@ void DIALOG_SPICE_MODEL::Init()
|
|||
|
||||
m_sdbSizerOK->SetDefault();
|
||||
|
||||
m_staticTextF1->SetLabel( wxS( "f" ) );
|
||||
m_staticTextP1->SetLabel( wxS( "p" ) );
|
||||
m_staticTextN1->SetLabel( wxS( "n" ) );
|
||||
m_staticTextU1->SetLabel( wxS( "u" ) );
|
||||
m_staticTextM1->SetLabel( wxS( "m" ) );
|
||||
m_staticTextK1->SetLabel( wxS( "k" ) );
|
||||
m_staticTextMeg1->SetLabel( wxS( "meg" ) );
|
||||
m_staticTextG1->SetLabel( wxS( "g" ) );
|
||||
m_staticTextT1->SetLabel( wxS( "t" ) );
|
||||
|
||||
m_staticTextF2->SetLabel( wxS( "femto" ) );
|
||||
m_staticTextP2->SetLabel( wxS( "pico" ) );
|
||||
m_staticTextN2->SetLabel( wxS( "nano" ) );
|
||||
m_staticTextU2->SetLabel( wxS( "micro" ) );
|
||||
m_staticTextM2->SetLabel( wxS( "milli" ) );
|
||||
m_staticTextK2->SetLabel( wxS( "kilo" ) );
|
||||
m_staticTextMeg2->SetLabel( wxS( "mega" ) );
|
||||
m_staticTextG2->SetLabel( wxS( "giga" ) );
|
||||
m_staticTextT2->SetLabel( wxS( "terra" ) );
|
||||
|
||||
m_staticTextF3->SetLabel( wxS( "1e-15" ) );
|
||||
m_staticTextP3->SetLabel( wxS( "1e-12" ) );
|
||||
m_staticTextN3->SetLabel( wxS( "1e-9" ) );
|
||||
m_staticTextU3->SetLabel( wxS( "1e-6" ) );
|
||||
m_staticTextM3->SetLabel( wxS( "1e-3" ) );
|
||||
m_staticTextK3->SetLabel( wxS( "1e3" ) );
|
||||
m_staticTextMeg3->SetLabel( wxS( "1e6" ) );
|
||||
m_staticTextG3->SetLabel( wxS( "1e9" ) );
|
||||
m_staticTextT3->SetLabel( wxS( "1e12" ) );
|
||||
|
||||
// Hide pages that aren't fully implemented yet
|
||||
// wxPanel::Hide() isn't enough on some platforms
|
||||
m_powerNotebook->RemovePage( m_powerNotebook->FindPage( m_pwrTransNoise ) );
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
///////////////////////////////////////////////////////////////////////////
|
||||
// C++ code generated with wxFormBuilder (version Jul 10 2019)
|
||||
// C++ code generated with wxFormBuilder (version 3.9.0 Jul 27 2020)
|
||||
// http://www.wxformbuilder.org/
|
||||
//
|
||||
// PLEASE DO *NOT* EDIT THIS FILE!
|
||||
|
@ -78,113 +78,113 @@ DIALOG_SPICE_MODEL_BASE::DIALOG_SPICE_MODEL_BASE( wxWindow* parent, wxWindowID i
|
|||
fgSizerUnitSymbols->SetFlexibleDirection( wxBOTH );
|
||||
fgSizerUnitSymbols->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
|
||||
|
||||
m_staticText341 = new wxStaticText( m_passive, wxID_ANY, _("f"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText341->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText341, 0, wxALL, 5 );
|
||||
m_staticTextF1 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextF1->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextF1, 0, wxALL, 5 );
|
||||
|
||||
m_staticText_femto = new wxStaticText( m_passive, wxID_ANY, _("femto"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText_femto->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText_femto, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
m_staticTextF2 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextF2->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextF2, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
|
||||
m_staticText36 = new wxStaticText( m_passive, wxID_ANY, _("1e-15"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText36->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText36, 0, wxALL, 5 );
|
||||
m_staticTextF3 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextF3->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextF3, 0, wxALL, 5 );
|
||||
|
||||
m_staticText37 = new wxStaticText( m_passive, wxID_ANY, _("p"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText37->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText37, 0, wxALL, 5 );
|
||||
m_staticTextP1 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextP1->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextP1, 0, wxALL, 5 );
|
||||
|
||||
m_staticText38 = new wxStaticText( m_passive, wxID_ANY, _("pico"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText38->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText38, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
m_staticTextP2 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextP2->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextP2, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
|
||||
m_staticText39 = new wxStaticText( m_passive, wxID_ANY, _("1e-12"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText39->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText39, 0, wxALL, 5 );
|
||||
m_staticTextP3 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextP3->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextP3, 0, wxALL, 5 );
|
||||
|
||||
m_staticText40 = new wxStaticText( m_passive, wxID_ANY, _("n"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText40->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText40, 0, wxALL, 5 );
|
||||
m_staticTextN1 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextN1->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextN1, 0, wxALL, 5 );
|
||||
|
||||
m_staticText41 = new wxStaticText( m_passive, wxID_ANY, _("nano"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText41->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText41, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
m_staticTextN2 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextN2->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextN2, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
|
||||
m_staticText42 = new wxStaticText( m_passive, wxID_ANY, _("1e-9"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText42->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText42, 0, wxALL, 5 );
|
||||
m_staticTextN3 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextN3->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextN3, 0, wxALL, 5 );
|
||||
|
||||
m_staticText43 = new wxStaticText( m_passive, wxID_ANY, _("u"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText43->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText43, 0, wxALL, 5 );
|
||||
m_staticTextU1 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextU1->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextU1, 0, wxALL, 5 );
|
||||
|
||||
m_staticText44 = new wxStaticText( m_passive, wxID_ANY, _("micro"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText44->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText44, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
m_staticTextU2 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextU2->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextU2, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
|
||||
m_staticText46 = new wxStaticText( m_passive, wxID_ANY, _("1e-6"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText46->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText46, 0, wxALL, 5 );
|
||||
m_staticTextU3 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextU3->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextU3, 0, wxALL, 5 );
|
||||
|
||||
m_staticText47 = new wxStaticText( m_passive, wxID_ANY, _("m"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText47->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText47, 0, wxALL, 5 );
|
||||
m_staticTextM1 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextM1->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextM1, 0, wxALL, 5 );
|
||||
|
||||
m_staticText48 = new wxStaticText( m_passive, wxID_ANY, _("milli"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText48->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText48, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
m_staticTextM2 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextM2->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextM2, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
|
||||
m_staticText45 = new wxStaticText( m_passive, wxID_ANY, _("1e-3"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText45->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText45, 0, wxALL, 5 );
|
||||
m_staticTextM3 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextM3->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextM3, 0, wxALL, 5 );
|
||||
|
||||
m_staticText49 = new wxStaticText( m_passive, wxID_ANY, _("k"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText49->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText49, 0, wxALL, 5 );
|
||||
m_staticTextK1 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextK1->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextK1, 0, wxALL, 5 );
|
||||
|
||||
m_staticText50 = new wxStaticText( m_passive, wxID_ANY, _("kilo"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText50->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText50, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
m_staticTextK2 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextK2->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextK2, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
|
||||
m_staticText51 = new wxStaticText( m_passive, wxID_ANY, _("1e3"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText51->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText51, 0, wxALL, 5 );
|
||||
m_staticTextK3 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextK3->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextK3, 0, wxALL, 5 );
|
||||
|
||||
m_staticText52 = new wxStaticText( m_passive, wxID_ANY, _("meg"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText52->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText52, 0, wxALL, 5 );
|
||||
m_staticTextMeg1 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextMeg1->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextMeg1, 0, wxALL, 5 );
|
||||
|
||||
m_staticText53 = new wxStaticText( m_passive, wxID_ANY, _("mega"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText53->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText53, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
m_staticTextMeg2 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextMeg2->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextMeg2, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
|
||||
m_staticText54 = new wxStaticText( m_passive, wxID_ANY, _("1e6"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText54->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText54, 0, wxALL, 5 );
|
||||
m_staticTextMeg3 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextMeg3->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextMeg3, 0, wxALL, 5 );
|
||||
|
||||
m_staticText55 = new wxStaticText( m_passive, wxID_ANY, _("g"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText55->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText55, 0, wxALL, 5 );
|
||||
m_staticTextG1 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextG1->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextG1, 0, wxALL, 5 );
|
||||
|
||||
m_staticText56 = new wxStaticText( m_passive, wxID_ANY, _("giga"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText56->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText56, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
m_staticTextG2 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextG2->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextG2, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
|
||||
m_staticText57 = new wxStaticText( m_passive, wxID_ANY, _("1e9"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText57->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText57, 0, wxALL, 5 );
|
||||
m_staticTextG3 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextG3->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextG3, 0, wxALL, 5 );
|
||||
|
||||
m_staticText58 = new wxStaticText( m_passive, wxID_ANY, _("t"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText58->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText58, 0, wxALL, 5 );
|
||||
m_staticTextT1 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextT1->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextT1, 0, wxALL, 5 );
|
||||
|
||||
m_staticText59 = new wxStaticText( m_passive, wxID_ANY, _("tera"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText59->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText59, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
m_staticTextT2 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextT2->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextT2, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
|
||||
m_staticText60 = new wxStaticText( m_passive, wxID_ANY, _("1e12"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticText60->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticText60, 0, wxALL, 5 );
|
||||
m_staticTextT3 = new wxStaticText( m_passive, wxID_ANY, _("dummy"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextT3->Wrap( -1 );
|
||||
fgSizerUnitSymbols->Add( m_staticTextT3, 0, wxALL, 5 );
|
||||
|
||||
|
||||
bSizerUnits->Add( fgSizerUnitSymbols, 1, wxEXPAND, 5 );
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
<property name="file">dialog_spice_model_base</property>
|
||||
<property name="first_id">1000</property>
|
||||
<property name="help_provider">none</property>
|
||||
<property name="image_path_wrapper_function_name"></property>
|
||||
<property name="indent_with_spaces"></property>
|
||||
<property name="internationalize">1</property>
|
||||
<property name="name">DIALOG_SPICE_MODEL_BASE</property>
|
||||
|
@ -26,7 +25,6 @@
|
|||
<property name="skip_php_events">1</property>
|
||||
<property name="skip_python_events">1</property>
|
||||
<property name="ui_table">UI</property>
|
||||
<property name="use_array_enum">0</property>
|
||||
<property name="use_enum">0</property>
|
||||
<property name="use_microsoft_bom">0</property>
|
||||
<object class="Dialog" expanded="1">
|
||||
|
@ -47,7 +45,7 @@
|
|||
<property name="minimum_size">-1,-1</property>
|
||||
<property name="name">DIALOG_SPICE_MODEL_BASE</property>
|
||||
<property name="pos"></property>
|
||||
<property name="size">494,604</property>
|
||||
<property name="size">669,861</property>
|
||||
<property name="style">wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER</property>
|
||||
<property name="subclass">DIALOG_SHIM; dialog_shim.h</property>
|
||||
<property name="title">Spice Model Editor</property>
|
||||
|
@ -806,7 +804,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">f</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -815,7 +813,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText341</property>
|
||||
<property name="name">m_staticTextF1</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -867,7 +865,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">femto</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -876,7 +874,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText_femto</property>
|
||||
<property name="name">m_staticTextF2</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -928,7 +926,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">1e-15</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -937,7 +935,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText36</property>
|
||||
<property name="name">m_staticTextF3</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -989,7 +987,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">p</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -998,7 +996,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText37</property>
|
||||
<property name="name">m_staticTextP1</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1050,7 +1048,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">pico</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1059,7 +1057,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText38</property>
|
||||
<property name="name">m_staticTextP2</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1111,7 +1109,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">1e-12</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1120,7 +1118,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText39</property>
|
||||
<property name="name">m_staticTextP3</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1172,7 +1170,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">n</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1181,7 +1179,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText40</property>
|
||||
<property name="name">m_staticTextN1</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1233,7 +1231,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">nano</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1242,7 +1240,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText41</property>
|
||||
<property name="name">m_staticTextN2</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1294,7 +1292,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">1e-9</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1303,7 +1301,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText42</property>
|
||||
<property name="name">m_staticTextN3</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1355,7 +1353,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">u</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1364,7 +1362,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText43</property>
|
||||
<property name="name">m_staticTextU1</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1416,7 +1414,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">micro</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1425,7 +1423,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText44</property>
|
||||
<property name="name">m_staticTextU2</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1477,7 +1475,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">1e-6</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1486,7 +1484,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText46</property>
|
||||
<property name="name">m_staticTextU3</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1538,7 +1536,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">m</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1547,7 +1545,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText47</property>
|
||||
<property name="name">m_staticTextM1</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1599,7 +1597,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">milli</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1608,7 +1606,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText48</property>
|
||||
<property name="name">m_staticTextM2</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1660,7 +1658,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">1e-3</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1669,7 +1667,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText45</property>
|
||||
<property name="name">m_staticTextM3</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1721,7 +1719,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">k</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1730,7 +1728,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText49</property>
|
||||
<property name="name">m_staticTextK1</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1782,7 +1780,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">kilo</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1791,7 +1789,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText50</property>
|
||||
<property name="name">m_staticTextK2</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1843,7 +1841,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">1e3</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1852,7 +1850,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText51</property>
|
||||
<property name="name">m_staticTextK3</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1904,7 +1902,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">meg</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1913,7 +1911,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText52</property>
|
||||
<property name="name">m_staticTextMeg1</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -1965,7 +1963,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">mega</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -1974,7 +1972,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText53</property>
|
||||
<property name="name">m_staticTextMeg2</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -2026,7 +2024,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">1e6</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -2035,7 +2033,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText54</property>
|
||||
<property name="name">m_staticTextMeg3</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -2087,7 +2085,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">g</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -2096,7 +2094,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText55</property>
|
||||
<property name="name">m_staticTextG1</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -2148,7 +2146,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">giga</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -2157,7 +2155,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText56</property>
|
||||
<property name="name">m_staticTextG2</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -2209,7 +2207,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">1e9</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -2218,7 +2216,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText57</property>
|
||||
<property name="name">m_staticTextG3</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -2270,7 +2268,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">t</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -2279,7 +2277,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText58</property>
|
||||
<property name="name">m_staticTextT1</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -2331,7 +2329,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">tera</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -2340,7 +2338,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText59</property>
|
||||
<property name="name">m_staticTextT2</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
@ -2392,7 +2390,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">1e12</property>
|
||||
<property name="label">dummy</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
@ -2401,7 +2399,7 @@
|
|||
<property name="minimize_button">0</property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="moveable">1</property>
|
||||
<property name="name">m_staticText60</property>
|
||||
<property name="name">m_staticTextT3</property>
|
||||
<property name="pane_border">1</property>
|
||||
<property name="pane_position"></property>
|
||||
<property name="pane_size"></property>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
///////////////////////////////////////////////////////////////////////////
|
||||
// C++ code generated with wxFormBuilder (version Jul 10 2019)
|
||||
// C++ code generated with wxFormBuilder (version 3.9.0 Jul 27 2020)
|
||||
// http://www.wxformbuilder.org/
|
||||
//
|
||||
// PLEASE DO *NOT* EDIT THIS FILE!
|
||||
|
@ -57,33 +57,33 @@ class DIALOG_SPICE_MODEL_BASE : public DIALOG_SHIM
|
|||
wxStaticLine* m_staticline1;
|
||||
wxStaticText* m_staticText32;
|
||||
wxStaticText* m_staticText321;
|
||||
wxStaticText* m_staticText341;
|
||||
wxStaticText* m_staticText_femto;
|
||||
wxStaticText* m_staticText36;
|
||||
wxStaticText* m_staticText37;
|
||||
wxStaticText* m_staticText38;
|
||||
wxStaticText* m_staticText39;
|
||||
wxStaticText* m_staticText40;
|
||||
wxStaticText* m_staticText41;
|
||||
wxStaticText* m_staticText42;
|
||||
wxStaticText* m_staticText43;
|
||||
wxStaticText* m_staticText44;
|
||||
wxStaticText* m_staticText46;
|
||||
wxStaticText* m_staticText47;
|
||||
wxStaticText* m_staticText48;
|
||||
wxStaticText* m_staticText45;
|
||||
wxStaticText* m_staticText49;
|
||||
wxStaticText* m_staticText50;
|
||||
wxStaticText* m_staticText51;
|
||||
wxStaticText* m_staticText52;
|
||||
wxStaticText* m_staticText53;
|
||||
wxStaticText* m_staticText54;
|
||||
wxStaticText* m_staticText55;
|
||||
wxStaticText* m_staticText56;
|
||||
wxStaticText* m_staticText57;
|
||||
wxStaticText* m_staticText58;
|
||||
wxStaticText* m_staticText59;
|
||||
wxStaticText* m_staticText60;
|
||||
wxStaticText* m_staticTextF1;
|
||||
wxStaticText* m_staticTextF2;
|
||||
wxStaticText* m_staticTextF3;
|
||||
wxStaticText* m_staticTextP1;
|
||||
wxStaticText* m_staticTextP2;
|
||||
wxStaticText* m_staticTextP3;
|
||||
wxStaticText* m_staticTextN1;
|
||||
wxStaticText* m_staticTextN2;
|
||||
wxStaticText* m_staticTextN3;
|
||||
wxStaticText* m_staticTextU1;
|
||||
wxStaticText* m_staticTextU2;
|
||||
wxStaticText* m_staticTextU3;
|
||||
wxStaticText* m_staticTextM1;
|
||||
wxStaticText* m_staticTextM2;
|
||||
wxStaticText* m_staticTextM3;
|
||||
wxStaticText* m_staticTextK1;
|
||||
wxStaticText* m_staticTextK2;
|
||||
wxStaticText* m_staticTextK3;
|
||||
wxStaticText* m_staticTextMeg1;
|
||||
wxStaticText* m_staticTextMeg2;
|
||||
wxStaticText* m_staticTextMeg3;
|
||||
wxStaticText* m_staticTextG1;
|
||||
wxStaticText* m_staticTextG2;
|
||||
wxStaticText* m_staticTextG3;
|
||||
wxStaticText* m_staticTextT1;
|
||||
wxStaticText* m_staticTextT2;
|
||||
wxStaticText* m_staticTextT3;
|
||||
wxPanel* m_model;
|
||||
wxStaticText* m_staticText7;
|
||||
wxTextCtrl* m_modelLibrary;
|
||||
|
@ -251,7 +251,7 @@ class DIALOG_SPICE_MODEL_BASE : public DIALOG_SHIM
|
|||
|
||||
public:
|
||||
|
||||
DIALOG_SPICE_MODEL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Spice Model Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 494,604 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
||||
DIALOG_SPICE_MODEL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Spice Model Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 669,861 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
||||
~DIALOG_SPICE_MODEL_BASE();
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue