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 );
31 m_staticline2 =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
34 m_staticTextSize =
new wxStaticText(
this, wxID_ANY,
_(
"Size:"), wxDefaultPosition, wxDefaultSize, 0 );
38 wxString m_paperSizeComboBoxChoices[] = {
_(
"dummy text") };
39 int m_paperSizeComboBoxNChoices =
sizeof( m_paperSizeComboBoxChoices ) /
sizeof( wxString );
40 m_paperSizeComboBox =
new wxChoice(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_paperSizeComboBoxNChoices, m_paperSizeComboBoxChoices, 0 );
45 bleftSizer->Add( 0, 3, 0, wxEXPAND, 5 );
47 m_staticTextOrient =
new wxStaticText(
this, wxID_ANY,
_(
"Orientation:"), wxDefaultPosition, wxDefaultSize, 0 );
51 wxString m_orientationComboBoxChoices[] = {
_(
"Landscape"),
_(
"Portrait") };
52 int m_orientationComboBoxNChoices =
sizeof( m_orientationComboBoxChoices ) /
sizeof( wxString );
53 m_orientationComboBox =
new wxChoice(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_orientationComboBoxNChoices, m_orientationComboBoxChoices, 0 );
57 m_staticTextCustSize =
new wxStaticText(
this, wxID_ANY,
_(
"Custom paper size:"), wxDefaultPosition, wxDefaultSize, 0 );
62 bleftSizer->Add( 0, 2, 0, wxEXPAND, 5 );
64 wxFlexGridSizer* fgSizer1;
65 fgSizer1 =
new wxFlexGridSizer( 0, 3, 3, 0 );
66 fgSizer1->SetFlexibleDirection( wxBOTH );
67 fgSizer1->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
69 m_userSizeYLabel =
new wxStaticText(
this, wxID_ANY,
_(
"Height:"), wxDefaultPosition, wxDefaultSize, 0 );
71 fgSizer1->Add(
m_userSizeYLabel, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 );
73 m_userSizeYCtrl =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_LEFT );
86 m_userSizeYUnits =
new wxStaticText(
this, wxID_ANY,
_(
"unit"), wxDefaultPosition, wxDefaultSize, 0 );
90 m_userSizeXLabel =
new wxStaticText(
this, wxID_ANY,
_(
"Width:"), wxDefaultPosition, wxDefaultSize, 0 );
92 fgSizer1->Add(
m_userSizeXLabel, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
94 m_userSizeXCtrl =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_LEFT );
105 fgSizer1->Add(
m_userSizeXCtrl, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
107 m_userSizeXUnits =
new wxStaticText(
this, wxID_ANY,
_(
"unit"), wxDefaultPosition, wxDefaultSize, 0 );
109 fgSizer1->Add(
m_userSizeXUnits, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT, 5 );
112 bleftSizer->Add( fgSizer1, 0, wxEXPAND|wxBOTTOM, 5 );
114 m_PaperExport =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
118 bleftSizer->Add( 0, 20, 0, wxEXPAND, 5 );
120 m_staticTextPreview =
new wxStaticText(
this, wxID_ANY,
_(
"Preview"), wxDefaultPosition, wxDefaultSize, 0 );
124 m_staticline31 =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
127 m_PageLayoutExampleBitmap =
new wxStaticBitmap(
this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1,-1 ), wxFULL_REPAINT_ON_RESIZE|wxBORDER_SIMPLE );
134 bUpperSizerH->Add( bleftSizer, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
137 bUpperSizerH->Add( 10, 0, 0, wxEXPAND, 5 );
139 wxBoxSizer* bSizerRight;
140 bSizerRight =
new wxBoxSizer( wxVERTICAL );
146 m_staticline4 =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
149 wxBoxSizer* bSizerFilename;
150 bSizerFilename =
new wxBoxSizer( wxVERTICAL );
152 wxBoxSizer* bSizerfileSelection;
153 bSizerfileSelection =
new wxBoxSizer( wxHORIZONTAL );
155 m_staticText30 =
new wxStaticText(
this, wxID_ANY,
_(
"File:"), wxDefaultPosition, wxDefaultSize, 0 );
157 bSizerfileSelection->Add(
m_staticText30, 0, wxALIGN_CENTER_VERTICAL|wxLEFT|wxTOP, 5 );
159 m_textCtrlFilePicker =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
163 bSizerfileSelection->Add(
m_browseButton, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxTOP, 5 );
166 bSizerFilename->Add( bSizerfileSelection, 1, wxBOTTOM|wxEXPAND, 5 );
169 bSizerRight->Add( bSizerFilename, 0, wxEXPAND|wxALL, 5 );
172 bSizerRight->Add( 0, 10, 0, wxEXPAND, 5 );
174 m_staticTextTitleBlock =
new wxStaticText(
this, wxID_ANY,
_(
"Title Block Parameters"), wxDefaultPosition, wxDefaultSize, 0 );
178 m_staticline3 =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
181 wxBoxSizer* SheetInfoSizer;
182 SheetInfoSizer =
new wxBoxSizer( wxHORIZONTAL );
184 m_TextSheetCount =
new wxStaticText(
this, wxID_ANY,
_(
"Number of sheets: %d"), wxDefaultPosition, wxDefaultSize, 0 );
189 SheetInfoSizer->Add( 5, 5, 1, wxEXPAND, 5 );
191 m_TextSheetNumber =
new wxStaticText(
this, wxID_ANY,
_(
"Sheet number: %d"), wxDefaultPosition, wxDefaultSize, 0 );
196 bSizerRight->Add( SheetInfoSizer, 0, wxLEFT, 5 );
198 wxFlexGridSizer* fgSizer2;
199 fgSizer2 =
new wxFlexGridSizer( 0, 3, 0, 0 );
200 fgSizer2->AddGrowableCol( 1 );
201 fgSizer2->SetFlexibleDirection( wxBOTH );
202 fgSizer2->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
204 m_staticTextDate =
new wxStaticText(
this, wxID_ANY,
_(
"Issue Date:"), wxDefaultPosition, wxDefaultSize, 0 );
206 fgSizer2->Add(
m_staticTextDate, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 );
208 wxBoxSizer* bSizerDate;
209 bSizerDate =
new wxBoxSizer( wxHORIZONTAL );
211 m_TextDate =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
214 bSizerDate->Add(
m_TextDate, 3, wxALIGN_CENTER_VERTICAL|wxLEFT, 5 );
216 m_ApplyDate =
new wxButton(
this, wxID_ANY,
_(
"<<<"), wxDefaultPosition, wxDefaultSize, wxBU_EXACTFIT );
217 bSizerDate->Add(
m_ApplyDate, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 5 );
219 m_PickDate =
new wxDatePickerCtrl(
this, wxID_ANY, wxDefaultDateTime, wxDefaultPosition, wxDefaultSize, wxDP_DEFAULT );
220 bSizerDate->Add(
m_PickDate, 2, wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT, 5 );
223 fgSizer2->Add( bSizerDate, 0, wxBOTTOM|wxEXPAND|wxTOP, 5 );
225 m_DateExport =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
226 fgSizer2->Add(
m_DateExport, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
228 m_staticTextRev =
new wxStaticText(
this, wxID_ANY,
_(
"Revision:"), wxDefaultPosition, wxDefaultSize, 0 );
230 fgSizer2->Add(
m_staticTextRev, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
232 m_TextRevision =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
235 fgSizer2->Add(
m_TextRevision, 1, wxALIGN_CENTER_VERTICAL|wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
237 m_RevisionExport =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
238 fgSizer2->Add(
m_RevisionExport, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
240 m_staticTextTitle =
new wxStaticText(
this, wxID_ANY,
_(
"Title:"), wxDefaultPosition, wxDefaultSize, 0 );
242 fgSizer2->Add(
m_staticTextTitle, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
244 m_TextTitle =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
247 fgSizer2->Add(
m_TextTitle, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
249 m_TitleExport =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
250 fgSizer2->Add(
m_TitleExport, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
252 m_staticTextCompany =
new wxStaticText(
this, wxID_ANY,
_(
"Company:"), wxDefaultPosition, wxDefaultSize, 0 );
254 fgSizer2->Add(
m_staticTextCompany, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
256 m_TextCompany =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
259 fgSizer2->Add(
m_TextCompany, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND, 5 );
261 m_CompanyExport =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
262 fgSizer2->Add(
m_CompanyExport, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
264 m_staticTextComment1 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment1:"), wxDefaultPosition, wxDefaultSize, 0 );
268 m_TextComment1 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
271 fgSizer2->Add(
m_TextComment1, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND, 5 );
273 m_Comment1Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
274 fgSizer2->Add(
m_Comment1Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
276 m_staticTextComment2 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment2:"), wxDefaultPosition, wxDefaultSize, 0 );
280 m_TextComment2 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
283 fgSizer2->Add(
m_TextComment2, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND, 5 );
285 m_Comment2Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
286 fgSizer2->Add(
m_Comment2Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
288 m_staticTextComment3 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment3:"), wxDefaultPosition, wxDefaultSize, 0 );
292 m_TextComment3 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
295 fgSizer2->Add(
m_TextComment3, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND, 5 );
297 m_Comment3Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
298 fgSizer2->Add(
m_Comment3Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
300 m_staticTextComment4 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment4:"), wxDefaultPosition, wxDefaultSize, 0 );
304 m_TextComment4 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
307 fgSizer2->Add(
m_TextComment4, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND, 5 );
309 m_Comment4Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
310 fgSizer2->Add(
m_Comment4Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 );
312 m_staticTextComment5 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment5:"), wxDefaultPosition, wxDefaultSize, 0 );
316 m_TextComment5 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
319 fgSizer2->Add(
m_TextComment5, 0, wxEXPAND|wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
321 m_Comment5Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
322 fgSizer2->Add(
m_Comment5Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
324 m_staticTextComment6 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment6:"), wxDefaultPosition, wxDefaultSize, 0 );
328 m_TextComment6 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
331 fgSizer2->Add(
m_TextComment6, 0, wxEXPAND|wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
333 m_Comment6Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
334 fgSizer2->Add(
m_Comment6Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
336 m_staticTextComment7 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment7:"), wxDefaultPosition, wxDefaultSize, 0 );
340 m_TextComment7 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
343 fgSizer2->Add(
m_TextComment7, 0, wxEXPAND|wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
345 m_Comment7Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
346 fgSizer2->Add(
m_Comment7Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
348 m_staticTextComment8 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment8:"), wxDefaultPosition, wxDefaultSize, 0 );
352 m_TextComment8 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
355 fgSizer2->Add(
m_TextComment8, 0, wxEXPAND|wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
357 m_Comment8Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
358 fgSizer2->Add(
m_Comment8Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
360 m_staticTextComment9 =
new wxStaticText(
this, wxID_ANY,
_(
"Comment9:"), wxDefaultPosition, wxDefaultSize, 0 );
364 m_TextComment9 =
new wxTextCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
367 fgSizer2->Add(
m_TextComment9, 0, wxEXPAND|wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
369 m_Comment9Export =
new wxCheckBox(
this, wxID_ANY,
_(
"Export to other sheets"), wxDefaultPosition, wxDefaultSize, 0 );
370 fgSizer2->Add(
m_Comment9Export, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
373 bSizerRight->Add( fgSizer2, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );
376 bUpperSizerH->Add( bSizerRight, 1, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
379 bMainSizer->Add( bUpperSizerH, 1, wxEXPAND|wxRIGHT|wxLEFT, 5 );
388 bMainSizer->Add(
m_sdbSizer, 0, wxALL|wxEXPAND, 5 );
391 this->SetSizer( bMainSizer );
393 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...