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 );
 
 
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
 
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)
 
wxStaticText * m_textOutputPath
 
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)