92 lines
2.9 KiB
C++
92 lines
2.9 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// C++ code generated with wxFormBuilder (version Dec 30 2017)
|
|
// http://www.wxformbuilder.org/
|
|
//
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef __DIALOG_PRINT_USING_PRINTER_BASE_H__
|
|
#define __DIALOG_PRINT_USING_PRINTER_BASE_H__
|
|
|
|
#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/checklst.h>
|
|
#include <wx/sizer.h>
|
|
#include <wx/checkbox.h>
|
|
#include <wx/statbox.h>
|
|
#include <wx/radiobox.h>
|
|
#include <wx/textctrl.h>
|
|
#include <wx/choice.h>
|
|
#include <wx/gbsizer.h>
|
|
#include <wx/statline.h>
|
|
#include <wx/button.h>
|
|
#include <wx/dialog.h>
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
/// Class DIALOG_PRINT_USING_PRINTER_BASE
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
class DIALOG_PRINT_USING_PRINTER_BASE : public DIALOG_SHIM
|
|
{
|
|
private:
|
|
|
|
protected:
|
|
enum
|
|
{
|
|
wxID_FRAME_SEL = 1000,
|
|
wxID_PAGE_MODE,
|
|
wxID_PRINT_OPTIONS
|
|
};
|
|
|
|
wxStaticText* m_staticText4;
|
|
wxCheckListBox* m_CopperLayersList;
|
|
wxStaticText* m_staticText5;
|
|
wxCheckListBox* m_TechnicalLayersList;
|
|
wxCheckBox* m_Exclude_Edges_Pcb;
|
|
wxRadioBox* m_ScaleOption;
|
|
wxStaticText* m_FineAdjustXscaleTitle;
|
|
wxTextCtrl* m_FineAdjustXscaleOpt;
|
|
wxStaticText* m_FineAdjustYscaleTitle;
|
|
wxTextCtrl* m_FineAdjustYscaleOpt;
|
|
wxStaticText* m_penWidthLabel;
|
|
wxTextCtrl* m_penWidthCtrl;
|
|
wxStaticText* m_penWidthUnits;
|
|
wxStaticText* m_drillMarksLabel;
|
|
wxChoice* m_drillMarksChoice;
|
|
wxStaticText* m_outputModeLabel;
|
|
wxChoice* m_outputMode;
|
|
wxCheckBox* m_Print_Sheet_Ref;
|
|
wxCheckBox* m_Print_Mirror;
|
|
wxRadioBox* m_PagesOption;
|
|
wxStaticLine* m_staticline1;
|
|
wxButton* m_buttonOption;
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
wxButton* m_sdbSizer1OK;
|
|
wxButton* m_sdbSizer1Apply;
|
|
wxButton* m_sdbSizer1Cancel;
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
virtual void OnScaleSelectionClick( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnPageSetup( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnPrintPreview( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnPrintButtonClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
public:
|
|
|
|
DIALOG_PRINT_USING_PRINTER_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Print"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
|
~DIALOG_PRINT_USING_PRINTER_BASE();
|
|
|
|
};
|
|
|
|
#endif //__DIALOG_PRINT_USING_PRINTER_BASE_H__
|