2013-05-23 18:45:23 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2022-12-13 20:47:28 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2013-05-23 18:45:23 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2017-12-26 14:38:45 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-23 18:45:23 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-08-21 16:58:29 +00:00
|
|
|
#pragma once
|
2013-05-23 18:45:23 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2022-12-13 20:47:28 +00:00
|
|
|
class STD_BITMAP_BUTTON;
|
|
|
|
|
2013-05-23 18:45:23 +00:00
|
|
|
#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>
|
2013-05-28 09:49:53 +00:00
|
|
|
#include <wx/statline.h>
|
2013-05-23 18:45:23 +00:00
|
|
|
#include <wx/choice.h>
|
|
|
|
#include <wx/textctrl.h>
|
2013-05-28 08:05:10 +00:00
|
|
|
#include <wx/valtext.h>
|
2018-06-14 08:26:11 +00:00
|
|
|
#include <wx/sizer.h>
|
2020-04-19 11:34:01 +00:00
|
|
|
#include <wx/checkbox.h>
|
2013-05-23 18:45:23 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/statbmp.h>
|
2021-09-23 15:44:39 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2013-05-23 18:45:23 +00:00
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/datectrl.h>
|
|
|
|
#include <wx/dateevt.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_PAGES_SETTINGS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_PAGES_SETTINGS_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
2019-08-21 16:58:29 +00:00
|
|
|
|
2013-05-23 18:45:23 +00:00
|
|
|
protected:
|
2013-05-28 08:05:10 +00:00
|
|
|
wxStaticText* m_staticTextPaper;
|
2013-05-28 09:49:53 +00:00
|
|
|
wxStaticLine* m_staticline2;
|
2013-05-28 08:05:10 +00:00
|
|
|
wxStaticText* m_staticTextSize;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxChoice* m_paperSizeComboBox;
|
2013-05-28 08:05:10 +00:00
|
|
|
wxStaticText* m_staticTextOrient;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxChoice* m_orientationComboBox;
|
2013-05-28 08:05:10 +00:00
|
|
|
wxStaticText* m_staticTextCustSize;
|
2018-06-14 08:26:11 +00:00
|
|
|
wxStaticText* m_userSizeYLabel;
|
|
|
|
wxTextCtrl* m_userSizeYCtrl;
|
|
|
|
wxStaticText* m_userSizeYUnits;
|
|
|
|
wxStaticText* m_userSizeXLabel;
|
|
|
|
wxTextCtrl* m_userSizeXCtrl;
|
|
|
|
wxStaticText* m_userSizeXUnits;
|
2020-04-19 11:34:01 +00:00
|
|
|
wxCheckBox* m_PaperExport;
|
2013-05-28 08:05:10 +00:00
|
|
|
wxStaticText* m_staticTextPreview;
|
2021-09-23 15:44:39 +00:00
|
|
|
wxStaticLine* m_staticline31;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxStaticBitmap* m_PageLayoutExampleBitmap;
|
2021-09-23 15:44:39 +00:00
|
|
|
wxStaticText* m_staticTextDrawingSheet;
|
|
|
|
wxStaticLine* m_staticline4;
|
|
|
|
wxStaticText* m_staticText30;
|
|
|
|
wxTextCtrl* m_textCtrlFilePicker;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_browseButton;
|
2019-07-10 22:15:57 +00:00
|
|
|
wxStaticText* m_staticTextTitleBlock;
|
2013-05-28 09:49:53 +00:00
|
|
|
wxStaticLine* m_staticline3;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxStaticText* m_TextSheetCount;
|
|
|
|
wxStaticText* m_TextSheetNumber;
|
2013-05-28 09:49:53 +00:00
|
|
|
wxStaticText* m_staticTextDate;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxTextCtrl* m_TextDate;
|
|
|
|
wxButton* m_ApplyDate;
|
|
|
|
wxDatePickerCtrl* m_PickDate;
|
|
|
|
wxCheckBox* m_DateExport;
|
2013-05-28 08:05:10 +00:00
|
|
|
wxStaticText* m_staticTextRev;
|
|
|
|
wxTextCtrl* m_TextRevision;
|
|
|
|
wxCheckBox* m_RevisionExport;
|
2013-05-28 09:49:53 +00:00
|
|
|
wxStaticText* m_staticTextTitle;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxTextCtrl* m_TextTitle;
|
|
|
|
wxCheckBox* m_TitleExport;
|
2019-08-21 16:58:29 +00:00
|
|
|
wxStaticText* m_staticTextCompany;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxTextCtrl* m_TextCompany;
|
|
|
|
wxCheckBox* m_CompanyExport;
|
2013-05-28 09:49:53 +00:00
|
|
|
wxStaticText* m_staticTextComment1;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxTextCtrl* m_TextComment1;
|
|
|
|
wxCheckBox* m_Comment1Export;
|
2013-05-28 09:49:53 +00:00
|
|
|
wxStaticText* m_staticTextComment2;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxTextCtrl* m_TextComment2;
|
|
|
|
wxCheckBox* m_Comment2Export;
|
2013-05-28 09:49:53 +00:00
|
|
|
wxStaticText* m_staticTextComment3;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxTextCtrl* m_TextComment3;
|
|
|
|
wxCheckBox* m_Comment3Export;
|
2013-05-28 09:49:53 +00:00
|
|
|
wxStaticText* m_staticTextComment4;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxTextCtrl* m_TextComment4;
|
|
|
|
wxCheckBox* m_Comment4Export;
|
2019-08-21 16:58:29 +00:00
|
|
|
wxStaticText* m_staticTextComment5;
|
|
|
|
wxTextCtrl* m_TextComment5;
|
|
|
|
wxCheckBox* m_Comment5Export;
|
|
|
|
wxStaticText* m_staticTextComment6;
|
|
|
|
wxTextCtrl* m_TextComment6;
|
|
|
|
wxCheckBox* m_Comment6Export;
|
|
|
|
wxStaticText* m_staticTextComment7;
|
|
|
|
wxTextCtrl* m_TextComment7;
|
|
|
|
wxCheckBox* m_Comment7Export;
|
|
|
|
wxStaticText* m_staticTextComment8;
|
|
|
|
wxTextCtrl* m_TextComment8;
|
|
|
|
wxCheckBox* m_Comment8Export;
|
|
|
|
wxStaticText* m_staticTextComment9;
|
|
|
|
wxTextCtrl* m_TextComment9;
|
|
|
|
wxCheckBox* m_Comment9Export;
|
2015-06-14 17:58:57 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
2019-08-21 16:58:29 +00:00
|
|
|
|
Fix various typos
Found via `codespell -q 3 -S *.po,./thirdparty,./Documentation/changelogs -L aactual,acount,aline,alocation,alog,anormal,anumber,aother,apoints,aparent,aray,ba,busses,dout,einstance,leaded,modul,ontext,ot,overide,serie,te,,tesselate,tesselator,tht`
2022-07-03 04:20:05 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2013-05-23 18:45:23 +00:00
|
|
|
virtual void OnPaperSizeChoice( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnPageOrientationChoice( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnUserPageSizeYTextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
2013-05-28 08:05:10 +00:00
|
|
|
virtual void OnUserPageSizeXTextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
2021-09-23 15:44:39 +00:00
|
|
|
virtual void OnWksFileSelection( wxCommandEvent& event ) { event.Skip(); }
|
2013-05-23 18:45:23 +00:00
|
|
|
virtual void OnDateTextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnDateApplyClick( wxCommandEvent& event ) { event.Skip(); }
|
2013-05-28 08:05:10 +00:00
|
|
|
virtual void OnRevisionTextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
2013-05-23 18:45:23 +00:00
|
|
|
virtual void OnTitleTextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnCheckboxTitleClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnCompanyTextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnComment1TextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnComment2TextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnComment3TextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnComment4TextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
2019-08-21 16:58:29 +00:00
|
|
|
virtual void OnComment5TextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnComment6TextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnComment7TextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnComment8TextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnComment9TextUpdated( wxCommandEvent& event ) { event.Skip(); }
|
2013-05-23 18:45:23 +00:00
|
|
|
virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
|
2019-08-21 16:58:29 +00:00
|
|
|
|
|
|
|
|
2013-05-23 18:45:23 +00:00
|
|
|
public:
|
2019-08-21 16:58:29 +00:00
|
|
|
|
|
|
|
DIALOG_PAGES_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Page Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2022-12-13 20:47:28 +00:00
|
|
|
|
2013-05-23 18:45:23 +00:00
|
|
|
~DIALOG_PAGES_SETTINGS_BASE();
|
2019-08-21 16:58:29 +00:00
|
|
|
|
2013-05-23 18:45:23 +00:00
|
|
|
};
|
|
|
|
|