10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
22#include <wx/stc/stc.h>
23#include <wx/textctrl.h>
25#include <wx/checkbox.h>
53 virtual void onSizeGrid( wxSizeEvent& event ) {
event.Skip(); }
58 DIALOG_EXECUTECOMMAND_JOB_SETTINGS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Execute Command Job Settings"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
wxCheckBox * m_cbRecordOutput
~DIALOG_EXECUTECOMMAND_JOB_SETTINGS_BASE()
wxStaticText * m_textCommand
wxButton * m_sdbSizer1Cancel
wxStdDialogButtonSizer * m_sdbSizer1
virtual void OnRecordOutputClicked(wxCommandEvent &event)
wxCheckBox * m_cbIgnoreExitCode
wxStaticText * m_textOutputPath
WX_GRID * m_path_subs_grid
virtual void onSizeGrid(wxSizeEvent &event)
DIALOG_EXECUTECOMMAND_JOB_SETTINGS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Execute Command Job Settings"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStyledTextCtrl * m_textCtrlCommand
wxTextCtrl * m_textCtrlOutputPath
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)