diff --git a/eeschema/dialogs/dialog_spice_model_base.cpp b/eeschema/dialogs/dialog_spice_model_base.cpp index 47e77ce077..713493602c 100644 --- a/eeschema/dialogs/dialog_spice_model_base.cpp +++ b/eeschema/dialogs/dialog_spice_model_base.cpp @@ -1,8 +1,8 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Jul 17 2016) +// C++ code generated with wxFormBuilder (version Jul 11 2018) // http://www.wxformbuilder.org/ // -// PLEASE DO "NOT" EDIT THIS FILE! +// PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #include "dialog_spice_model_base.h" @@ -27,9 +27,9 @@ DIALOG_SPICE_MODEL_BASE::DIALOG_SPICE_MODEL_BASE( wxWindow* parent, wxWindowID i fgSizer1->SetFlexibleDirection( wxBOTH ); fgSizer1->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); - m_staticText2 = new wxStaticText( m_passive, wxID_ANY, _("Type:"), wxDefaultPosition, wxDefaultSize, 0 ); - m_staticText2->Wrap( -1 ); - fgSizer1->Add( m_staticText2, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); + m_staticTextPtype = new wxStaticText( m_passive, wxID_ANY, _("Type:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextPtype->Wrap( -1 ); + fgSizer1->Add( m_staticTextPtype, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); m_pasType = new wxComboBox( m_passive, wxID_ANY, _("Resistor"), wxDefaultPosition, wxDefaultSize, 0, NULL, wxCB_READONLY ); m_pasType->Append( _("Resistor") ); @@ -42,18 +42,18 @@ DIALOG_SPICE_MODEL_BASE::DIALOG_SPICE_MODEL_BASE( wxWindow* parent, wxWindowID i m_staticText62->Wrap( -1 ); fgSizer1->Add( m_staticText62, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); - m_staticText3 = new wxStaticText( m_passive, wxID_ANY, _("Value:"), wxDefaultPosition, wxDefaultSize, 0 ); - m_staticText3->Wrap( -1 ); - fgSizer1->Add( m_staticText3, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); + m_staticTextPvalue = new wxStaticText( m_passive, wxID_ANY, _("Value:"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextPvalue->Wrap( -1 ); + fgSizer1->Add( m_staticTextPvalue, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); m_pasValue = new wxTextCtrl( m_passive, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); m_pasValue->SetMinSize( wxSize( 200,-1 ) ); fgSizer1->Add( m_pasValue, 0, wxALL|wxEXPAND, 5 ); - m_staticText63 = new wxStaticText( m_passive, wxID_ANY, _("Spice value in simulation"), wxDefaultPosition, wxDefaultSize, 0 ); - m_staticText63->Wrap( -1 ); - fgSizer1->Add( m_staticText63, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); + m_staticTextSpVal = new wxStaticText( m_passive, wxID_ANY, _("Spice value in simulation"), wxDefaultPosition, wxDefaultSize, 0 ); + m_staticTextSpVal->Wrap( -1 ); + fgSizer1->Add( m_staticTextSpVal, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); bSizer41->Add( fgSizer1, 0, wxEXPAND|wxALL, 5 ); @@ -61,16 +61,16 @@ DIALOG_SPICE_MODEL_BASE::DIALOG_SPICE_MODEL_BASE( wxWindow* parent, wxWindowID i m_staticline1 = new wxStaticLine( m_passive, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL ); bSizer41->Add( m_staticline1, 0, wxEXPAND | wxALL, 5 ); - wxBoxSizer* bSizer5; - bSizer5 = new wxBoxSizer( wxVERTICAL ); + wxBoxSizer* bSizerUnits; + bSizerUnits = new wxBoxSizer( wxVERTICAL ); m_staticText32 = new wxStaticText( m_passive, wxID_ANY, _("In Spice values,the decimal separator is the point.\nValues can use Spice unit symbols."), wxDefaultPosition, wxDefaultSize, 0 ); m_staticText32->Wrap( -1 ); - bSizer5->Add( m_staticText32, 0, wxALL, 5 ); + bSizerUnits->Add( m_staticText32, 0, wxALL, 5 ); m_staticText321 = new wxStaticText( m_passive, wxID_ANY, _("Spice unit symbols in values (case insensitive):"), wxDefaultPosition, wxDefaultSize, 0 ); m_staticText321->Wrap( -1 ); - bSizer5->Add( m_staticText321, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); + bSizerUnits->Add( m_staticText321, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); wxFlexGridSizer* fgSizerUnitSymbols; fgSizerUnitSymbols = new wxFlexGridSizer( 0, 3, 0, 0 ); @@ -187,10 +187,10 @@ DIALOG_SPICE_MODEL_BASE::DIALOG_SPICE_MODEL_BASE( wxWindow* parent, wxWindowID i fgSizerUnitSymbols->Add( m_staticText60, 0, wxALL, 5 ); - bSizer5->Add( fgSizerUnitSymbols, 1, wxEXPAND, 5 ); + bSizerUnits->Add( fgSizerUnitSymbols, 1, wxEXPAND, 5 ); - bSizer41->Add( bSizer5, 0, wxALIGN_CENTER_HORIZONTAL, 5 ); + bSizer41->Add( bSizerUnits, 0, wxALIGN_CENTER_HORIZONTAL, 5 ); m_passive->SetSizer( bSizer41 ); @@ -214,8 +214,8 @@ DIALOG_SPICE_MODEL_BASE::DIALOG_SPICE_MODEL_BASE( wxWindow* parent, wxWindowID i wxBoxSizer* bSizer7; bSizer7 = new wxBoxSizer( wxHORIZONTAL ); - m_modelLibrary = new wxTextCtrl( m_model, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_READONLY ); - bSizer7->Add( m_modelLibrary, 1, wxALIGN_CENTER_VERTICAL|wxALL|wxEXPAND, 5 ); + m_modelLibrary = new wxTextCtrl( m_model, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + bSizer7->Add( m_modelLibrary, 1, wxALL|wxEXPAND, 5 ); m_selectLibrary = new wxButton( m_model, wxID_ANY, _("Select file..."), wxDefaultPosition, wxDefaultSize, 0 ); bSizer7->Add( m_selectLibrary, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); @@ -667,7 +667,7 @@ DIALOG_SPICE_MODEL_BASE::DIALOG_SPICE_MODEL_BASE( wxWindow* parent, wxWindowID i bSizer1->Add( m_staticline2, 0, wxEXPAND | wxALL, 5 ); m_disabled = new wxCheckBox( this, wxID_ANY, _("Disable symbol for simulation"), wxDefaultPosition, wxDefaultSize, 0 ); - bSizer1->Add( m_disabled, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); + bSizer1->Add( m_disabled, 0, wxALL, 5 ); wxBoxSizer* bSizer2; bSizer2 = new wxBoxSizer( wxHORIZONTAL ); diff --git a/eeschema/dialogs/dialog_spice_model_base.fbp b/eeschema/dialogs/dialog_spice_model_base.fbp index 8d35fdaba0..b3eb95c0f3 100644 --- a/eeschema/dialogs/dialog_spice_model_base.fbp +++ b/eeschema/dialogs/dialog_spice_model_base.fbp @@ -1,6 +1,6 @@ - + C++ @@ -14,6 +14,7 @@ dialog_spice_model_base 1000 none + 1 DIALOG_SPICE_MODEL_BASE @@ -54,13 +55,20 @@ - + + + + + + + + @@ -75,17 +83,23 @@ + + + + + + @@ -150,7 +164,14 @@ + + + + + + + @@ -230,7 +251,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -253,7 +281,7 @@ - + bSizer41 wxVERTICAL @@ -307,6 +335,7 @@ 0 wxID_ANY Type: + 0 0 @@ -314,7 +343,7 @@ 0 1 - m_staticText2 + m_staticTextPtype 1 @@ -332,7 +361,14 @@ -1 + + + + + + + @@ -420,8 +456,17 @@ + + + + + + + + + @@ -481,6 +526,7 @@ 0 wxID_ANY Passive type + 0 0 @@ -506,7 +552,14 @@ -1 + + + + + + + @@ -564,6 +617,7 @@ 0 wxID_ANY Value: + 0 0 @@ -571,7 +625,7 @@ 0 1 - m_staticText3 + m_staticTextPvalue 1 @@ -589,7 +643,14 @@ -1 + + + + + + + @@ -676,7 +737,14 @@ + + + + + + + @@ -738,6 +806,7 @@ 0 wxID_ANY Spice value in simulation + 0 0 @@ -745,7 +814,7 @@ 0 1 - m_staticText63 + m_staticTextSpVal 1 @@ -763,7 +832,14 @@ -1 + + + + + + + @@ -846,7 +922,14 @@ + + + + + + + @@ -871,13 +954,13 @@ - + 5 wxALIGN_CENTER_HORIZONTAL 0 - bSizer5 + bSizerUnits wxVERTICAL none @@ -913,6 +996,7 @@ 0 wxID_ANY In Spice values,the decimal separator is the point. Values can use Spice unit symbols. + 0 0 @@ -938,7 +1022,14 @@ -1 + + + + + + + @@ -996,6 +1087,7 @@ 0 wxID_ANY Spice unit symbols in values (case insensitive): + 0 0 @@ -1021,7 +1113,14 @@ -1 + + + + + + + @@ -1095,6 +1194,7 @@ 0 wxID_ANY f + 0 0 @@ -1120,7 +1220,14 @@ -1 + + + + + + + @@ -1178,6 +1285,7 @@ 0 wxID_ANY femto + 0 0 @@ -1203,7 +1311,14 @@ -1 + + + + + + + @@ -1261,6 +1376,7 @@ 0 wxID_ANY 1e-15 + 0 0 @@ -1286,7 +1402,14 @@ -1 + + + + + + + @@ -1344,6 +1467,7 @@ 0 wxID_ANY p + 0 0 @@ -1369,7 +1493,14 @@ -1 + + + + + + + @@ -1427,6 +1558,7 @@ 0 wxID_ANY pico + 0 0 @@ -1452,7 +1584,14 @@ -1 + + + + + + + @@ -1510,6 +1649,7 @@ 0 wxID_ANY 1e-12 + 0 0 @@ -1535,7 +1675,14 @@ -1 + + + + + + + @@ -1593,6 +1740,7 @@ 0 wxID_ANY n + 0 0 @@ -1618,7 +1766,14 @@ -1 + + + + + + + @@ -1676,6 +1831,7 @@ 0 wxID_ANY nano + 0 0 @@ -1701,7 +1857,14 @@ -1 + + + + + + + @@ -1759,6 +1922,7 @@ 0 wxID_ANY 1e-9 + 0 0 @@ -1784,7 +1948,14 @@ -1 + + + + + + + @@ -1842,6 +2013,7 @@ 0 wxID_ANY u + 0 0 @@ -1867,7 +2039,14 @@ -1 + + + + + + + @@ -1925,6 +2104,7 @@ 0 wxID_ANY micro + 0 0 @@ -1950,7 +2130,14 @@ -1 + + + + + + + @@ -2008,6 +2195,7 @@ 0 wxID_ANY 1e-6 + 0 0 @@ -2033,7 +2221,14 @@ -1 + + + + + + + @@ -2091,6 +2286,7 @@ 0 wxID_ANY m + 0 0 @@ -2116,7 +2312,14 @@ -1 + + + + + + + @@ -2174,6 +2377,7 @@ 0 wxID_ANY milli + 0 0 @@ -2199,7 +2403,14 @@ -1 + + + + + + + @@ -2257,6 +2468,7 @@ 0 wxID_ANY 1e-3 + 0 0 @@ -2282,7 +2494,14 @@ -1 + + + + + + + @@ -2340,6 +2559,7 @@ 0 wxID_ANY k + 0 0 @@ -2365,7 +2585,14 @@ -1 + + + + + + + @@ -2423,6 +2650,7 @@ 0 wxID_ANY kilo + 0 0 @@ -2448,7 +2676,14 @@ -1 + + + + + + + @@ -2506,6 +2741,7 @@ 0 wxID_ANY 1e3 + 0 0 @@ -2531,7 +2767,14 @@ -1 + + + + + + + @@ -2589,6 +2832,7 @@ 0 wxID_ANY meg + 0 0 @@ -2614,7 +2858,14 @@ -1 + + + + + + + @@ -2672,6 +2923,7 @@ 0 wxID_ANY mega + 0 0 @@ -2697,7 +2949,14 @@ -1 + + + + + + + @@ -2755,6 +3014,7 @@ 0 wxID_ANY 1e6 + 0 0 @@ -2780,7 +3040,14 @@ -1 + + + + + + + @@ -2838,6 +3105,7 @@ 0 wxID_ANY g + 0 0 @@ -2863,7 +3131,14 @@ -1 + + + + + + + @@ -2921,6 +3196,7 @@ 0 wxID_ANY giga + 0 0 @@ -2946,7 +3222,14 @@ -1 + + + + + + + @@ -3004,6 +3287,7 @@ 0 wxID_ANY 1e9 + 0 0 @@ -3029,7 +3313,14 @@ -1 + + + + + + + @@ -3087,6 +3378,7 @@ 0 wxID_ANY t + 0 0 @@ -3112,7 +3404,14 @@ -1 + + + + + + + @@ -3170,6 +3469,7 @@ 0 wxID_ANY tera + 0 0 @@ -3195,7 +3495,14 @@ -1 + + + + + + + @@ -3253,6 +3560,7 @@ 0 wxID_ANY 1e12 + 0 0 @@ -3278,7 +3586,14 @@ -1 + + + + + + + @@ -3365,7 +3680,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -3442,6 +3764,7 @@ 0 wxID_ANY Library: + 0 0 @@ -3467,7 +3790,14 @@ -1 + + + + + + + @@ -3503,7 +3833,7 @@ none 5 - wxALIGN_CENTER_VERTICAL|wxALL|wxEXPAND + wxALL|wxEXPAND 1 1 @@ -3551,7 +3881,7 @@ Resizable 1 - wxTE_READONLY + 0 @@ -3563,7 +3893,14 @@ + + + + + + + @@ -3607,25 +3944,31 @@ + 1 0 1 1 + 0 0 + Dock 0 Left 1 1 + 0 0 wxID_ANY Select file... + + 0 0 @@ -3640,6 +3983,8 @@ protected 1 + + Resizable 1 @@ -3654,8 +3999,15 @@ + + + + + + onSelectLibrary + @@ -3715,6 +4067,7 @@ 0 wxID_ANY Model: + 0 0 @@ -3740,7 +4093,14 @@ -1 + + + + + + + @@ -3828,8 +4188,17 @@ + + + + + + + onModelSelected + + @@ -3889,6 +4258,7 @@ 0 wxID_ANY Type: + 0 0 @@ -3914,7 +4284,14 @@ -1 + + + + + + + @@ -4002,8 +4379,17 @@ + + + + + + + + + @@ -4094,7 +4480,14 @@ + + + + + + + @@ -4181,7 +4574,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -4271,6 +4671,7 @@ 0 wxID_ANY DC: + 0 0 @@ -4296,7 +4697,14 @@ -1 + + + + + + + @@ -4383,7 +4791,14 @@ + + + + + + + @@ -4445,6 +4860,7 @@ 0 wxID_ANY Volts/Amps + 0 0 @@ -4470,7 +4886,14 @@ -1 + + + + + + + @@ -4558,6 +4981,7 @@ 0 wxID_ANY AC magnitude: + 0 0 @@ -4583,7 +5007,14 @@ -1 + + + + + + + @@ -4670,7 +5101,14 @@ + + + + + + + @@ -4732,6 +5170,7 @@ 0 wxID_ANY Volts/Amps + 0 0 @@ -4757,7 +5196,14 @@ -1 + + + + + + + @@ -4815,6 +5261,7 @@ 0 wxID_ANY AC phase: + 0 0 @@ -4840,7 +5287,14 @@ -1 + + + + + + + @@ -4927,7 +5381,14 @@ + + + + + + + @@ -4989,6 +5450,7 @@ 0 wxID_ANY radians + 0 0 @@ -5014,7 +5476,14 @@ -1 + + + + + + + @@ -5113,7 +5582,14 @@ + + + + + + + @@ -5193,7 +5669,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -5261,6 +5744,7 @@ 0 wxID_ANY Initial value: + 0 0 @@ -5286,7 +5770,14 @@ -1 + + + + + + + @@ -5373,7 +5864,14 @@ + + + + + + + @@ -5435,6 +5933,7 @@ 0 wxID_ANY Volts/Amps + 0 0 @@ -5460,7 +5959,14 @@ -1 + + + + + + + @@ -5518,6 +6024,7 @@ 0 wxID_ANY Pulsed value: + 0 0 @@ -5543,7 +6050,14 @@ -1 + + + + + + + @@ -5630,7 +6144,14 @@ + + + + + + + @@ -5692,6 +6213,7 @@ 0 wxID_ANY Volts/Amps + 0 0 @@ -5717,7 +6239,14 @@ -1 + + + + + + + @@ -5775,6 +6304,7 @@ 0 wxID_ANY Delay time: + 0 0 @@ -5800,7 +6330,14 @@ -1 + + + + + + + @@ -5887,7 +6424,14 @@ + + + + + + + @@ -5949,6 +6493,7 @@ 0 wxID_ANY seconds + 0 0 @@ -5974,7 +6519,14 @@ -1 + + + + + + + @@ -6032,6 +6584,7 @@ 0 wxID_ANY Rise time: + 0 0 @@ -6057,7 +6610,14 @@ -1 + + + + + + + @@ -6144,7 +6704,14 @@ + + + + + + + @@ -6206,6 +6773,7 @@ 0 wxID_ANY seconds + 0 0 @@ -6231,7 +6799,14 @@ -1 + + + + + + + @@ -6289,6 +6864,7 @@ 0 wxID_ANY Fall time: + 0 0 @@ -6314,7 +6890,14 @@ -1 + + + + + + + @@ -6401,7 +6984,14 @@ + + + + + + + @@ -6463,6 +7053,7 @@ 0 wxID_ANY seconds + 0 0 @@ -6488,7 +7079,14 @@ -1 + + + + + + + @@ -6546,6 +7144,7 @@ 0 wxID_ANY Pulse width: + 0 0 @@ -6571,7 +7170,14 @@ -1 + + + + + + + @@ -6658,7 +7264,14 @@ + + + + + + + @@ -6720,6 +7333,7 @@ 0 wxID_ANY seconds + 0 0 @@ -6745,7 +7359,14 @@ -1 + + + + + + + @@ -6803,6 +7424,7 @@ 0 wxID_ANY Period: + 0 0 @@ -6828,7 +7450,14 @@ -1 + + + + + + + @@ -6915,7 +7544,14 @@ + + + + + + + @@ -6977,6 +7613,7 @@ 0 wxID_ANY seconds + 0 0 @@ -7002,7 +7639,14 @@ -1 + + + + + + + @@ -7085,7 +7729,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -7153,6 +7804,7 @@ 0 wxID_ANY DC offset: + 0 0 @@ -7178,7 +7830,14 @@ -1 + + + + + + + @@ -7265,7 +7924,14 @@ + + + + + + + @@ -7327,6 +7993,7 @@ 0 wxID_ANY Volts/Amps + 0 0 @@ -7352,7 +8019,14 @@ -1 + + + + + + + @@ -7410,6 +8084,7 @@ 0 wxID_ANY Amplitude: + 0 0 @@ -7435,7 +8110,14 @@ -1 + + + + + + + @@ -7522,7 +8204,14 @@ + + + + + + + @@ -7584,6 +8273,7 @@ 0 wxID_ANY Volts/Amps + 0 0 @@ -7609,7 +8299,14 @@ -1 + + + + + + + @@ -7667,6 +8364,7 @@ 0 wxID_ANY Frequency: + 0 0 @@ -7692,7 +8390,14 @@ -1 + + + + + + + @@ -7779,7 +8484,14 @@ + + + + + + + @@ -7841,6 +8553,7 @@ 0 wxID_ANY Hz + 0 0 @@ -7866,7 +8579,14 @@ -1 + + + + + + + @@ -7924,6 +8644,7 @@ 0 wxID_ANY Delay: + 0 0 @@ -7949,7 +8670,14 @@ -1 + + + + + + + @@ -8036,7 +8764,14 @@ + + + + + + + @@ -8098,6 +8833,7 @@ 0 wxID_ANY seconds + 0 0 @@ -8123,7 +8859,14 @@ -1 + + + + + + + @@ -8181,6 +8924,7 @@ 0 wxID_ANY Damping factor: + 0 0 @@ -8206,7 +8950,14 @@ -1 + + + + + + + @@ -8293,7 +9044,14 @@ + + + + + + + @@ -8355,6 +9113,7 @@ 0 wxID_ANY 1/seconds + 0 0 @@ -8380,7 +9139,14 @@ -1 + + + + + + + @@ -8463,7 +9229,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -8531,6 +9304,7 @@ 0 wxID_ANY Initial value: + 0 0 @@ -8556,7 +9330,14 @@ -1 + + + + + + + @@ -8643,7 +9424,14 @@ + + + + + + + @@ -8705,6 +9493,7 @@ 0 wxID_ANY Volts/Amps + 0 0 @@ -8730,7 +9519,14 @@ -1 + + + + + + + @@ -8788,6 +9584,7 @@ 0 wxID_ANY Pulsed value: + 0 0 @@ -8813,7 +9610,14 @@ -1 + + + + + + + @@ -8900,7 +9704,14 @@ + + + + + + + @@ -8962,6 +9773,7 @@ 0 wxID_ANY Volts/Amps + 0 0 @@ -8987,7 +9799,14 @@ -1 + + + + + + + @@ -9045,6 +9864,7 @@ 0 wxID_ANY Rise delay time: + 0 0 @@ -9070,7 +9890,14 @@ -1 + + + + + + + @@ -9157,7 +9984,14 @@ + + + + + + + @@ -9219,6 +10053,7 @@ 0 wxID_ANY seconds + 0 0 @@ -9244,7 +10079,14 @@ -1 + + + + + + + @@ -9302,6 +10144,7 @@ 0 wxID_ANY Rise time constant: + 0 0 @@ -9327,7 +10170,14 @@ -1 + + + + + + + @@ -9414,7 +10264,14 @@ + + + + + + + @@ -9476,6 +10333,7 @@ 0 wxID_ANY seconds + 0 0 @@ -9501,7 +10359,14 @@ -1 + + + + + + + @@ -9559,6 +10424,7 @@ 0 wxID_ANY Fall delay time: + 0 0 @@ -9584,7 +10450,14 @@ -1 + + + + + + + @@ -9671,7 +10544,14 @@ + + + + + + + @@ -9733,6 +10613,7 @@ 0 wxID_ANY seconds + 0 0 @@ -9758,7 +10639,14 @@ -1 + + + + + + + @@ -9816,6 +10704,7 @@ 0 wxID_ANY Fall time constant: + 0 0 @@ -9841,7 +10730,14 @@ -1 + + + + + + + @@ -9928,7 +10824,14 @@ + + + + + + + @@ -9990,6 +10893,7 @@ 0 wxID_ANY seconds + 0 0 @@ -10015,7 +10919,14 @@ -1 + + + + + + + @@ -10098,7 +11009,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -10182,6 +11100,7 @@ 0 wxID_ANY Time: + 0 0 @@ -10207,7 +11126,14 @@ -1 + + + + + + + @@ -10294,7 +11220,14 @@ + + + + + + + @@ -10356,6 +11289,7 @@ 0 wxID_ANY second + 0 0 @@ -10381,7 +11315,14 @@ -1 + + + + + + + @@ -10439,6 +11380,7 @@ 0 wxID_ANY Value: + 0 0 @@ -10464,7 +11406,14 @@ -1 + + + + + + + @@ -10551,7 +11500,14 @@ + + + + + + + @@ -10613,6 +11569,7 @@ 0 wxID_ANY Volts/Amps + 0 0 @@ -10638,7 +11595,14 @@ -1 + + + + + + + @@ -10680,25 +11644,31 @@ + 1 0 1 1 + 0 0 + Dock 0 Left 1 1 + 0 0 wxID_ANY Add + + 0 0 @@ -10713,6 +11683,8 @@ protected 1 + + Resizable 1 @@ -10727,8 +11699,15 @@ + + + + + + onPwlAdd + @@ -10813,7 +11792,14 @@ + + + + + + + @@ -10873,25 +11859,31 @@ + 1 0 1 1 + 0 0 + Dock 0 Left 1 1 + 0 0 wxID_ANY Remove + + 0 0 @@ -10906,6 +11898,8 @@ protected 1 + + Resizable 1 @@ -10920,8 +11914,15 @@ + + + + + + onPwlRemove + @@ -11004,7 +12005,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -11084,7 +12092,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -11164,7 +12179,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -11244,7 +12266,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -11324,7 +12353,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -11417,7 +12453,14 @@ + + + + + + + @@ -11504,7 +12547,14 @@ + + + + + + + @@ -11531,7 +12581,7 @@ 5 - wxALIGN_CENTER_VERTICAL|wxALL + wxALL 0 1 @@ -11591,7 +12641,14 @@ + + + + + + + @@ -11688,7 +12745,14 @@ + + + + + + + @@ -11776,7 +12840,14 @@ + + + + + + + @@ -11863,7 +12934,14 @@ + + + + + + + diff --git a/eeschema/dialogs/dialog_spice_model_base.h b/eeschema/dialogs/dialog_spice_model_base.h index a1a5f0cafe..584031358a 100644 --- a/eeschema/dialogs/dialog_spice_model_base.h +++ b/eeschema/dialogs/dialog_spice_model_base.h @@ -1,8 +1,8 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Jul 17 2016) +// C++ code generated with wxFormBuilder (version Jul 11 2018) // http://www.wxformbuilder.org/ // -// PLEASE DO "NOT" EDIT THIS FILE! +// PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_SPICE_MODEL_BASE_H__ @@ -11,8 +11,6 @@ #include #include #include -class DIALOG_SHIM; - #include "dialog_shim.h" #include #include @@ -49,12 +47,12 @@ class DIALOG_SPICE_MODEL_BASE : public DIALOG_SHIM protected: wxNotebook* m_notebook; wxPanel* m_passive; - wxStaticText* m_staticText2; + wxStaticText* m_staticTextPtype; wxComboBox* m_pasType; wxStaticText* m_staticText62; - wxStaticText* m_staticText3; + wxStaticText* m_staticTextPvalue; wxTextCtrl* m_pasValue; - wxStaticText* m_staticText63; + wxStaticText* m_staticTextSpVal; wxStaticLine* m_staticline1; wxStaticText* m_staticText32; wxStaticText* m_staticText321;