2013-02-22 13:47:35 +00:00
///////////////////////////////////////////////////////////////////////////
2015-08-07 08:28:14 +00:00
// C++ code generated with wxFormBuilder (version Jun 17 2015)
2013-02-22 13:47:35 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# include "dialog_exchange_modules_base.h"
///////////////////////////////////////////////////////////////////////////
DIALOG_EXCHANGE_MODULE_BASE : : DIALOG_EXCHANGE_MODULE_BASE ( wxWindow * parent , wxWindowID id , const wxString & title , const wxPoint & pos , const wxSize & size , long style ) : DIALOG_SHIM ( parent , id , title , pos , size , style )
{
this - > SetSizeHints ( wxDefaultSize , wxDefaultSize ) ;
wxBoxSizer * bMainSizer ;
bMainSizer = new wxBoxSizer ( wxVERTICAL ) ;
wxBoxSizer * bUpperSizer ;
bUpperSizer = new wxBoxSizer ( wxHORIZONTAL ) ;
wxBoxSizer * bLeftSizer ;
bLeftSizer = new wxBoxSizer ( wxVERTICAL ) ;
2015-08-20 18:13:18 +00:00
m_staticTextCmpVal = new wxStaticText ( this , wxID_ANY , _ ( " Component value " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextCmpVal - > Wrap ( - 1 ) ;
bLeftSizer - > Add ( m_staticTextCmpVal , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2013-02-22 13:47:35 +00:00
2015-08-20 18:13:18 +00:00
m_CmpValue = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , wxTE_READONLY ) ;
m_CmpValue - > SetMaxLength ( 0 ) ;
bLeftSizer - > Add ( m_CmpValue , 0 , wxEXPAND | wxRIGHT | wxLEFT , 5 ) ;
2013-02-22 13:47:35 +00:00
2015-08-20 18:13:18 +00:00
m_staticTexCmpRef = new wxStaticText ( this , wxID_ANY , _ ( " Component reference " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTexCmpRef - > Wrap ( - 1 ) ;
bLeftSizer - > Add ( m_staticTexCmpRef , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2013-02-22 13:47:35 +00:00
2015-08-20 18:13:18 +00:00
m_CmpReference = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , wxTE_READONLY ) ;
bLeftSizer - > Add ( m_CmpReference , 0 , wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
2013-02-22 13:47:35 +00:00
2015-06-22 17:21:34 +00:00
2015-08-20 18:13:18 +00:00
bUpperSizer - > Add ( bLeftSizer , 1 , wxALIGN_CENTER_VERTICAL , 5 ) ;
2013-02-22 13:47:35 +00:00
wxBoxSizer * bMiddleSizer ;
bMiddleSizer = new wxBoxSizer ( wxVERTICAL ) ;
2015-08-07 08:28:14 +00:00
wxString m_SelectionChoices [ ] = { _ ( " Change footprint " ) , _ ( " Change footprints " ) , _ ( " Change footprints having same value " ) , _ ( " Update all footprints of the board " ) } ;
2013-02-22 13:47:35 +00:00
int m_SelectionNChoices = sizeof ( m_SelectionChoices ) / sizeof ( wxString ) ;
2013-11-24 17:48:14 +00:00
m_Selection = new wxRadioBox ( this , ID_SELECTION_CLICKED , _ ( " Options " ) , wxDefaultPosition , wxDefaultSize , m_SelectionNChoices , m_SelectionChoices , 1 , wxRA_SPECIFY_COLS ) ;
2014-10-12 15:12:02 +00:00
m_Selection - > SetSelection ( 1 ) ;
2013-02-22 13:47:35 +00:00
bMiddleSizer - > Add ( m_Selection , 0 , wxALL , 5 ) ;
2015-08-20 18:13:18 +00:00
bUpperSizer - > Add ( bMiddleSizer , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
2013-02-22 13:47:35 +00:00
wxBoxSizer * bRightSizer ;
bRightSizer = new wxBoxSizer ( wxVERTICAL ) ;
2015-08-06 17:11:51 +00:00
m_buttonCmpList = new wxButton ( this , wxID_ANY , _ ( " Export Footprint Association File " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-11-24 17:48:14 +00:00
bRightSizer - > Add ( m_buttonCmpList , 0 , wxALL | wxEXPAND , 5 ) ;
2013-02-22 13:47:35 +00:00
2015-08-06 17:11:51 +00:00
m_Browsebutton = new wxButton ( this , wxID_ANY , _ ( " List Footprints " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-22 17:21:34 +00:00
bRightSizer - > Add ( m_Browsebutton , 0 , wxEXPAND | wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2015-08-06 17:11:51 +00:00
m_buttonFPViewer = new wxButton ( this , wxID_ANY , _ ( " View Footprints " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-22 17:21:34 +00:00
bRightSizer - > Add ( m_buttonFPViewer , 0 , wxALL | wxEXPAND , 5 ) ;
2013-02-22 13:47:35 +00:00
bUpperSizer - > Add ( bRightSizer , 0 , wxALIGN_CENTER_VERTICAL , 5 ) ;
2015-08-06 17:11:51 +00:00
bMainSizer - > Add ( bUpperSizer , 0 , wxALL | wxEXPAND , 5 ) ;
2013-02-22 13:47:35 +00:00
2015-08-20 18:13:18 +00:00
m_staticTextCurrFPID = new wxStaticText ( this , wxID_ANY , _ ( " Current footprint name (FPID) " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextCurrFPID - > Wrap ( - 1 ) ;
bMainSizer - > Add ( m_staticTextCurrFPID , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
m_CurrentFootprintFPID = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , wxTE_READONLY ) ;
m_CurrentFootprintFPID - > SetMaxLength ( 0 ) ;
bMainSizer - > Add ( m_CurrentFootprintFPID , 0 , wxEXPAND | wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
m_staticTextNewFPID = new wxStaticText ( this , wxID_ANY , _ ( " New footprint name (FPID) " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextNewFPID - > Wrap ( - 1 ) ;
bMainSizer - > Add ( m_staticTextNewFPID , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
m_NewFootprintFPID = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_NewFootprintFPID - > SetMaxLength ( 0 ) ;
bMainSizer - > Add ( m_NewFootprintFPID , 0 , wxBOTTOM | wxRIGHT | wxLEFT | wxEXPAND , 5 ) ;
2013-02-22 13:47:35 +00:00
m_staticTextMsg = new wxStaticText ( this , wxID_ANY , _ ( " Messages: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextMsg - > Wrap ( - 1 ) ;
bMainSizer - > Add ( m_staticTextMsg , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
m_WinMessages = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , wxTE_MULTILINE | wxTE_READONLY ) ;
2015-08-20 18:13:18 +00:00
m_WinMessages - > SetMinSize ( wxSize ( - 1 , 150 ) ) ;
2013-02-22 13:47:35 +00:00
bMainSizer - > Add ( m_WinMessages , 1 , wxEXPAND | wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
2015-08-20 18:13:18 +00:00
m_staticline1 = new wxStaticLine ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
bMainSizer - > Add ( m_staticline1 , 0 , wxEXPAND | wxALL , 5 ) ;
wxBoxSizer * bSizerButts ;
bSizerButts = new wxBoxSizer ( wxHORIZONTAL ) ;
m_Applybutton = new wxButton ( this , wxID_OK , _ ( " Apply " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bSizerButts - > Add ( m_Applybutton , 0 , wxEXPAND | wxALL , 5 ) ;
m_Quitbutton = new wxButton ( this , wxID_CANCEL , _ ( " Close " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bSizerButts - > Add ( m_Quitbutton , 0 , wxALL | wxEXPAND , 5 ) ;
bMainSizer - > Add ( bSizerButts , 0 , wxALIGN_RIGHT , 5 ) ;
2013-02-22 13:47:35 +00:00
this - > SetSizer ( bMainSizer ) ;
this - > Layout ( ) ;
// Connect Events
m_Selection - > Connect ( wxEVT_COMMAND_RADIOBOX_SELECTED , wxCommandEventHandler ( DIALOG_EXCHANGE_MODULE_BASE : : OnSelectionClicked ) , NULL , this ) ;
2013-11-24 17:48:14 +00:00
m_buttonCmpList - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_EXCHANGE_MODULE_BASE : : RebuildCmpList ) , NULL , this ) ;
2013-02-22 13:47:35 +00:00
m_Browsebutton - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_EXCHANGE_MODULE_BASE : : BrowseAndSelectFootprint ) , NULL , this ) ;
2015-06-22 17:21:34 +00:00
m_buttonFPViewer - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_EXCHANGE_MODULE_BASE : : ViewAndSelectFootprint ) , NULL , this ) ;
2015-08-20 18:13:18 +00:00
m_Applybutton - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_EXCHANGE_MODULE_BASE : : OnOkClick ) , NULL , this ) ;
m_Quitbutton - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_EXCHANGE_MODULE_BASE : : OnQuit ) , NULL , this ) ;
2013-02-22 13:47:35 +00:00
}
DIALOG_EXCHANGE_MODULE_BASE : : ~ DIALOG_EXCHANGE_MODULE_BASE ( )
{
// Disconnect Events
m_Selection - > Disconnect ( wxEVT_COMMAND_RADIOBOX_SELECTED , wxCommandEventHandler ( DIALOG_EXCHANGE_MODULE_BASE : : OnSelectionClicked ) , NULL , this ) ;
2013-11-24 17:48:14 +00:00
m_buttonCmpList - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_EXCHANGE_MODULE_BASE : : RebuildCmpList ) , NULL , this ) ;
2013-02-22 13:47:35 +00:00
m_Browsebutton - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_EXCHANGE_MODULE_BASE : : BrowseAndSelectFootprint ) , NULL , this ) ;
2015-06-22 17:21:34 +00:00
m_buttonFPViewer - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_EXCHANGE_MODULE_BASE : : ViewAndSelectFootprint ) , NULL , this ) ;
2015-08-20 18:13:18 +00:00
m_Applybutton - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_EXCHANGE_MODULE_BASE : : OnOkClick ) , NULL , this ) ;
m_Quitbutton - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_EXCHANGE_MODULE_BASE : : OnQuit ) , NULL , this ) ;
2013-02-22 13:47:35 +00:00
}