12DIALOG_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 )
14 this->SetSizeHints( wxSize( -1,-1 ), wxDefaultSize );
18 m_notebook =
new wxNotebook(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
23 bSizer8 =
new wxBoxSizer( wxHORIZONTAL );
26 bSizer8->Add( 0, 0, 1, wxEXPAND, 5 );
28 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 );
30 bSizer8->Add(
m_labelTip, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
32 m_btnClose =
new wxButton(
this, wxID_ANY,
_(
"Close"), wxDefaultPosition, wxDefaultSize, 0 );
43 this->Centre( wxBOTH );
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
~DIALOG_SYNC_SHEET_PINS_BASE()
DIALOG_SYNC_SHEET_PINS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Synchronize sheet pins and hierarchical labels"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStaticText * m_labelTip
virtual void OnCloseBtnClick(wxCommandEvent &event)