2017-03-09 23:33:39 +00:00
///////////////////////////////////////////////////////////////////////////
2017-11-11 10:35:06 +00:00
// C++ code generated with wxFormBuilder (version Aug 4 2017)
2017-03-09 23:33:39 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# include "wx_html_report_panel.h"
# include "dialog_symbol_remap_base.h"
///////////////////////////////////////////////////////////////////////////
DIALOG_SYMBOL_REMAP_BASE : : DIALOG_SYMBOL_REMAP_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 * bSizer1 ;
bSizer1 = new wxBoxSizer ( wxVERTICAL ) ;
wxBoxSizer * bSizer2 ;
bSizer2 = new wxBoxSizer ( wxHORIZONTAL ) ;
2017-11-11 10:35:06 +00:00
m_staticText1 = new wxStaticText ( this , wxID_ANY , _ ( " This schematic currently uses the symbol library look \n up method for loading schematic symbols. KiCad will \n attempt to map the existing symbols to use the new \n symbol library table. If you choose to skip \n this step, you will be responsible for manually assigning \n symbols. " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-03-09 23:33:39 +00:00
m_staticText1 - > Wrap ( - 1 ) ;
bSizer2 - > Add ( m_staticText1 , 0 , wxALL | wxEXPAND , 5 ) ;
wxBoxSizer * bSizer3 ;
bSizer3 = new wxBoxSizer ( wxVERTICAL ) ;
2017-11-11 10:35:06 +00:00
m_buttonRemp = new wxButton ( this , wxID_ANY , _ ( " Remap Symbols " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-03-09 23:33:39 +00:00
bSizer3 - > Add ( m_buttonRemp , 0 , wxALL | wxEXPAND , 5 ) ;
2017-11-11 10:35:06 +00:00
m_buttonClose = new wxButton ( this , wxID_CANCEL , _ ( " Close " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-03-09 23:33:39 +00:00
bSizer3 - > Add ( m_buttonClose , 0 , wxALL | wxEXPAND , 5 ) ;
bSizer2 - > Add ( bSizer3 , 1 , wxEXPAND , 5 ) ;
bSizer1 - > Add ( bSizer2 , 0 , wxEXPAND | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
wxBoxSizer * bSizer4 ;
bSizer4 = new wxBoxSizer ( wxVERTICAL ) ;
m_messagePanel = new WX_HTML_REPORT_PANEL ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxTAB_TRAVERSAL ) ;
2017-11-11 10:35:06 +00:00
m_messagePanel - > SetMinSize ( wxSize ( - 1 , 200 ) ) ;
2017-03-09 23:33:39 +00:00
bSizer4 - > Add ( m_messagePanel , 1 , wxEXPAND | wxALL , 5 ) ;
bSizer1 - > Add ( bSizer4 , 1 , wxEXPAND , 5 ) ;
this - > SetSizer ( bSizer1 ) ;
this - > Layout ( ) ;
bSizer1 - > Fit ( this ) ;
this - > Centre ( wxBOTH ) ;
// Connect Events
m_buttonRemp - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_SYMBOL_REMAP_BASE : : OnRemapSymbols ) , NULL , this ) ;
}
DIALOG_SYMBOL_REMAP_BASE : : ~ DIALOG_SYMBOL_REMAP_BASE ( )
{
// Disconnect Events
m_buttonRemp - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_SYMBOL_REMAP_BASE : : OnRemapSymbols ) , NULL , this ) ;
}