@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Jul 10 2019)
// C++ code generated with wxFormBuilder (version Aug 12 2019)
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT THIS FILE!
@ -16,7 +16,7 @@ DIALOG_EDITOR_DATA_BASE::DIALOG_EDITOR_DATA_BASE( wxWindow* parent, wxWindowID i
wxBoxSizer * bSizerMain ;
bSizerMain = new wxBoxSizer ( wxVERTICAL ) ;
bSizerMain - > SetMinSize ( wxSize ( 35 0 , - 1 ) ) ;
bSizerMain - > SetMinSize ( wxSize ( 30 0 , - 1 ) ) ;
wxFlexGridSizer * fgSizerPrms ;
fgSizerPrms = new wxFlexGridSizer ( 4 , 3 , 0 , 0 ) ;
fgSizerPrms - > AddGrowableCol ( 1 ) ;
@ -29,7 +29,7 @@ DIALOG_EDITOR_DATA_BASE::DIALOG_EDITOR_DATA_BASE( wxWindow* parent, wxWindowID i
fgSizerPrms - > Add ( m_staticTextName , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
m_textCtrlName = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
fgSizerPrms - > Add ( m_textCtrlName , 0 , wxALL | wxEXPAND , 5 ) ;
fgSizerPrms - > Add ( m_textCtrlName , 0 , wxALIGN_CENTER_VERTICAL | wxAL L | wxEXPAND , 5 ) ;
fgSizerPrms - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
@ -39,7 +39,7 @@ DIALOG_EDITOR_DATA_BASE::DIALOG_EDITOR_DATA_BASE( wxWindow* parent, wxWindowID i
fgSizerPrms - > Add ( m_staticTextVref , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
m_textCtrlVref = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
fgSizerPrms - > Add ( m_textCtrlVref , 0 , wxALL | wxEXPAND , 5 ) ;
fgSizerPrms - > Add ( m_textCtrlVref , 0 , wxALIGN_CENTER_VERTICAL | wxAL L | wxEXPAND , 5 ) ;
m_staticTextVrefUnit = new wxStaticText ( this , wxID_ANY , _ ( " Volt " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextVrefUnit - > Wrap ( - 1 ) ;
@ -53,7 +53,7 @@ DIALOG_EDITOR_DATA_BASE::DIALOG_EDITOR_DATA_BASE( wxWindow* parent, wxWindowID i
int m_choiceRegTypeNChoices = sizeof ( m_choiceRegTypeChoices ) / sizeof ( wxString ) ;
m_choiceRegType = new wxChoice ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , m_choiceRegTypeNChoices , m_choiceRegTypeChoices , 0 ) ;
m_choiceRegType - > SetSelection ( 0 ) ;
fgSizerPrms - > Add ( m_choiceRegType , 0 , wxALL | wxEXPAND , 5 ) ;
fgSizerPrms - > Add ( m_choiceRegType , 0 , wxALIGN_CENTER_VERTICAL | wxAL L | wxEXPAND , 5 ) ;
fgSizerPrms - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
@ -63,7 +63,7 @@ DIALOG_EDITOR_DATA_BASE::DIALOG_EDITOR_DATA_BASE( wxWindow* parent, wxWindowID i
fgSizerPrms - > Add ( m_RegulIadjTitle , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
m_RegulIadjValue = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
fgSizerPrms - > Add ( m_RegulIadjValue , 0 , wxALL | wxEXPAND , 5 ) ;
fgSizerPrms - > Add ( m_RegulIadjValue , 0 , wxALIGN_CENTER_VERTICAL | wxAL L | wxEXPAND , 5 ) ;
m_IadjUnitLabel = new wxStaticText ( this , wxID_ANY , _ ( " uA " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_IadjUnitLabel - > Wrap ( - 1 ) ;
@ -76,7 +76,7 @@ DIALOG_EDITOR_DATA_BASE::DIALOG_EDITOR_DATA_BASE( wxWindow* parent, wxWindowID i
bSizerMain - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
m_staticline = new wxStaticLine ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
bSizerMain - > Add ( m_staticline , 0 , wxEXPAND | wxALL , 5 ) ;
bSizerMain - > Add ( m_staticline , 0 , wxEXPAND , 5 ) ;
m_sdbSizer = new wxStdDialogButtonSizer ( ) ;
m_sdbSizerOK = new wxButton ( this , wxID_OK ) ;
@ -85,11 +85,12 @@ DIALOG_EDITOR_DATA_BASE::DIALOG_EDITOR_DATA_BASE( wxWindow* parent, wxWindowID i
m_sdbSizer - > AddButton ( m_sdbSizerCancel ) ;
m_sdbSizer - > Realize ( ) ;
bSizerMain - > Add ( m_sdbSizer , 0 , wxEXPAND | wxALL , 5 ) ;
bSizerMain - > Add ( m_sdbSizer , 0 , wxALL | wxEXPAND , 5 ) ;
this - > SetSizer ( bSizerMain ) ;
this - > Layout ( ) ;
bSizerMain - > Fit ( this ) ;
this - > Centre ( wxBOTH ) ;