2009-01-11 19:12:18 +00:00
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Apr 16 2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# include "dialog_SVG_print_base.h"
///////////////////////////////////////////////////////////////////////////
DIALOG_SVG_PRINT_base : : DIALOG_SVG_PRINT_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 ( wxVERTICAL ) ;
wxBoxSizer * bUpperSizer ;
bUpperSizer = new wxBoxSizer ( wxHORIZONTAL ) ;
wxStaticBoxSizer * sbOptionsSizer ;
sbOptionsSizer = new wxStaticBoxSizer ( new wxStaticBox ( this , wxID_ANY , _ ( " Print SVG options: " ) ) , wxVERTICAL ) ;
2009-06-02 07:26:49 +00:00
m_TextPenWidth = new wxStaticText ( this , wxID_ANY , _ ( " Default Pen Size " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2009-01-11 19:12:18 +00:00
m_TextPenWidth - > Wrap ( - 1 ) ;
sbOptionsSizer - > Add ( m_TextPenWidth , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
m_DialogPenWidth = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2009-06-02 07:26:49 +00:00
m_DialogPenWidth - > SetToolTip ( _ ( " Selection of the default pen thickness used to draw items, when their thickness is set to 0. " ) ) ;
2009-01-11 19:12:18 +00:00
sbOptionsSizer - > Add ( m_DialogPenWidth , 0 , wxBOTTOM | wxRIGHT | wxLEFT | wxEXPAND , 5 ) ;
wxString m_ModeColorOptionChoices [ ] = { _ ( " Color " ) , _ ( " Black and White " ) } ;
int m_ModeColorOptionNChoices = sizeof ( m_ModeColorOptionChoices ) / sizeof ( wxString ) ;
m_ModeColorOption = new wxRadioBox ( this , wxID_ANY , _ ( " Print mode " ) , wxDefaultPosition , wxDefaultSize , m_ModeColorOptionNChoices , m_ModeColorOptionChoices , 1 , wxRA_SPECIFY_COLS ) ;
2009-06-02 07:26:49 +00:00
m_ModeColorOption - > SetSelection ( 1 ) ;
2009-01-11 19:12:18 +00:00
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 " ) ) ;
sbOptionsSizer - > Add ( m_ModeColorOption , 0 , wxALL | wxEXPAND , 5 ) ;
m_Print_Sheet_Ref = new wxCheckBox ( this , wxID_ANY , _ ( " Print Frame Ref " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_Print_Sheet_Ref - > SetToolTip ( _ ( " Print (or not) the Frame references. " ) ) ;
sbOptionsSizer - > Add ( m_Print_Sheet_Ref , 0 , wxALL , 5 ) ;
2010-02-23 20:18:27 +00:00
bUpperSizer - > Add ( sbOptionsSizer , 1 , 0 , 5 ) ;
2009-01-11 19:12:18 +00:00
wxBoxSizer * bButtonsSizer ;
bButtonsSizer = new wxBoxSizer ( wxVERTICAL ) ;
2009-01-17 17:32:20 +00:00
m_buttonPlotCurrent = new wxButton ( this , wxID_PRINT_CURRENT , _ ( " Print Current " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2010-02-23 20:18:27 +00:00
bButtonsSizer - > Add ( m_buttonPlotCurrent , 0 , wxALL | wxALIGN_CENTER_HORIZONTAL | wxEXPAND , 5 ) ;
2009-01-11 19:12:18 +00:00
m_buttonPlotAll = new wxButton ( this , wxID_PRINT_ALL , _ ( " Print All " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2010-02-23 20:18:27 +00:00
m_buttonPlotAll - > SetDefault ( ) ;
bButtonsSizer - > Add ( m_buttonPlotAll , 0 , wxALL | wxALIGN_CENTER_HORIZONTAL | wxEXPAND , 5 ) ;
2009-01-11 19:12:18 +00:00
m_buttonQuit = new wxButton ( this , wxID_CANCEL , _ ( " Quit " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2010-02-23 20:18:27 +00:00
bButtonsSizer - > Add ( m_buttonQuit , 0 , wxALL | wxALIGN_CENTER_HORIZONTAL | wxEXPAND , 5 ) ;
2009-01-11 19:12:18 +00:00
bUpperSizer - > Add ( bButtonsSizer , 0 , wxALIGN_CENTER_VERTICAL , 5 ) ;
2010-02-23 20:18:27 +00:00
bMainSizer - > Add ( bUpperSizer , 0 , wxEXPAND , 5 ) ;
2009-01-11 19:12:18 +00:00
m_staticText1 = new wxStaticText ( this , wxID_ANY , _ ( " Filename: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText1 - > Wrap ( - 1 ) ;
bMainSizer - > Add ( m_staticText1 , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
m_FileNameCtrl = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2009-02-21 15:12:26 +00:00
m_FileNameCtrl - > SetToolTip ( _ ( " Enter a filename if you do not want to use default file names \n Can be used only when printing the current sheet " ) ) ;
2009-01-11 19:12:18 +00:00
m_FileNameCtrl - > SetMinSize ( wxSize ( 450 , - 1 ) ) ;
bMainSizer - > Add ( m_FileNameCtrl , 0 , wxEXPAND | wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
m_staticText2 = new wxStaticText ( this , wxID_ANY , _ ( " Messages: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText2 - > Wrap ( - 1 ) ;
bMainSizer - > Add ( m_staticText2 , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
m_MessagesBox = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , wxTE_MULTILINE ) ;
2010-02-23 20:18:27 +00:00
m_MessagesBox - > SetMinSize ( wxSize ( - 1 , 80 ) ) ;
2009-01-11 19:12:18 +00:00
bMainSizer - > Add ( m_MessagesBox , 1 , wxEXPAND | wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
this - > SetSizer ( bMainSizer ) ;
this - > Layout ( ) ;
// Connect Events
this - > Connect ( wxEVT_CLOSE_WINDOW , wxCloseEventHandler ( DIALOG_SVG_PRINT_base : : OnCloseWindow ) ) ;
this - > Connect ( wxEVT_INIT_DIALOG , wxInitDialogEventHandler ( DIALOG_SVG_PRINT_base : : OnInitDialog ) ) ;
m_ModeColorOption - > Connect ( wxEVT_COMMAND_RADIOBOX_SELECTED , wxCommandEventHandler ( DIALOG_SVG_PRINT_base : : OnSetColorModeSelected ) , NULL , this ) ;
m_buttonPlotCurrent - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_SVG_PRINT_base : : OnButtonPlotCurrentClick ) , NULL , this ) ;
m_buttonPlotAll - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_SVG_PRINT_base : : OnButtonPlotAllClick ) , NULL , this ) ;
m_buttonQuit - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_SVG_PRINT_base : : OnButtonCancelClick ) , NULL , this ) ;
}
DIALOG_SVG_PRINT_base : : ~ DIALOG_SVG_PRINT_base ( )
{
// Disconnect Events
this - > Disconnect ( wxEVT_CLOSE_WINDOW , wxCloseEventHandler ( DIALOG_SVG_PRINT_base : : OnCloseWindow ) ) ;
this - > Disconnect ( wxEVT_INIT_DIALOG , wxInitDialogEventHandler ( DIALOG_SVG_PRINT_base : : OnInitDialog ) ) ;
m_ModeColorOption - > Disconnect ( wxEVT_COMMAND_RADIOBOX_SELECTED , wxCommandEventHandler ( DIALOG_SVG_PRINT_base : : OnSetColorModeSelected ) , NULL , this ) ;
m_buttonPlotCurrent - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_SVG_PRINT_base : : OnButtonPlotCurrentClick ) , NULL , this ) ;
m_buttonPlotAll - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_SVG_PRINT_base : : OnButtonPlotAllClick ) , NULL , this ) ;
m_buttonQuit - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_SVG_PRINT_base : : OnButtonCancelClick ) , NULL , this ) ;
}