14DIALOG_PAGES_SETTINGS_BASE::DIALOG_PAGES_SETTINGS_BASE( wxWindow* parent, wxWindowID
id,
const wxString& title,
const wxPoint& pos,
const wxSize& size,
long style ) :
DIALOG_SHIM( parent, id, title, pos, size, style )
16 this->SetSizeHints( wxDefaultSize, wxDefaultSize );
18 wxBoxSizer* bMainSizer;
19 bMainSizer =
new wxBoxSizer( wxVERTICAL );
21 wxBoxSizer* bUpperSizerH;
22 bUpperSizerH =
new wxBoxSizer( wxHORIZONTAL );
24 wxBoxSizer* bleftSizer;
25 bleftSizer =
new wxBoxSizer( wxVERTICAL );
27 m_staticTextPaper =
new wxStaticText(
this, wxID_ANY,
_(
"Paper"), wxDefaultPosition, wxDefaultSize, 0 );
29 bleftSizer->Add(
m_staticTextPaper, 0, wxALIGN_CENTER_HORIZONTAL|wxTOP|wxRIGHT|wxLEFT, 5 );
31 m_staticline2 =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
35 bleftSizer->Add( 0, 10, 0, wxEXPAND, 5 );
37 m_staticTextSize =
new wxStaticText(
this, wxID_ANY,
_(
"Size:"), wxDefaultPosition, wxDefaultSize, 0 );
41 wxString m_paperSizeComboBoxChoices[] = {
_(
"dummy text") };
42 int m_paperSizeComboBoxNChoices =
sizeof( m_paperSizeComboBoxChoices ) /
sizeof( wxString );
43 m_paperSizeComboBox =
new wxChoice(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_paperSizeComboBoxNChoices, m_paperSizeComboBoxChoices, 0 );
48 bleftSizer->Add( 0, 3, 0, wxEXPAND, 5 );
50 m_staticTextOrient =
new wxStaticText(
this, wxID_ANY,
_(
"Orientation:"), wxDefaultPosition, wxDefaultSize, 0 );
54 wxString m_orientationComboBoxChoices[] = {
_(
"Landscape"),
_(
"Portrait") };
55 int m_orientationComboBoxNChoices =
sizeof( m_orientationComboBoxChoices ) /
sizeof( wxString );
56 m_orientationComboBox =
new wxChoice(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_orientationComboBoxNChoices, m_orientationComboBoxChoices, 0 );
60 m_staticTextCustSize =
new wxStaticText(
this, wxID_ANY,
_(
"Custom paper size:"), wxDefaultPosition, wxDefaultSize, 0 );
65 bleftSizer->Add( 0, 2, 0, wxEXPAND, 5 );
67 wxFlexGridSizer* fgSizer1;
68 fgSizer1 =
new wxFlexGridSizer( 0, 3, 3, 0 );
69 fgSizer1->SetFlexibleDirection( wxBOTH );
70 fgSizer1->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
72 m_userSizeYLabel =
new wxStaticText(
this, wxID_ANY,
_(
"Height:"), wxDefaultPosition, wxDefaultSize, 0 );
74 fgSizer1->Add(
m_userSizeYLabel, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 );
76 m_userSizeYCtrl =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_LEFT );
89 m_userSizeYUnits =
new wxStaticText(
this, wxID_ANY,
_(
"unit"), wxDefaultPosition, wxDefaultSize, 0 );
93 m_userSizeXLabel =
new wxStaticText(
this, wxID_ANY,
_(
"Width:"), wxDefaultPosition, wxDefaultSize, 0 );
95 fgSizer1->Add(
m_userSizeXLabel, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
97 m_userSizeXCtrl =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_LEFT );
108 fgSizer1->Add(
m_userSizeXCtrl, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
110 m_userSizeXUnits =
new wxStaticText(
this, wxID_ANY,
_(
"unit"), wxDefaultPosition, wxDefaultSize, 0 );
112 fgSizer1->Add(
m_userSizeXUnits, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT, 5 );
115 bleftSizer->Add( fgSizer1, 0, wxEXPAND|wxBOTTOM, 5 );
117 m_PaperExport =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
121 bleftSizer->Add( 0, 20, 0, wxEXPAND, 5 );
123 m_staticTextPreview =
new wxStaticText(
this, wxID_ANY,
_(
"Preview"), wxDefaultPosition, wxDefaultSize, 0 );
125 bleftSizer->Add(
m_staticTextPreview, 0, wxALIGN_CENTER_HORIZONTAL|wxTOP|wxRIGHT|wxLEFT, 5 );
127 m_staticline31 =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
131 bleftSizer->Add( 0, 12, 0, wxEXPAND, 5 );
133 m_PageLayoutExampleBitmap =
new wxStaticBitmap(
this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1,-1 ), wxFULL_REPAINT_ON_RESIZE|wxBORDER_SIMPLE );
140 bUpperSizerH->Add( bleftSizer, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
143 bUpperSizerH->Add( 15, 0, 0, wxEXPAND, 5 );
145 wxBoxSizer* bSizerRight;
146 bSizerRight =
new wxBoxSizer( wxVERTICAL );
152 m_staticline4 =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
156 bSizerRight->Add( 0, 10, 0, wxEXPAND, 5 );
158 wxBoxSizer* bSizerFilename;
159 bSizerFilename =
new wxBoxSizer( wxVERTICAL );
161 wxBoxSizer* bSizerfileSelection;
162 bSizerfileSelection =
new wxBoxSizer( wxHORIZONTAL );
164 m_staticText30 =
new wxStaticText(
this, wxID_ANY,
_(
"File:"), wxDefaultPosition, wxDefaultSize, 0 );
166 bSizerfileSelection->Add(
m_staticText30, 0, wxALIGN_CENTER_VERTICAL|wxLEFT|wxTOP, 5 );
168 m_textCtrlFilePicker =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
172 bSizerfileSelection->Add(
m_browseButton, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxTOP, 5 );
175 bSizerFilename->Add( bSizerfileSelection, 1, wxBOTTOM|wxEXPAND, 5 );
178 bSizerRight->Add( bSizerFilename, 0, wxEXPAND|wxALL, 5 );
181 bSizerRight->Add( 0, 10, 0, wxEXPAND, 5 );
183 m_staticTextTitleBlock =
new wxStaticText(
this, wxID_ANY,
_(
"Title Block Parameters"), wxDefaultPosition, wxDefaultSize, 0 );
187 m_staticline3 =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
191 bSizerRight->Add( 0, 10, 0, wxEXPAND, 5 );
193 wxBoxSizer* SheetInfoSizer;
194 SheetInfoSizer =
new wxBoxSizer( wxHORIZONTAL );
196 m_TextSheetCount =
new wxStaticText(
this, wxID_ANY,
_(
"Number of sheets: %d"), wxDefaultPosition, wxDefaultSize, 0 );
201 SheetInfoSizer->Add( 5, 5, 1, wxEXPAND, 5 );
203 m_TextSheetNumber =
new wxStaticText(
this, wxID_ANY,
_(
"Sheet number: %d"), wxDefaultPosition, wxDefaultSize, 0 );
208 bSizerRight->Add( SheetInfoSizer, 0, wxLEFT, 5 );
210 wxFlexGridSizer* fgSizer2;
211 fgSizer2 =
new wxFlexGridSizer( 0, 3, 0, 0 );
212 fgSizer2->AddGrowableCol( 1 );
213 fgSizer2->SetFlexibleDirection( wxBOTH );
214 fgSizer2->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
216 m_staticTextDate =
new wxStaticText(
this, wxID_ANY,
_(
"Issue Date:"), wxDefaultPosition, wxDefaultSize, 0 );
218 fgSizer2->Add(
m_staticTextDate, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 );
220 wxBoxSizer* bSizerDate;
221 bSizerDate =
new wxBoxSizer( wxHORIZONTAL );
223 m_TextDate =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
226 bSizerDate->Add(
m_TextDate, 3, wxALIGN_CENTER_VERTICAL|wxLEFT, 5 );
228 m_ApplyDate =
new wxButton(
this, wxID_ANY,
_(
"<<<"), wxDefaultPosition, wxDefaultSize, wxBU_EXACTFIT );
229 bSizerDate->Add(
m_ApplyDate, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 5 );
231 m_PickDate =
new wxDatePickerCtrl(
this, wxID_ANY, wxDefaultDateTime, wxDefaultPosition, wxDefaultSize, wxDP_DEFAULT );
232 bSizerDate->Add(
m_PickDate, 2, wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT, 5 );
235 fgSizer2->Add( bSizerDate, 0, wxBOTTOM|wxEXPAND|wxTOP, 5 );
237 m_DateExport =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
238 fgSizer2->Add(
m_DateExport, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
240 m_staticTextRev =
new wxStaticText(
this, wxID_ANY,
_(
"Revision:"), wxDefaultPosition, wxDefaultSize, 0 );
242 fgSizer2->Add(
m_staticTextRev, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
244 m_TextRevision =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
247 fgSizer2->Add(
m_TextRevision, 1, wxALIGN_CENTER_VERTICAL|wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
249 m_RevisionExport =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
250 fgSizer2->Add(
m_RevisionExport, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
252 m_staticTextTitle =
new wxStaticText(
this, wxID_ANY,
_(
"Title:"), wxDefaultPosition, wxDefaultSize, 0 );
254 fgSizer2->Add(
m_staticTextTitle, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 4 );
256 m_TextTitle =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
259 fgSizer2->Add(
m_TextTitle, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
261 m_TitleExport =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
262 fgSizer2->Add(
m_TitleExport, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
264 m_staticTextCompany =
new wxStaticText(
this, wxID_ANY,
_(
"Company:"), wxDefaultPosition, wxDefaultSize, 0 );
266 fgSizer2->Add(
m_staticTextCompany, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
268 m_TextCompany =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
271 fgSizer2->Add(
m_TextCompany, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND, 5 );
273 m_CompanyExport =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
274 fgSizer2->Add(
m_CompanyExport, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
276 m_staticTextComment1 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment1:"), wxDefaultPosition, wxDefaultSize, 0 );
280 m_TextComment1 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
283 fgSizer2->Add(
m_TextComment1, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND, 5 );
285 m_Comment1Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
286 fgSizer2->Add(
m_Comment1Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
288 m_staticTextComment2 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment2:"), wxDefaultPosition, wxDefaultSize, 0 );
292 m_TextComment2 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
295 fgSizer2->Add(
m_TextComment2, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND, 5 );
297 m_Comment2Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
298 fgSizer2->Add(
m_Comment2Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
300 m_staticTextComment3 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment3:"), wxDefaultPosition, wxDefaultSize, 0 );
304 m_TextComment3 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
307 fgSizer2->Add(
m_TextComment3, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND, 5 );
309 m_Comment3Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
310 fgSizer2->Add(
m_Comment3Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
312 m_staticTextComment4 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment4:"), wxDefaultPosition, wxDefaultSize, 0 );
316 m_TextComment4 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
319 fgSizer2->Add(
m_TextComment4, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND, 5 );
321 m_Comment4Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
322 fgSizer2->Add(
m_Comment4Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
324 m_staticTextComment5 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment5:"), wxDefaultPosition, wxDefaultSize, 0 );
328 m_TextComment5 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
331 fgSizer2->Add(
m_TextComment5, 0, wxEXPAND|wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
333 m_Comment5Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
334 fgSizer2->Add(
m_Comment5Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
336 m_staticTextComment6 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment6:"), wxDefaultPosition, wxDefaultSize, 0 );
340 m_TextComment6 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
343 fgSizer2->Add(
m_TextComment6, 0, wxEXPAND|wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
345 m_Comment6Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
346 fgSizer2->Add(
m_Comment6Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
348 m_staticTextComment7 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment7:"), wxDefaultPosition, wxDefaultSize, 0 );
352 m_TextComment7 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
355 fgSizer2->Add(
m_TextComment7, 0, wxEXPAND|wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
357 m_Comment7Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
358 fgSizer2->Add(
m_Comment7Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
360 m_staticTextComment8 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment8:"), wxDefaultPosition, wxDefaultSize, 0 );
364 m_TextComment8 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
367 fgSizer2->Add(
m_TextComment8, 0, wxEXPAND|wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
369 m_Comment8Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
370 fgSizer2->Add(
m_Comment8Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
372 m_staticTextComment9 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment9:"), wxDefaultPosition, wxDefaultSize, 0 );
376 m_TextComment9 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
379 fgSizer2->Add(
m_TextComment9, 0, wxEXPAND|wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
381 m_Comment9Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
382 fgSizer2->Add(
m_Comment9Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
385 bSizerRight->Add( fgSizer2, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );
388 bUpperSizerH->Add( bSizerRight, 1, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
391 bMainSizer->Add( bUpperSizerH, 1, wxEXPAND|wxRIGHT|wxLEFT, 5 );
400 bMainSizer->Add(
m_sdbSizer, 0, wxALL|wxEXPAND, 5 );
403 this->SetSizer( bMainSizer );
405 bMainSizer->Fit(
this );
wxStaticLine * m_staticline4
wxTextCtrl * m_TextCompany
wxCheckBox * m_Comment3Export
wxStdDialogButtonSizer * m_sdbSizer
wxButton * m_sdbSizerCancel
wxStaticText * m_userSizeXLabel
wxCheckBox * m_Comment6Export
virtual void OnPageOrientationChoice(wxCommandEvent &event)
wxCheckBox * m_Comment7Export
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)
wxStaticLine * m_staticline2
wxStaticText * m_userSizeXUnits
wxCheckBox * m_Comment4Export
virtual void OnDateTextUpdated(wxCommandEvent &event)
virtual void OnOkClick(wxCommandEvent &event)
virtual void OnComment3TextUpdated(wxCommandEvent &event)
virtual void OnCompanyTextUpdated(wxCommandEvent &event)
wxChoice * m_orientationComboBox
virtual void OnUserPageSizeYTextUpdated(wxCommandEvent &event)
wxStaticText * m_staticTextRev
wxTextCtrl * m_TextComment4
wxChoice * m_paperSizeComboBox
wxTextCtrl * m_TextComment9
virtual void OnRevisionTextUpdated(wxCommandEvent &event)
wxTextCtrl * m_TextRevision
virtual void OnComment5TextUpdated(wxCommandEvent &event)
wxStaticText * m_staticTextPaper
wxStaticLine * m_staticline3
wxStaticText * m_staticTextComment3
wxStaticText * m_staticTextComment8
wxTextCtrl * m_TextComment2
wxStaticText * m_userSizeYUnits
wxCheckBox * m_PaperExport
virtual void OnWksFileSelection(wxCommandEvent &event)
wxTextCtrl * m_TextComment8
wxCheckBox * m_RevisionExport
virtual void OnComment7TextUpdated(wxCommandEvent &event)
wxStaticLine * m_staticline31
wxStaticText * m_staticTextTitleBlock
wxStaticText * m_userSizeYLabel
wxStaticText * m_staticTextComment4
wxCheckBox * m_DateExport
wxStaticText * m_TextSheetCount
wxStaticText * m_TextSheetNumber
wxStaticText * m_staticTextDate
wxTextCtrl * m_textCtrlFilePicker
wxStaticText * m_staticTextDrawingSheet
virtual void OnComment8TextUpdated(wxCommandEvent &event)
wxStaticText * m_staticTextComment6
wxStaticBitmap * m_PageLayoutExampleBitmap
wxStaticText * m_staticTextComment2
virtual void OnComment6TextUpdated(wxCommandEvent &event)
STD_BITMAP_BUTTON * m_browseButton
virtual void OnPaperSizeChoice(wxCommandEvent &event)
wxTextCtrl * m_TextComment3
wxTextCtrl * m_userSizeXCtrl
wxStaticText * m_staticText30
wxCheckBox * m_Comment9Export
wxStaticText * m_staticTextComment1
wxStaticText * m_staticTextTitle
wxStaticText * m_staticTextComment7
wxTextCtrl * m_TextComment6
virtual void OnComment4TextUpdated(wxCommandEvent &event)
wxTextCtrl * m_TextComment5
virtual void OnTitleTextUpdated(wxCommandEvent &event)
wxStaticText * m_staticTextComment9
wxDatePickerCtrl * m_PickDate
~DIALOG_PAGES_SETTINGS_BASE()
wxTextCtrl * m_userSizeYCtrl
wxStaticText * m_staticTextCompany
wxStaticText * m_staticTextCustSize
wxCheckBox * m_CompanyExport
wxTextCtrl * m_TextComment7
wxCheckBox * m_Comment2Export
wxStaticText * m_staticTextSize
virtual void OnComment1TextUpdated(wxCommandEvent &event)
virtual void OnComment2TextUpdated(wxCommandEvent &event)
virtual void OnCheckboxTitleClick(wxCommandEvent &event)
virtual void OnUserPageSizeXTextUpdated(wxCommandEvent &event)
wxStaticText * m_staticTextComment5
virtual void OnComment9TextUpdated(wxCommandEvent &event)
virtual void OnDateApplyClick(wxCommandEvent &event)
wxTextCtrl * m_TextComment1
wxStaticText * m_staticTextOrient
wxCheckBox * m_Comment1Export
wxCheckBox * m_Comment8Export
wxCheckBox * m_TitleExport
wxStaticText * m_staticTextPreview
wxCheckBox * m_Comment5Export
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...