2012-08-15 17:55:48 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-01-23 08:21:23 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.0-39-g3487c3cb)
|
2012-08-15 17:55:48 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2017-12-26 14:38:45 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2012-08-15 17:55:48 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-05-16 14:47:43 +00:00
|
|
|
#pragma once
|
2012-08-15 17:55:48 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/string.h>
|
2018-07-22 22:27:59 +00:00
|
|
|
#include <wx/checkbox.h>
|
2012-08-15 17:55:48 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2023-01-11 20:29:16 +00:00
|
|
|
#include <wx/stattext.h>
|
2020-05-16 14:47:43 +00:00
|
|
|
#include <wx/choice.h>
|
2012-08-15 17:55:48 +00:00
|
|
|
#include <wx/sizer.h>
|
2023-01-08 19:26:10 +00:00
|
|
|
#include <wx/button.h>
|
2020-05-16 14:47:43 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
2012-08-15 17:55:48 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_PRINT_USING_PRINTER_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_PRINT_USING_PRINTER_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
2020-05-16 14:47:43 +00:00
|
|
|
|
2012-08-15 17:55:48 +00:00
|
|
|
protected:
|
|
|
|
wxCheckBox* m_checkReference;
|
2023-01-11 20:29:16 +00:00
|
|
|
wxStaticText* m_staticText1;
|
|
|
|
wxChoice* m_colorPrint;
|
2020-05-16 14:47:43 +00:00
|
|
|
wxCheckBox* m_checkBackgroundColor;
|
|
|
|
wxCheckBox* m_checkUseColorTheme;
|
|
|
|
wxChoice* m_colorTheme;
|
2012-08-15 17:55:48 +00:00
|
|
|
wxButton* m_buttonPageSetup;
|
2018-07-22 22:27:59 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
wxButton* m_sdbSizer1Apply;
|
|
|
|
wxButton* m_sdbSizer1Cancel;
|
2020-05-16 14:47:43 +00:00
|
|
|
|
2023-01-08 19:26:10 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2012-08-15 17:55:48 +00:00
|
|
|
virtual void OnCloseWindow( wxCloseEvent& event ) { event.Skip(); }
|
2023-01-11 20:29:16 +00:00
|
|
|
virtual void OnOutputChoice( wxCommandEvent& event ) { event.Skip(); }
|
2020-05-16 14:47:43 +00:00
|
|
|
virtual void OnUseColorThemeChecked( wxCommandEvent& event ) { event.Skip(); }
|
2012-08-15 17:55:48 +00:00
|
|
|
virtual void OnPageSetup( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnPrintPreview( wxCommandEvent& event ) { event.Skip(); }
|
2020-05-16 14:47:43 +00:00
|
|
|
|
|
|
|
|
2012-08-15 17:55:48 +00:00
|
|
|
public:
|
2020-05-16 14:47:43 +00:00
|
|
|
|
2023-01-23 08:21:23 +00:00
|
|
|
DIALOG_PRINT_USING_PRINTER_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Print"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 391,250 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2023-01-08 19:26:10 +00:00
|
|
|
|
2012-08-15 17:55:48 +00:00
|
|
|
~DIALOG_PRINT_USING_PRINTER_BASE();
|
2020-05-16 14:47:43 +00:00
|
|
|
|
2012-08-15 17:55:48 +00:00
|
|
|
};
|
|
|
|
|