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_DESTINATION_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"%s Destination"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_DESTINATION_BASE.
wxStdDialogButtonSizer * m_sdbSizer1
~DIALOG_DESTINATION_BASE()
wxStaticText * m_textArchiveFormat
wxCheckListBox * m_includeJobs
wxChoice * m_choiceArchiveformat
STD_BITMAP_BUTTON * m_buttonOutputPath
wxStaticText * m_textArchiveDesc
wxStaticText * m_staticText10
wxButton * m_sdbSizer1Cancel
wxTextCtrl * m_textCtrlOutputPath
virtual void onOutputPathBrowseClicked(wxCommandEvent &event)
wxTextCtrl * m_textCtrlDescription
wxStaticText * m_textOutputPath
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...