mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
128 lines
5.9 KiB
C++
128 lines
5.9 KiB
C++
|
///////////////////////////////////////////////////////////////////////////
|
||
|
// C++ code generated with wxFormBuilder (version Mar 13 2015)
|
||
|
// http://www.wxformbuilder.org/
|
||
|
//
|
||
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
||
|
///////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#include "dialog_rescue_each_base.h"
|
||
|
|
||
|
///////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
DIALOG_RESCUE_EACH_BASE::DIALOG_RESCUE_EACH_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( wxSize( 450,100 ), wxDefaultSize );
|
||
|
|
||
|
wxBoxSizer* bSizerMain;
|
||
|
bSizerMain = new wxBoxSizer( wxVERTICAL );
|
||
|
|
||
|
m_lblInfo = new wxStaticText( this, wxID_ANY, _("This project uses symbols that no longer match the symbols in the system libraries. Using this tool, you can rescue these cached symbols into a new library.\n\nChoose \"Rescue\" for any parts you would like to save from this project's cache, or press Cancel to allow the symbols to be updated to the new versions."), wxDefaultPosition, wxDefaultSize, 0 );
|
||
|
m_lblInfo->Wrap( 500 );
|
||
|
bSizerMain->Add( m_lblInfo, 0, wxALL|wxEXPAND, 5 );
|
||
|
|
||
|
m_staticText5 = new wxStaticText( this, wxID_ANY, _("Symbols with cache/library conflicts:"), wxDefaultPosition, wxDefaultSize, 0 );
|
||
|
m_staticText5->Wrap( -1 );
|
||
|
m_staticText5->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
|
||
|
|
||
|
bSizerMain->Add( m_staticText5, 0, wxALL, 5 );
|
||
|
|
||
|
m_ListOfConflicts = new wxDataViewListCtrl( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
|
||
|
bSizerMain->Add( m_ListOfConflicts, 2, wxALL|wxEXPAND, 5 );
|
||
|
|
||
|
m_staticText4 = new wxStaticText( this, wxID_ANY, _("Instances of this symbol:"), wxDefaultPosition, wxDefaultSize, 0 );
|
||
|
m_staticText4->Wrap( -1 );
|
||
|
m_staticText4->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
|
||
|
|
||
|
bSizerMain->Add( m_staticText4, 0, wxALL, 5 );
|
||
|
|
||
|
m_ListOfInstances = new wxDataViewListCtrl( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
|
||
|
bSizerMain->Add( m_ListOfInstances, 1, wxALL|wxEXPAND, 5 );
|
||
|
|
||
|
wxBoxSizer* bSizerView;
|
||
|
bSizerView = new wxBoxSizer( wxHORIZONTAL );
|
||
|
|
||
|
wxBoxSizer* bSizer6;
|
||
|
bSizer6 = new wxBoxSizer( wxVERTICAL );
|
||
|
|
||
|
m_staticText2 = new wxStaticText( this, wxID_ANY, _("Cached Part:"), wxDefaultPosition, wxDefaultSize, 0 );
|
||
|
m_staticText2->Wrap( -1 );
|
||
|
m_staticText2->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
|
||
|
|
||
|
bSizer6->Add( m_staticText2, 0, wxALL, 5 );
|
||
|
|
||
|
m_componentViewOld = new wxPanel( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxFULL_REPAINT_ON_RESIZE|wxSUNKEN_BORDER );
|
||
|
m_componentViewOld->SetMinSize( wxSize( 150,150 ) );
|
||
|
|
||
|
bSizer6->Add( m_componentViewOld, 1, wxEXPAND | wxALL, 5 );
|
||
|
|
||
|
|
||
|
bSizerView->Add( bSizer6, 1, wxEXPAND, 5 );
|
||
|
|
||
|
wxBoxSizer* bSizer7;
|
||
|
bSizer7 = new wxBoxSizer( wxVERTICAL );
|
||
|
|
||
|
m_staticText3 = new wxStaticText( this, wxID_ANY, _("Library Part:"), wxDefaultPosition, wxDefaultSize, 0 );
|
||
|
m_staticText3->Wrap( -1 );
|
||
|
m_staticText3->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
|
||
|
|
||
|
bSizer7->Add( m_staticText3, 0, wxALL, 5 );
|
||
|
|
||
|
m_componentViewNew = new wxPanel( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxFULL_REPAINT_ON_RESIZE|wxSUNKEN_BORDER );
|
||
|
m_componentViewNew->SetMinSize( wxSize( 150,150 ) );
|
||
|
|
||
|
bSizer7->Add( m_componentViewNew, 1, wxEXPAND | wxALL, 5 );
|
||
|
|
||
|
|
||
|
bSizerView->Add( bSizer7, 1, wxEXPAND, 5 );
|
||
|
|
||
|
|
||
|
bSizerMain->Add( bSizerView, 2, wxEXPAND, 5 );
|
||
|
|
||
|
wxBoxSizer* bSizer5;
|
||
|
bSizer5 = new wxBoxSizer( wxHORIZONTAL );
|
||
|
|
||
|
m_btnNeverShowAgain = new wxButton( this, wxID_ANY, _("Never Show Again"), wxDefaultPosition, wxDefaultSize, 0 );
|
||
|
bSizer5->Add( m_btnNeverShowAgain, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
|
||
|
|
||
|
|
||
|
bSizer5->Add( 0, 0, 1, wxEXPAND, 5 );
|
||
|
|
||
|
m_stdButtons = new wxStdDialogButtonSizer();
|
||
|
m_stdButtonsOK = new wxButton( this, wxID_OK );
|
||
|
m_stdButtons->AddButton( m_stdButtonsOK );
|
||
|
m_stdButtonsCancel = new wxButton( this, wxID_CANCEL );
|
||
|
m_stdButtons->AddButton( m_stdButtonsCancel );
|
||
|
m_stdButtons->Realize();
|
||
|
|
||
|
bSizer5->Add( m_stdButtons, 0, wxALL|wxEXPAND, 5 );
|
||
|
|
||
|
|
||
|
bSizerMain->Add( bSizer5, 0, wxEXPAND, 5 );
|
||
|
|
||
|
|
||
|
this->SetSizer( bSizerMain );
|
||
|
this->Layout();
|
||
|
|
||
|
this->Centre( wxBOTH );
|
||
|
|
||
|
// Connect Events
|
||
|
this->Connect( wxEVT_SIZE, wxSizeEventHandler( DIALOG_RESCUE_EACH_BASE::OnDialogResize ) );
|
||
|
this->Connect( wxID_ANY, wxEVT_COMMAND_DATAVIEW_SELECTION_CHANGED, wxDataViewEventHandler( DIALOG_RESCUE_EACH_BASE::OnConflictSelect ) );
|
||
|
m_componentViewOld->Connect( wxEVT_PAINT, wxPaintEventHandler( DIALOG_RESCUE_EACH_BASE::OnHandleCachePreviewRepaint ), NULL, this );
|
||
|
m_componentViewNew->Connect( wxEVT_PAINT, wxPaintEventHandler( DIALOG_RESCUE_EACH_BASE::OnHandleLibraryPreviewRepaint ), NULL, this );
|
||
|
m_btnNeverShowAgain->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_RESCUE_EACH_BASE::OnNeverShowClick ), NULL, this );
|
||
|
m_stdButtonsCancel->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_RESCUE_EACH_BASE::OnCancelClick ), NULL, this );
|
||
|
}
|
||
|
|
||
|
DIALOG_RESCUE_EACH_BASE::~DIALOG_RESCUE_EACH_BASE()
|
||
|
{
|
||
|
// Disconnect Events
|
||
|
this->Disconnect( wxEVT_SIZE, wxSizeEventHandler( DIALOG_RESCUE_EACH_BASE::OnDialogResize ) );
|
||
|
this->Disconnect( wxID_ANY, wxEVT_COMMAND_DATAVIEW_SELECTION_CHANGED, wxDataViewEventHandler( DIALOG_RESCUE_EACH_BASE::OnConflictSelect ) );
|
||
|
m_componentViewOld->Disconnect( wxEVT_PAINT, wxPaintEventHandler( DIALOG_RESCUE_EACH_BASE::OnHandleCachePreviewRepaint ), NULL, this );
|
||
|
m_componentViewNew->Disconnect( wxEVT_PAINT, wxPaintEventHandler( DIALOG_RESCUE_EACH_BASE::OnHandleLibraryPreviewRepaint ), NULL, this );
|
||
|
m_btnNeverShowAgain->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_RESCUE_EACH_BASE::OnNeverShowClick ), NULL, this );
|
||
|
m_stdButtonsCancel->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_RESCUE_EACH_BASE::OnCancelClick ), NULL, this );
|
||
|
|
||
|
}
|