12DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE::DIALOG_GLOBAL_LIB_TABLE_CONFIG_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( wxDefaultSize, wxDefaultSize );
17 bSizer1 =
new wxBoxSizer( wxHORIZONTAL );
19 bSizer2 =
new wxBoxSizer( wxVERTICAL );
21 m_staticText1 =
new wxStaticText(
this, wxID_ANY,
_(
"dummy"), wxDefaultPosition, wxDefaultSize, 0 );
26 bSizer2->Add( 0, 0, 0, wxALL|wxEXPAND, 5 );
28 m_defaultRb =
new wxRadioButton(
this, wxID_ANY,
_(
"dummy"), wxDefaultPosition, wxDefaultSize, wxRB_GROUP );
34 m_customRb =
new wxRadioButton(
this, wxID_ANY,
_(
"dummy"), wxDefaultPosition, wxDefaultSize, 0 );
39 m_emptyRb =
new wxRadioButton(
this, wxID_ANY,
_(
"dummy"), wxDefaultPosition, wxDefaultSize, 0 );
45 bSizer2->Add( 0, 0, 0, wxALL|wxEXPAND, 5 );
47 m_staticText2 =
new wxStaticText(
this, wxID_ANY,
_(
"dummy"), wxDefaultPosition, wxDefaultSize, 0 );
51 m_filePicker1 =
new wxFilePickerCtrl(
this, wxID_ANY, wxEmptyString,
_(
"Select a file"), wxEmptyString, wxDefaultPosition, wxDefaultSize, wxFLP_DEFAULT_STYLE|wxFLP_FILE_MUST_EXIST|wxFLP_OPEN );
66 bSizer1->Add(
bSizer2, 1, wxALL|wxEXPAND, 5 );
69 this->SetSizer( bSizer1 );
73 this->Centre( wxBOTH );
DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Configure Global Library Table"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCAPTION|wxCLOSE_BOX|wxRESIZE_BORDER)
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)