2024-12-28 14:16:18 -05:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2025-01-01 17:38:26 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
|
2024-12-28 14:16:18 -05:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/textctrl.h>
|
2025-01-01 17:38:26 +00:00
|
|
|
#include <wx/choice.h>
|
2024-12-28 14:24:54 -05:00
|
|
|
#include <wx/spinctrl.h>
|
|
|
|
#include <wx/sizer.h>
|
2024-12-28 14:16:18 -05:00
|
|
|
#include <wx/checkbox.h>
|
2025-01-01 17:38:26 +00:00
|
|
|
#include <wx/gbsizer.h>
|
|
|
|
#include <wx/statbox.h>
|
2024-12-28 14:16:18 -05:00
|
|
|
#include <wx/radiobox.h>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2025-01-01 17:38:26 +00:00
|
|
|
|
2024-12-28 14:16:18 -05:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_RENDER_JOB_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_RENDER_JOB_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
|
|
|
wxStaticText* m_textOutputPath;
|
|
|
|
wxTextCtrl* m_textCtrlOutputFile;
|
2025-01-01 17:38:26 +00:00
|
|
|
wxStaticText* m_formatLabel;
|
|
|
|
wxChoice* m_choiceFormat;
|
|
|
|
wxStaticText* m_dimensionsLabel;
|
2024-12-28 14:24:54 -05:00
|
|
|
wxSpinCtrl* m_spinCtrlWidth;
|
|
|
|
wxStaticText* m_staticText17;
|
|
|
|
wxStaticText* m_staticText19;
|
|
|
|
wxSpinCtrl* m_spinCtrlHeight;
|
|
|
|
wxStaticText* m_staticText182;
|
2025-01-01 17:38:26 +00:00
|
|
|
wxStaticText* m_qualityLabel;
|
2024-12-28 14:16:18 -05:00
|
|
|
wxChoice* m_choiceQuality;
|
2025-01-01 17:38:26 +00:00
|
|
|
wxStaticText* m_backgroundStyleLabel;
|
2024-12-28 14:16:18 -05:00
|
|
|
wxChoice* m_choiceBgStyle;
|
2025-01-01 17:38:26 +00:00
|
|
|
wxStaticText* m_staticText15;
|
|
|
|
wxSpinCtrlDouble* m_spinCtrlZoom;
|
|
|
|
wxStaticText* m_sideLabel;
|
2024-12-28 14:16:18 -05:00
|
|
|
wxChoice* m_choiceSide;
|
|
|
|
wxCheckBox* m_cbFloor;
|
|
|
|
wxRadioBox* m_radioProjection;
|
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
wxButton* m_sdbSizer1Cancel;
|
|
|
|
|
|
|
|
// Virtual event handlers, override them in your derived class
|
|
|
|
virtual void OnFormatChoice( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
2025-01-01 17:38:26 +00:00
|
|
|
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 );
|
2024-12-28 14:16:18 -05:00
|
|
|
|
|
|
|
~DIALOG_RENDER_JOB_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|