|
|
|
@ -1,5 +1,5 @@ |
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
// C++ code generated with wxFormBuilder (version Oct 17 2016)
|
|
|
|
// C++ code generated with wxFormBuilder (version Jul 17 2016)
|
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
|
|
|
@ -29,19 +29,19 @@ DIALOG_PRINT_GENERIC_BASE::DIALOG_PRINT_GENERIC_BASE( wxWindow* parent, wxWindow |
|
|
|
|
|
|
|
m_outputModeLabel = new wxStaticText( sbOptionsSizer->GetStaticBox(), wxID_ANY, _("Output mode:"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_outputModeLabel->Wrap( -1 ); |
|
|
|
gbOptionsSizer->Add( m_outputModeLabel, wxGBPosition( 2, 0 ), wxGBSpan( 1, 1 ), wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxLEFT|wxRIGHT, 5 ); |
|
|
|
gbOptionsSizer->Add( m_outputModeLabel, wxGBPosition( 0, 0 ), wxGBSpan( 1, 1 ), wxALIGN_CENTER_VERTICAL|wxALL, 5 ); |
|
|
|
|
|
|
|
wxString m_outputModeChoices[] = { _("Color"), _("Black and white") }; |
|
|
|
int m_outputModeNChoices = sizeof( m_outputModeChoices ) / sizeof( wxString ); |
|
|
|
m_outputMode = new wxChoice( sbOptionsSizer->GetStaticBox(), wxID_ANY, wxDefaultPosition, wxDefaultSize, m_outputModeNChoices, m_outputModeChoices, 0 ); |
|
|
|
m_outputMode->SetSelection( 0 ); |
|
|
|
gbOptionsSizer->Add( m_outputMode, wxGBPosition( 2, 1 ), wxGBSpan( 1, 1 ), wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 ); |
|
|
|
gbOptionsSizer->Add( m_outputMode, wxGBPosition( 0, 1 ), wxGBSpan( 1, 1 ), wxALL|wxEXPAND, 5 ); |
|
|
|
|
|
|
|
m_titleBlock = new wxCheckBox( sbOptionsSizer->GetStaticBox(), wxID_FRAME_SEL, _("Print border and title block"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_titleBlock->SetValue(true); |
|
|
|
m_titleBlock->SetToolTip( _("Print Frame references.") ); |
|
|
|
|
|
|
|
gbOptionsSizer->Add( m_titleBlock, wxGBPosition( 3, 0 ), wxGBSpan( 1, 3 ), wxBOTTOM|wxRIGHT|wxLEFT, 5 ); |
|
|
|
gbOptionsSizer->Add( m_titleBlock, wxGBPosition( 1, 0 ), wxGBSpan( 1, 3 ), wxALL|wxEXPAND, 5 ); |
|
|
|
|
|
|
|
|
|
|
|
gbOptionsSizer->AddGrowableCol( 1 ); |
|
|
|
@ -55,16 +55,16 @@ DIALOG_PRINT_GENERIC_BASE::DIALOG_PRINT_GENERIC_BASE( wxWindow* parent, wxWindow |
|
|
|
bScaleSizer = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Scale") ), wxVERTICAL ); |
|
|
|
|
|
|
|
m_scale1 = new wxRadioButton( bScaleSizer->GetStaticBox(), wxID_ANY, _("1:1"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
bScaleSizer->Add( m_scale1, 0, 0, 5 ); |
|
|
|
bScaleSizer->Add( m_scale1, 0, wxALL, 5 ); |
|
|
|
|
|
|
|
m_scaleFit = new wxRadioButton( bScaleSizer->GetStaticBox(), wxID_ANY, _("Fit to page"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
bScaleSizer->Add( m_scaleFit, 0, wxTOP, 5 ); |
|
|
|
bScaleSizer->Add( m_scaleFit, 0, wxALL|wxTOP, 5 ); |
|
|
|
|
|
|
|
wxBoxSizer* bSizer10; |
|
|
|
bSizer10 = new wxBoxSizer( wxHORIZONTAL ); |
|
|
|
|
|
|
|
m_scaleCustom = new wxRadioButton( bScaleSizer->GetStaticBox(), wxID_ANY, _("Custom:"), wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
bSizer10->Add( m_scaleCustom, 0, wxTOP, 5 ); |
|
|
|
bSizer10->Add( m_scaleCustom, 0, wxALL|wxTOP, 5 ); |
|
|
|
|
|
|
|
m_scaleCustomText = new wxTextCtrl( bScaleSizer->GetStaticBox(), wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
|
|
|
m_scaleCustomText->SetToolTip( _("Set X scale adjust for exact scale plotting") ); |
|
|
|
|