dialog_page_settings_base.h 5.26 KB
Newer Older
1
///////////////////////////////////////////////////////////////////////////
2
// C++ code generated with wxFormBuilder (version Nov  6 2013)
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////

#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>
class DIALOG_SHIM;

#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>
23
#include <wx/statline.h>
24 25 26
#include <wx/choice.h>
#include <wx/textctrl.h>
#include <wx/sizer.h>
27
#include <wx/valtext.h>
28 29 30 31 32 33 34
#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>
35
#include <wx/checkbox.h>
36 37 38 39
#include <wx/dialog.h>

///////////////////////////////////////////////////////////////////////////

40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
#define ID_CHOICE_PAGE_ORIENTATION 1000
#define ID_TEXTCTRL_USER_PAGE_SIZE_Y 1001
#define ID_TEXTCTRL_USER_PAGE_SIZE_X 1002
#define ID_TEXTCTRL_DATE 1003
#define ID_BTN_APPLY_DATE 1004
#define ID_PICKER_DATE 1005
#define ID_CHECKBOX_DATE 1006
#define ID_TEXTCTRL_REVISION 1007
#define ID_CHECKBOX_REVISION 1008
#define ID_TEXTCTRL_TITLE 1009
#define ID_TEXTCTRL_COMPANY 1010
#define ID_CHECKBOX_COMPANY 1011
#define ID_TEXTCTRL_COMMENT1 1012
#define ID_CHECKBOX_COMMENT1 1013
#define ID_TEXTCTRL_COMMENT2 1014
#define ID_CHECKBOX_COMMENT2 1015
#define ID_TEXTCTRL_COMMENT3 1016
#define ID_CHECKBOX_COMMENT3 1017
#define ID_TEXTCTRL_COMMENT4 1018
#define ID_CHECKBOX_COMMENT4 1019
60 61 62 63 64 65 66 67 68

///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_PAGES_SETTINGS_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_PAGES_SETTINGS_BASE : public DIALOG_SHIM
{
	private:
	
	protected:
69
		wxStaticText* m_staticTextPaper;
70
		wxStaticLine* m_staticline2;
71
		wxStaticText* m_staticTextSize;
72
		wxChoice* m_paperSizeComboBox;
73
		wxStaticText* m_staticTextOrient;
74
		wxChoice* m_orientationComboBox;
75 76
		wxStaticText* m_staticTextCustSize;
		wxStaticText* m_staticTextHeight;
77
		wxTextCtrl* m_TextUserSizeY;
78 79 80
		wxStaticText* m_staticTextWidth;
		wxTextCtrl* m_TextUserSizeX;
		wxStaticText* m_staticTextPreview;
81
		wxStaticBitmap* m_PageLayoutExampleBitmap;
82 83
		wxStaticLine* m_staticline1;
		wxStaticText* m_staticTexttbprm;
84
		wxStaticLine* m_staticline3;
85 86
		wxStaticText* m_TextSheetCount;
		wxStaticText* m_TextSheetNumber;
87
		wxStaticText* m_staticTextDate;
88 89 90 91
		wxTextCtrl* m_TextDate;
		wxButton* m_ApplyDate;
		wxDatePickerCtrl* m_PickDate;
		wxCheckBox* m_DateExport;
92 93 94
		wxStaticText* m_staticTextRev;
		wxTextCtrl* m_TextRevision;
		wxCheckBox* m_RevisionExport;
95
		wxStaticText* m_staticTextTitle;
96 97
		wxTextCtrl* m_TextTitle;
		wxCheckBox* m_TitleExport;
98
		wxStaticText* m_staticText13;
99 100
		wxTextCtrl* m_TextCompany;
		wxCheckBox* m_CompanyExport;
101
		wxStaticText* m_staticTextComment1;
102 103
		wxTextCtrl* m_TextComment1;
		wxCheckBox* m_Comment1Export;
104
		wxStaticText* m_staticTextComment2;
105 106
		wxTextCtrl* m_TextComment2;
		wxCheckBox* m_Comment2Export;
107
		wxStaticText* m_staticTextComment3;
108 109
		wxTextCtrl* m_TextComment3;
		wxCheckBox* m_Comment3Export;
110
		wxStaticText* m_staticTextComment4;
111 112
		wxTextCtrl* m_TextComment4;
		wxCheckBox* m_Comment4Export;
113
		wxStaticText* m_staticTextfilename;
114 115
		wxTextCtrl* m_textCtrlFilePicker;
		wxButton* m_buttonBrowse;
116 117 118 119 120 121 122 123
		wxStdDialogButtonSizer* m_sdbSizer1;
		wxButton* m_sdbSizer1OK;
		wxButton* m_sdbSizer1Cancel;
		
		// 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(); }
124
		virtual void OnUserPageSizeXTextUpdated( wxCommandEvent& event ) { event.Skip(); }
125 126
		virtual void OnDateTextUpdated( wxCommandEvent& event ) { event.Skip(); }
		virtual void OnDateApplyClick( wxCommandEvent& event ) { event.Skip(); }
127
		virtual void OnRevisionTextUpdated( wxCommandEvent& event ) { event.Skip(); }
128 129 130 131 132 133 134
		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(); }
135
		virtual void OnWksFileSelection( wxCommandEvent& event ) { event.Skip(); }
136 137 138 139 140 141
		virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
		virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
		
	
	public:
		
142
		DIALOG_PAGES_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Page Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 748,470 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); 
143 144 145 146 147
		~DIALOG_PAGES_SETTINGS_BASE();
	
};

#endif //__DIALOG_PAGE_SETTINGS_BASE_H__