2024-02-25 14:23:59 +00:00
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# include "dialog_sync_sheet_pins_base.h"
///////////////////////////////////////////////////////////////////////////
2024-02-28 13:08:03 +00:00
DIALOG_SYNC_SHEET_PINS_BASE : : DIALOG_SYNC_SHEET_PINS_BASE ( wxWindow * parent , wxWindowID id , const wxString & title , const wxPoint & pos , const wxSize & size , long style ) : DIALOG_SHIM ( parent , id , title , pos , size , style )
2024-02-25 14:23:59 +00:00
{
2024-02-28 13:08:03 +00:00
this - > SetSizeHints ( wxSize ( - 1 , - 1 ) , wxDefaultSize ) ;
2024-02-25 14:23:59 +00:00
2024-02-28 13:08:03 +00:00
m_sizerMain = new wxBoxSizer ( wxVERTICAL ) ;
2024-02-25 14:23:59 +00:00
2024-02-28 13:08:03 +00:00
m_notebook = new wxNotebook ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , 0 ) ;
2024-02-25 14:23:59 +00:00
2024-02-28 13:08:03 +00:00
m_sizerMain - > Add ( m_notebook , 1 , wxEXPAND | wxALL , 5 ) ;
2024-02-25 14:23:59 +00:00
2024-02-28 13:08:03 +00:00
wxBoxSizer * bSizer8 ;
bSizer8 = new wxBoxSizer ( wxHORIZONTAL ) ;
2024-02-25 14:23:59 +00:00
2024-02-28 13:08:03 +00:00
bSizer8 - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2024-02-25 14:23:59 +00:00
2024-02-28 13:08:03 +00:00
m_labelTip = new wxStaticText ( this , wxID_ANY , _ ( " Changes made in this dialog occur immediately, use Undo in each affected document to undo them " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_labelTip - > Wrap ( - 1 ) ;
bSizer8 - > Add ( m_labelTip , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
2024-02-25 14:23:59 +00:00
2024-02-28 13:08:03 +00:00
m_btnClose = new wxButton ( this , wxID_ANY , _ ( " Close " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bSizer8 - > Add ( m_btnClose , 0 , wxALL , 5 ) ;
2024-02-25 14:23:59 +00:00
2024-02-28 13:08:03 +00:00
m_sizerMain - > Add ( bSizer8 , 0 , wxEXPAND , 5 ) ;
2024-02-25 14:23:59 +00:00
2024-02-28 13:08:03 +00:00
this - > SetSizer ( m_sizerMain ) ;
this - > Layout ( ) ;
m_sizerMain - > Fit ( this ) ;
2024-02-25 14:23:59 +00:00
2024-02-28 13:08:03 +00:00
this - > Centre ( wxBOTH ) ;
2024-02-25 14:23:59 +00:00
2024-02-28 13:08:03 +00:00
// Connect Events
m_btnClose - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_SYNC_SHEET_PINS_BASE : : OnCloseBtnClick ) , NULL , this ) ;
2024-02-25 14:23:59 +00:00
}
DIALOG_SYNC_SHEET_PINS_BASE : : ~ DIALOG_SYNC_SHEET_PINS_BASE ( )
{
2024-02-28 13:08:03 +00:00
// Disconnect Events
m_btnClose - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_SYNC_SHEET_PINS_BASE : : OnCloseBtnClick ) , NULL , this ) ;
2024-02-25 14:23:59 +00:00
}