2010-01-01 13:30:39 +00:00
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Apr 16 2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# include "dialog_print_using_printer_base.h"
///////////////////////////////////////////////////////////////////////////
DIALOG_PRINT_USING_PRINTER_base : : DIALOG_PRINT_USING_PRINTER_base ( wxWindow * parent , wxWindowID id , const wxString & title , const wxPoint & pos , const wxSize & size , long style ) : wxDialog ( parent , id , title , pos , size , style )
{
this - > SetSizeHints ( wxSize ( - 1 , - 1 ) , wxDefaultSize ) ;
wxBoxSizer * bMainSizer ;
bMainSizer = new wxBoxSizer ( wxHORIZONTAL ) ;
wxStaticBoxSizer * sbLayersSizer ;
sbLayersSizer = new wxStaticBoxSizer ( new wxStaticBox ( this , wxID_ANY , _ ( " Layers: " ) ) , wxVERTICAL ) ;
wxBoxSizer * bleftSizer ;
bleftSizer = new wxBoxSizer ( wxHORIZONTAL ) ;
m_leftLayersBoxSizer = new wxStaticBoxSizer ( new wxStaticBox ( this , wxID_ANY , _ ( " Layers: " ) ) , wxVERTICAL ) ;
bleftSizer - > Add ( m_leftLayersBoxSizer , 1 , wxALL , 5 ) ;
m_rightLayersBoxSizer = new wxStaticBoxSizer ( new wxStaticBox ( this , wxID_ANY , _ ( " Layers: " ) ) , wxVERTICAL ) ;
bleftSizer - > Add ( m_rightLayersBoxSizer , 1 , wxALL , 5 ) ;
sbLayersSizer - > Add ( bleftSizer , 1 , wxEXPAND , 5 ) ;
bMainSizer - > Add ( sbLayersSizer , 1 , wxEXPAND , 5 ) ;
wxBoxSizer * bmiddleLeftSizer ;
bmiddleLeftSizer = new wxBoxSizer ( wxVERTICAL ) ;
wxString m_ScaleOptionChoices [ ] = { _ ( " fit in page " ) , _ ( " Scale 0.5 " ) , _ ( " Scale 0.7 " ) , _ ( " Approx. Scale 1 " ) , _ ( " Accurate Scale 1 " ) , _ ( " Scale 1.4 " ) , _ ( " Scale 2 " ) , _ ( " Scale 3 " ) , _ ( " Scale 4 " ) } ;
int m_ScaleOptionNChoices = sizeof ( m_ScaleOptionChoices ) / sizeof ( wxString ) ;
m_ScaleOption = new wxRadioBox ( this , wxID_ANY , _ ( " Approx. Scale: " ) , wxDefaultPosition , wxDefaultSize , m_ScaleOptionNChoices , m_ScaleOptionChoices , 1 , wxRA_SPECIFY_COLS ) ;
m_ScaleOption - > SetSelection ( 3 ) ;
bmiddleLeftSizer - > Add ( m_ScaleOption , 0 , wxALL , 5 ) ;
m_FineAdjustXscaleTitle = new wxStaticText ( this , wxID_ANY , _ ( " X Scale Adjust " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_FineAdjustXscaleTitle - > Wrap ( - 1 ) ;
bmiddleLeftSizer - > Add ( m_FineAdjustXscaleTitle , 0 , wxRIGHT | wxLEFT , 5 ) ;
m_FineAdjustXscaleOpt = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_FineAdjustXscaleOpt - > SetToolTip ( _ ( " Set X scale adjust for exact scale plotting " ) ) ;
bmiddleLeftSizer - > Add ( m_FineAdjustXscaleOpt , 0 , wxBOTTOM | wxRIGHT | wxLEFT | wxEXPAND , 5 ) ;
m_FineAdjustYscaleTitle = new wxStaticText ( this , wxID_ANY , _ ( " Y Scale Adjust " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_FineAdjustYscaleTitle - > Wrap ( - 1 ) ;
bmiddleLeftSizer - > Add ( m_FineAdjustYscaleTitle , 0 , wxRIGHT | wxLEFT , 5 ) ;
m_FineAdjustYscaleOpt = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_FineAdjustYscaleOpt - > SetToolTip ( _ ( " Set Y scale adjust for exact scale plotting " ) ) ;
bmiddleLeftSizer - > Add ( m_FineAdjustYscaleOpt , 0 , wxBOTTOM | wxRIGHT | wxLEFT | wxEXPAND , 5 ) ;
bMainSizer - > Add ( bmiddleLeftSizer , 0 , wxEXPAND , 5 ) ;
wxBoxSizer * bmiddleRightSizer ;
bmiddleRightSizer = new wxBoxSizer ( wxVERTICAL ) ;
wxStaticBoxSizer * sbOptionsSizer ;
sbOptionsSizer = new wxStaticBoxSizer ( new wxStaticBox ( this , wxID_ANY , _ ( " Options: " ) ) , wxVERTICAL ) ;
m_Print_Mirror = new wxCheckBox ( this , wxID_ANY , _ ( " Mirror " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
sbOptionsSizer - > Add ( m_Print_Mirror , 0 , wxALL , 5 ) ;
bmiddleRightSizer - > Add ( sbOptionsSizer , 0 , wxEXPAND | wxALL , 5 ) ;
wxString m_ModeColorOptionChoices [ ] = { _ ( " Color " ) , _ ( " Black and white " ) } ;
int m_ModeColorOptionNChoices = sizeof ( m_ModeColorOptionChoices ) / sizeof ( wxString ) ;
m_ModeColorOption = new wxRadioBox ( this , wxID_PRINT_MODE , _ ( " Print Mode " ) , wxDefaultPosition , wxDefaultSize , m_ModeColorOptionNChoices , m_ModeColorOptionChoices , 1 , wxRA_SPECIFY_COLS ) ;
m_ModeColorOption - > SetSelection ( 1 ) ;
m_ModeColorOption - > SetToolTip ( _ ( " Choose if you wand to draw the sheet like it appears on screen, \n or in black and white mode, better to print it when using black and white printers " ) ) ;
bmiddleRightSizer - > Add ( m_ModeColorOption , 0 , wxALL | wxEXPAND , 5 ) ;
wxString m_PagesOptionChoices [ ] = { _ ( " 1 Page per Layer " ) , _ ( " Single page " ) } ;
int m_PagesOptionNChoices = sizeof ( m_PagesOptionChoices ) / sizeof ( wxString ) ;
m_PagesOption = new wxRadioBox ( this , wxID_PAGE_MODE , _ ( " Page Print " ) , wxDefaultPosition , wxDefaultSize , m_PagesOptionNChoices , m_PagesOptionChoices , 1 , wxRA_SPECIFY_COLS ) ;
m_PagesOption - > SetSelection ( 0 ) ;
bmiddleRightSizer - > Add ( m_PagesOption , 0 , wxALL | wxEXPAND , 5 ) ;
bMainSizer - > Add ( bmiddleRightSizer , 0 , wxEXPAND , 5 ) ;
wxBoxSizer * b_buttonsSizer ;
b_buttonsSizer = new wxBoxSizer ( wxVERTICAL ) ;
m_buttonOption = new wxButton ( this , wxID_PRINT_OPTIONS , _ ( " Page Options " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2010-04-22 17:47:10 +00:00
b_buttonsSizer - > Add ( m_buttonOption , 0 , wxALL | wxALIGN_CENTER_HORIZONTAL | wxEXPAND , 5 ) ;
2010-01-01 13:30:39 +00:00
m_buttonPreview = new wxButton ( this , wxID_PREVIEW , _ ( " Preview " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2010-04-22 17:47:10 +00:00
b_buttonsSizer - > Add ( m_buttonPreview , 0 , wxALL | wxALIGN_CENTER_HORIZONTAL | wxEXPAND , 5 ) ;
2010-01-01 13:30:39 +00:00
m_buttonPrint = new wxButton ( this , wxID_PRINT_ALL , _ ( " Print " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2010-04-22 17:47:10 +00:00
b_buttonsSizer - > Add ( m_buttonPrint , 0 , wxALL | wxALIGN_CENTER_HORIZONTAL | wxEXPAND , 5 ) ;
2010-01-01 13:30:39 +00:00
m_buttonQuit = new wxButton ( this , wxID_CANCEL , _ ( " Close " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2010-04-22 17:47:10 +00:00
b_buttonsSizer - > Add ( m_buttonQuit , 0 , wxALL | wxALIGN_CENTER_HORIZONTAL | wxEXPAND , 5 ) ;
2010-01-01 13:30:39 +00:00
bMainSizer - > Add ( b_buttonsSizer , 0 , wxALIGN_CENTER_VERTICAL , 5 ) ;
this - > SetSizer ( bMainSizer ) ;
this - > Layout ( ) ;
// Connect Events
this - > Connect ( wxEVT_CLOSE_WINDOW , wxCloseEventHandler ( DIALOG_PRINT_USING_PRINTER_base : : OnCloseWindow ) ) ;
2010-04-22 17:47:10 +00:00
m_ScaleOption - > Connect ( wxEVT_COMMAND_RADIOBOX_SELECTED , wxCommandEventHandler ( DIALOG_PRINT_USING_PRINTER_base : : OnScaleSelectionClick ) , NULL , this ) ;
2010-04-21 18:57:34 +00:00
m_buttonOption - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PRINT_USING_PRINTER_base : : OnPageSetup ) , NULL , this ) ;
2010-01-01 13:30:39 +00:00
m_buttonPreview - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PRINT_USING_PRINTER_base : : OnPrintPreview ) , NULL , this ) ;
m_buttonPrint - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PRINT_USING_PRINTER_base : : OnPrintButtonClick ) , NULL , this ) ;
m_buttonQuit - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PRINT_USING_PRINTER_base : : OnButtonCancelClick ) , NULL , this ) ;
}
DIALOG_PRINT_USING_PRINTER_base : : ~ DIALOG_PRINT_USING_PRINTER_base ( )
{
// Disconnect Events
this - > Disconnect ( wxEVT_CLOSE_WINDOW , wxCloseEventHandler ( DIALOG_PRINT_USING_PRINTER_base : : OnCloseWindow ) ) ;
2010-04-22 17:47:10 +00:00
m_ScaleOption - > Disconnect ( wxEVT_COMMAND_RADIOBOX_SELECTED , wxCommandEventHandler ( DIALOG_PRINT_USING_PRINTER_base : : OnScaleSelectionClick ) , NULL , this ) ;
2010-04-21 18:57:34 +00:00
m_buttonOption - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PRINT_USING_PRINTER_base : : OnPageSetup ) , NULL , this ) ;
2010-01-01 13:30:39 +00:00
m_buttonPreview - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PRINT_USING_PRINTER_base : : OnPrintPreview ) , NULL , this ) ;
m_buttonPrint - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PRINT_USING_PRINTER_base : : OnPrintButtonClick ) , NULL , this ) ;
m_buttonQuit - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PRINT_USING_PRINTER_base : : OnButtonCancelClick ) , NULL , this ) ;
}