12DIALOG_JOB_CONFIG_BASE::DIALOG_JOB_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 );
18 m_staticText1 =
new wxStaticText(
this, wxID_ANY, wxT(
"Options"), wxDefaultPosition, wxDefaultSize, 0 );
22 m_jobOptionsPanel =
new wxPanel(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
47 this->Centre( wxBOTH );
wxStaticText * m_staticText1
wxStdDialogButtonSizer * m_sdbSizer1
wxButton * m_sdbSizer1Cancel
wxPanel * m_jobOptionsPanel
wxButton * m_sdbSizer1Save
wxFlexGridSizer * m_jobOptionsSizer
DIALOG_JOB_CONFIG_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE)
~DIALOG_JOB_CONFIG_BASE()
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...