@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Dec 30 2017 )
// C++ code generated with wxFormBuilder (version Jun 5 2018 )
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT THIS FILE!
@ -82,13 +82,9 @@ DIALOG_FOOTPRINT_FP_EDITOR_BASE::DIALOG_FOOTPRINT_FP_EDITOR_BASE( wxWindow* pare
bButtonSize = new wxBoxSizer ( wxHORIZONTAL ) ;
m_bpAdd = new wxBitmapButton ( sbSizerTexts - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxDefaultSize , wxBU_AUTODRAW ) ;
m_bpAdd - > SetMinSize ( wxSize ( 29 , 29 ) ) ;
bButtonSize - > Add ( m_bpAdd , 0 , 0 , 5 ) ;
m_bpDelete = new wxBitmapButton ( sbSizerTexts - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxDefaultSize , wxBU_AUTODRAW ) ;
m_bpDelete - > SetMinSize ( wxSize ( 29 , 29 ) ) ;
bButtonSize - > Add ( m_bpDelete , 0 , wxRIGHT | wxLEFT , 5 ) ;
@ -355,26 +351,26 @@ DIALOG_FOOTPRINT_FP_EDITOR_BASE::DIALOG_FOOTPRINT_FP_EDITOR_BASE( wxWindow* pare
wxBoxSizer * bSizer3DButtons ;
bSizer3DButtons = new wxBoxSizer ( wxHORIZONTAL ) ;
m_buttonAdd = new wxBitmapButton ( sbSizer3 - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxSize ( 30 , 29 ) , wxBU_AUTODRAW ) ;
bSizer3DButtons - > Add ( m_buttonAdd , 0 , wxTOP , 5 ) ;
m_button3DShape Add = new wxBitmapButton ( sbSizer3 - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxSize ( - 1 , - 1 ) , wxBU_AUTODRAW ) ;
bSizer3DButtons - > Add ( m_button3DShape Add , 0 , wxTOP | wxBOTTOM , 5 ) ;
m_buttonBrowse = new wxBitmapButton ( sbSizer3 - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxSize ( 30 , 29 ) , wxBU_AUTODRAW ) ;
bSizer3DButtons - > Add ( m_buttonBrowse , 0 , wxALL , 5 ) ;
m_button3DShape Browse = new wxBitmapButton ( sbSizer3 - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxSize ( - 1 , - 1 ) , wxBU_AUTODRAW ) ;
bSizer3DButtons - > Add ( m_button3DShape Browse , 0 , wxALL , 5 ) ;
bSizer3DButtons - > Add ( 0 , 0 , 0 , wxEXPAND | wxRIGHT | wxLEFT , 5 ) ;
m_buttonRemove = new wxBitmapButton ( sbSizer3 - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxSize ( 30 , 29 ) , wxBU_AUTODRAW ) ;
bSizer3DButtons - > Add ( m_buttonRemove , 0 , wxTOP , 5 ) ;
m_button3DShape Remove = new wxBitmapButton ( sbSizer3 - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxSize ( - 1 , - 1 ) , wxBU_AUTODRAW ) ;
bSizer3DButtons - > Add ( m_button3DShape Remove , 0 , wxTOP | wxBOTTOM , 5 ) ;
bSizer3DButtons - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
m_button8 = new wxButton ( sbSizer3 - > GetStaticBox ( ) , wxID_ANY , _ ( " Configure Paths... " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bSizer3DButtons - > Add ( m_button8 , 0 , wxEXPAND | wxTOP | wxRIGHT | wxLEFT , 5 ) ;
m_buttonConfig3DPaths = new wxButton ( sbSizer3 - > GetStaticBox ( ) , wxID_ANY , _ ( " Configure Paths... " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bSizer3DButtons - > Add ( m_buttonConfig3DPaths , 0 , wxALL , 5 ) ;
sbSizer3 - > Add ( bSizer3DButtons , 0 , wxALIGN_CENTER_VERTICAL | wx EXPAND , 5 ) ;
sbSizer3 - > Add ( bSizer3DButtons , 0 , wxEXPAND , 5 ) ;
bSizerMain3D - > Add ( sbSizer3 , 5 , wxEXPAND | wxRIGHT | wxLEFT , 5 ) ;
@ -420,10 +416,10 @@ DIALOG_FOOTPRINT_FP_EDITOR_BASE::DIALOG_FOOTPRINT_FP_EDITOR_BASE( wxWindow* pare
m_bpDelete - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnDeleteField ) , NULL , this ) ;
m_modelsGrid - > Connect ( wxEVT_GRID_CELL_CHANGED , wxGridEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : On3DModelCellChanged ) , NULL , this ) ;
m_modelsGrid - > Connect ( wxEVT_GRID_SELECT_CELL , wxGridEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : On3DModelSelected ) , NULL , this ) ;
m_buttonAdd - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnAdd3DRow ) , NULL , this ) ;
m_buttonBrowse - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnAdd3DModel ) , NULL , this ) ;
m_buttonRemove - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnRemove3DModel ) , NULL , this ) ;
m_button8 - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : Cfg3DPath ) , NULL , this ) ;
m_button3DShape Add - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnAdd3DRow ) , NULL , this ) ;
m_button3DShape Browse - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnAdd3DModel ) , NULL , this ) ;
m_button3DShape Remove - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnRemove3DModel ) , NULL , this ) ;
m_buttonConfig3DPaths - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : Cfg3DPath ) , NULL , this ) ;
}
DIALOG_FOOTPRINT_FP_EDITOR_BASE : : ~ DIALOG_FOOTPRINT_FP_EDITOR_BASE ( )
@ -436,9 +432,9 @@ DIALOG_FOOTPRINT_FP_EDITOR_BASE::~DIALOG_FOOTPRINT_FP_EDITOR_BASE()
m_bpDelete - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnDeleteField ) , NULL , this ) ;
m_modelsGrid - > Disconnect ( wxEVT_GRID_CELL_CHANGED , wxGridEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : On3DModelCellChanged ) , NULL , this ) ;
m_modelsGrid - > Disconnect ( wxEVT_GRID_SELECT_CELL , wxGridEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : On3DModelSelected ) , NULL , this ) ;
m_buttonAdd - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnAdd3DRow ) , NULL , this ) ;
m_buttonBrowse - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnAdd3DModel ) , NULL , this ) ;
m_buttonRemove - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnRemove3DModel ) , NULL , this ) ;
m_button8 - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : Cfg3DPath ) , NULL , this ) ;
m_button3DShape Add - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnAdd3DRow ) , NULL , this ) ;
m_button3DShape Browse - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnAdd3DModel ) , NULL , this ) ;
m_button3DShape Remove - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : OnRemove3DModel ) , NULL , this ) ;
m_buttonConfig3DPaths - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_FOOTPRINT_FP_EDITOR_BASE : : Cfg3DPath ) , NULL , this ) ;
}