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 );
wxStaticText * m_staticText2
wxRadioButton * m_customRb
wxStaticText * m_staticText1
virtual void onUpdateFilePicker(wxUpdateUIEvent &event)
wxFilePickerCtrl * m_filePicker1
wxStdDialogButtonSizer * m_sdbSizer1
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)
virtual void onUpdateDefaultSelection(wxUpdateUIEvent &event)
wxRadioButton * m_defaultRb
wxRadioButton * m_emptyRb
~DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE()
wxButton * m_sdbSizer1Cancel
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...