14DIALOG_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 )
16 this->SetSizeHints( wxDefaultSize, wxDefaultSize );
19 bSizer1 =
new wxBoxSizer( wxVERTICAL );
22 bSizer2 =
new wxBoxSizer( wxHORIZONTAL );
24 m_htmlCtrl =
new HTML_WINDOW(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxHW_SCROLLBAR_AUTO );
25 bSizer2->Add(
m_htmlCtrl, 4, wxALL|wxEXPAND, 5 );
28 bSizer3 =
new wxBoxSizer( wxVERTICAL );
30 m_buttonRemap =
new wxButton(
this, wxID_ANY,
_(
"Remap Symbols"), wxDefaultPosition, wxDefaultSize, 0 );
33 m_buttonClose =
new wxButton(
this, wxID_CANCEL,
_(
"Close"), wxDefaultPosition, wxDefaultSize, 0 );
37 bSizer2->Add( bSizer3, 1, wxEXPAND, 5 );
40 bSizer1->Add( bSizer2, 3, wxEXPAND|wxLEFT|wxRIGHT|wxTOP, 5 );
43 bSizer4 =
new wxBoxSizer( wxVERTICAL );
51 bSizer1->Add( bSizer4, 5, wxEXPAND, 5 );
54 this->SetSizer( bSizer1 );
58 this->Centre( wxBOTH );
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
DIALOG_SYMBOL_REMAP_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Remap Symbols"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)