10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
22#include <wx/textctrl.h>
24#include <wx/bmpbuttn.h>
30#include <wx/checklst.h>
62 DIALOG_JOBSET_OUTPUT_OPTIONS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"%s Output Options"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_JOBSET_OUTPUT_OPTIONS_BASE.
wxTextCtrl * m_textCtrlDescription
~DIALOG_JOBSET_OUTPUT_OPTIONS_BASE()
virtual void onOutputPathBrowseClicked(wxCommandEvent &event)
wxStaticText * m_textArchiveFormat
wxCheckListBox * m_includeJobs
wxStaticText * m_textOutputPath
wxStaticText * m_staticText10
wxButton * m_sdbSizer1Cancel
STD_BITMAP_BUTTON * m_buttonOutputPath
wxStdDialogButtonSizer * m_sdbSizer1
wxStaticText * m_textArchiveDesc
wxChoice * m_choiceArchiveformat
wxTextCtrl * m_textCtrlOutputPath
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...