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>
22#include <wx/spinctrl.h>
24#include <wx/checkbox.h>
25#include <wx/gbsizer.h>
26#include <wx/statbox.h>
27#include <wx/radiobox.h>
72 DIALOG_RENDER_JOB_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Render PCB Job Options"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE );
Class DIALOG_RENDER_JOB_BASE.
wxChoice * m_choiceQuality
wxSpinCtrl * m_spinCtrlHeight
wxChoice * m_choiceBgStyle
wxRadioBox * m_radioProjection
wxStaticText * m_qualityLabel
wxStaticText * m_formatLabel
~DIALOG_RENDER_JOB_BASE()
wxStaticText * m_staticText17
wxStaticText * m_backgroundStyleLabel
wxButton * m_sdbSizer1Cancel
wxSpinCtrlDouble * m_spinCtrlZoom
wxStaticText * m_staticText19
wxStaticText * m_textOutputPath
wxStaticText * m_staticText15
wxSpinCtrl * m_spinCtrlWidth
wxStaticText * m_staticText182
wxStaticText * m_dimensionsLabel
wxStaticText * m_sideLabel
wxStdDialogButtonSizer * m_sdbSizer1
virtual void OnFormatChoice(wxCommandEvent &event)
wxTextCtrl * m_textCtrlOutputFile
wxChoice * m_choiceFormat
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...