10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/textctrl.h>
21#include <wx/valtext.h>
23#include <wx/checkbox.h>
53 DIALOG_COPYFILES_JOB_SETTINGS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Copy Files Job Settings"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE );
wxStaticText * m_textSource
wxTextCtrl * m_textCtrlDest
DIALOG_COPYFILES_JOB_SETTINGS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Copy Files Job Settings"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE)
wxCheckBox * m_cbGenerateError
wxButton * m_sdbSizer1Cancel
~DIALOG_COPYFILES_JOB_SETTINGS_BASE()
wxTextCtrl * m_textCtrlSource
wxCheckBox * m_cbOverwrite
wxStdDialogButtonSizer * m_sdbSizer1
virtual void OnRecordOutputClicked(wxCommandEvent &event)
wxStaticText * m_textDest
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)