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>
100 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
wxSpinCtrlDouble * m_spinCtrlLightsBottom
wxSpinCtrl * m_spinCtrlHeight
wxChoice * m_choiceBgStyle
wxSpinCtrlDouble * m_spinCtrlRotX
wxStaticText * m_bottomLabel
wxRadioBox * m_radioProjection
wxStaticText * m_qualityLabel
wxStaticText * m_formatLabel
wxSpinCtrlDouble * m_spinCtrlLightsSides
~DIALOG_RENDER_JOB_BASE()
wxStaticText * m_staticText17
wxStaticText * m_backgroundStyleLabel
wxStaticText * m_TopLabel
wxButton * m_sdbSizer1Cancel
wxSpinCtrl * m_spinCtrlLightsSideElevation
wxSpinCtrlDouble * m_spinCtrlZoom
wxStaticText * m_labelSideLightsElevation
wxStaticText * m_staticText19
wxSpinCtrlDouble * m_spinCtrlPanX
wxSpinCtrlDouble * m_spinCtrlPivotY
wxStaticText * m_textOutputPath
wxSpinCtrlDouble * m_spinCtrlLightsTop
wxSpinCtrlDouble * m_spinCtrlRotY
wxSpinCtrlDouble * m_spinCtrlPanZ
wxStaticText * m_staticText15
wxSpinCtrlDouble * m_spinCtrlPivotX
wxSpinCtrlDouble * m_spinCtrlPanY
wxSpinCtrl * m_spinCtrlWidth
wxStaticText * m_staticText182
wxStaticText * m_dimensionsLabel
wxStaticText * m_cameraLabel
wxStaticText * m_labelMM2
wxSpinCtrlDouble * m_spinCtrlPivotZ
wxStaticText * m_labelMM1
wxStaticText * m_sideLabel
wxStdDialogButtonSizer * m_sdbSizer1
virtual void OnFormatChoice(wxCommandEvent &event)
wxSpinCtrlDouble * m_spinCtrlLightsCamera
wxStaticText * m_labelDegrees
wxTextCtrl * m_textCtrlOutputFile
wxStaticText * m_labelDeg1
wxSpinCtrlDouble * m_spinCtrlRotZ
wxStaticText * m_sidesLabel
wxChoice * m_choiceFormat
wxStaticText * m_labelxx21
wxStaticText * m_labelxx2
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...