2013-05-23 18:45:23 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2017-12-26 14:38:45 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Nov 22 2017)
|
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
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef __DIALOG_PAGE_SETTINGS_BASE_H__
|
|
|
|
#define __DIALOG_PAGE_SETTINGS_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>
|
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>
|
|
|
|
#include <wx/sizer.h>
|
2013-05-28 08:05:10 +00:00
|
|
|
#include <wx/valtext.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>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/datectrl.h>
|
|
|
|
#include <wx/dateevt.h>
|
2013-05-28 08:05:10 +00:00
|
|
|
#include <wx/checkbox.h>
|
2013-05-23 18:45:23 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_PAGES_SETTINGS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_PAGES_SETTINGS_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
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;
|
|
|
|
wxStaticText* m_staticTextHeight;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxTextCtrl* m_TextUserSizeY;
|
2013-05-28 08:05:10 +00:00
|
|
|
wxStaticText* m_staticTextWidth;
|
|
|
|
wxTextCtrl* m_TextUserSizeX;
|
|
|
|
wxStaticText* m_staticTextPreview;
|
2013-05-23 18:45:23 +00:00
|
|
|
wxStaticBitmap* m_PageLayoutExampleBitmap;
|
2013-05-28 08:05:10 +00:00
|
|
|
wxStaticLine* m_staticline1;
|
|
|
|
wxStaticText* m_staticTexttbprm;
|
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;
|
2013-05-28 09:49:53 +00:00
|
|
|
wxStaticText* m_staticText13;
|
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;
|
2013-07-19 18:27:22 +00:00
|
|
|
wxStaticText* m_staticTextfilename;
|
2013-08-09 16:19:52 +00:00
|
|
|
wxTextCtrl* m_textCtrlFilePicker;
|
|
|
|
wxButton* m_buttonBrowse;
|
2015-06-14 17:58:57 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
2013-05-23 18:45:23 +00:00
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
|
|
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(); }
|
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(); }
|
2013-08-09 16:19:52 +00:00
|
|
|
virtual void OnWksFileSelection( wxCommandEvent& event ) { event.Skip(); }
|
2013-05-23 18:45:23 +00:00
|
|
|
virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
2017-12-26 14:38:45 +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 );
|
2013-05-23 18:45:23 +00:00
|
|
|
~DIALOG_PAGES_SETTINGS_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //__DIALOG_PAGE_SETTINGS_BASE_H__
|