2013-07-19 18:27:22 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
// C++ code generated with wxFormBuilder (version Oct 8 2012)
|
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#include "properties_frame_base.h"
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
PANEL_PROPERTIES_BASE::PANEL_PROPERTIES_BASE( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style ) : wxPanel( parent, id, pos, size, style )
|
|
|
|
{
|
|
|
|
wxBoxSizer* bSizerpanel;
|
|
|
|
bSizerpanel = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_notebook = new wxNotebook( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-08-29 07:20:09 +00:00
|
|
|
m_swItemProperties = new wxScrolledWindow( m_notebook, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxHSCROLL|wxTAB_TRAVERSAL|wxVSCROLL );
|
2013-07-20 19:36:19 +00:00
|
|
|
m_swItemProperties->SetScrollRate( 5, 5 );
|
2013-07-19 18:27:22 +00:00
|
|
|
wxBoxSizer* bSizerMain;
|
|
|
|
bSizerMain = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerButt;
|
|
|
|
bSizerButt = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerType;
|
|
|
|
bSizerType = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextType = new wxStaticText( m_swItemProperties, wxID_ANY, _("Type"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextType->Wrap( -1 );
|
|
|
|
m_staticTextType->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
|
|
|
|
|
|
|
|
bSizerType->Add( m_staticTextType, 0, wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlType = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_READONLY );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizerType->Add( m_textCtrlType, 0, wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerButt->Add( bSizerType, 0, 0, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerPageOpt;
|
|
|
|
bSizerPageOpt = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextPageOpt = new wxStaticText( m_swItemProperties, wxID_ANY, _("Page 1 option"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextPageOpt->Wrap( -1 );
|
|
|
|
m_staticTextPageOpt->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), 70, 90, 90, false, wxEmptyString ) );
|
|
|
|
|
|
|
|
bSizerPageOpt->Add( m_staticTextPageOpt, 0, wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 );
|
|
|
|
|
|
|
|
wxString m_choicePageOptChoices[] = { _("None"), _("Page 1 only"), _("Not on page 1") };
|
|
|
|
int m_choicePageOptNChoices = sizeof( m_choicePageOptChoices ) / sizeof( wxString );
|
2013-07-20 19:36:19 +00:00
|
|
|
m_choicePageOpt = new wxChoice( m_swItemProperties, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choicePageOptNChoices, m_choicePageOptChoices, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_choicePageOpt->SetSelection( 0 );
|
|
|
|
bSizerPageOpt->Add( m_choicePageOpt, 0, wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerButt->Add( bSizerPageOpt, 0, 0, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerMain->Add( bSizerButt, 0, 0, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticline5 = new wxStaticLine( m_swItemProperties, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizerMain->Add( m_staticline5, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
m_SizerTextOptions = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextText = new wxStaticText( m_swItemProperties, wxID_ANY, _("Text"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextText->Wrap( -1 );
|
|
|
|
m_SizerTextOptions->Add( m_staticTextText, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-26 12:50:29 +00:00
|
|
|
m_textCtrlText = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE );
|
|
|
|
m_SizerTextOptions->Add( m_textCtrlText, 1, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
|
|
|
wxBoxSizer* bSizerFontOpt;
|
|
|
|
bSizerFontOpt = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerJustify;
|
|
|
|
bSizerJustify = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextHjust = new wxStaticText( m_swItemProperties, wxID_ANY, _("H justification"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextHjust->Wrap( -1 );
|
2013-07-20 19:36:19 +00:00
|
|
|
bSizerJustify->Add( m_staticTextHjust, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 5 );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
|
|
|
wxString m_choiceHjustifyChoices[] = { _("Left"), _("Center"), _("Right") };
|
|
|
|
int m_choiceHjustifyNChoices = sizeof( m_choiceHjustifyChoices ) / sizeof( wxString );
|
2013-07-20 19:36:19 +00:00
|
|
|
m_choiceHjustify = new wxChoice( m_swItemProperties, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choiceHjustifyNChoices, m_choiceHjustifyChoices, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_choiceHjustify->SetSelection( 0 );
|
2013-07-20 19:36:19 +00:00
|
|
|
bSizerJustify->Add( m_choiceHjustify, 0, wxALIGN_CENTER_VERTICAL|wxEXPAND|wxALL, 5 );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_checkBoxBold = new wxCheckBox( m_swItemProperties, wxID_ANY, _("Bold"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizerJustify->Add( m_checkBoxBold, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerFontOpt->Add( bSizerJustify, 0, wxALIGN_CENTER_VERTICAL, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerBoldItalic;
|
|
|
|
bSizerBoldItalic = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextVjust = new wxStaticText( m_swItemProperties, wxID_ANY, _("V justification"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextVjust->Wrap( -1 );
|
2013-07-20 19:36:19 +00:00
|
|
|
bSizerBoldItalic->Add( m_staticTextVjust, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 5 );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
|
|
|
wxString m_choiceVjustifyChoices[] = { _("Top"), _("Center"), _("Bottom") };
|
|
|
|
int m_choiceVjustifyNChoices = sizeof( m_choiceVjustifyChoices ) / sizeof( wxString );
|
2013-07-20 19:36:19 +00:00
|
|
|
m_choiceVjustify = new wxChoice( m_swItemProperties, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choiceVjustifyNChoices, m_choiceVjustifyChoices, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_choiceVjustify->SetSelection( 1 );
|
2013-07-20 19:36:19 +00:00
|
|
|
bSizerBoldItalic->Add( m_choiceVjustify, 0, wxALIGN_CENTER_VERTICAL|wxEXPAND|wxALL, 5 );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_checkBoxItalic = new wxCheckBox( m_swItemProperties, wxID_ANY, _("Italic"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizerBoldItalic->Add( m_checkBoxItalic, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerFontOpt->Add( bSizerBoldItalic, 1, wxALIGN_CENTER_VERTICAL, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
m_SizerTextOptions->Add( bSizerFontOpt, 0, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerTextSize;
|
|
|
|
bSizerTextSize = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerTsizeX;
|
|
|
|
bSizerTsizeX = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-08-29 07:20:09 +00:00
|
|
|
m_staticTexTsizeX = new wxStaticText( m_swItemProperties, wxID_ANY, _("Text Width (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTexTsizeX->Wrap( -1 );
|
|
|
|
bSizerTsizeX->Add( m_staticTexTsizeX, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlTextSizeX = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizerTsizeX->Add( m_textCtrlTextSizeX, 0, wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerTextSize->Add( bSizerTsizeX, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerTsizeY;
|
|
|
|
bSizerTsizeY = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-08-29 07:20:09 +00:00
|
|
|
m_staticTextTsizeY = new wxStaticText( m_swItemProperties, wxID_ANY, _("Text Height (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextTsizeY->Wrap( -1 );
|
|
|
|
bSizerTsizeY->Add( m_staticTextTsizeY, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlTextSizeY = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizerTsizeY->Add( m_textCtrlTextSizeY, 0, wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerTextSize->Add( bSizerTsizeY, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
m_SizerTextOptions->Add( bSizerTextSize, 0, 0, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextConstraints = new wxStaticText( m_swItemProperties, wxID_ANY, _("Constraints:"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextConstraints->Wrap( -1 );
|
|
|
|
m_SizerTextOptions->Add( m_staticTextConstraints, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerConstraints;
|
|
|
|
bSizerConstraints = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer42;
|
|
|
|
bSizer42 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextConstraintX = new wxStaticText( m_swItemProperties, wxID_ANY, _("Max Size X (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextConstraintX->Wrap( -1 );
|
|
|
|
bSizer42->Add( m_staticTextConstraintX, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlConstraintX = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizer42->Add( m_textCtrlConstraintX, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerConstraints->Add( bSizer42, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer52;
|
|
|
|
bSizer52 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextConstraintY = new wxStaticText( m_swItemProperties, wxID_ANY, _("Max Size Y (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextConstraintY->Wrap( -1 );
|
|
|
|
bSizer52->Add( m_staticTextConstraintY, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlConstraintY = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizer52->Add( m_textCtrlConstraintY, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerConstraints->Add( bSizer52, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
m_SizerTextOptions->Add( bSizerConstraints, 0, 0, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticline6 = new wxStaticLine( m_swItemProperties, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_SizerTextOptions->Add( m_staticline6, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerMain->Add( m_SizerTextOptions, 0, wxEXPAND, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_buttonOK = new wxButton( m_swItemProperties, wxID_ANY, _("Accept"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_buttonOK->SetDefault();
|
|
|
|
bSizerMain->Add( m_buttonOK, 0, wxALIGN_BOTTOM|wxALIGN_CENTER_HORIZONTAL|wxALL|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
m_staticline8 = new wxStaticLine( m_swItemProperties, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
|
|
|
|
bSizerMain->Add( m_staticline8, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
m_staticTextComment = new wxStaticText( m_swItemProperties, wxID_ANY, _("Comment"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextComment->Wrap( -1 );
|
|
|
|
bSizerMain->Add( m_staticTextComment, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlComment = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizerMain->Add( m_textCtrlComment, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticline2 = new wxStaticLine( m_swItemProperties, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizerMain->Add( m_staticline2, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerPos;
|
|
|
|
bSizerPos = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerPosXY;
|
|
|
|
bSizerPosXY = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer4;
|
|
|
|
bSizer4 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextPosX = new wxStaticText( m_swItemProperties, wxID_ANY, _("Pos X (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextPosX->Wrap( -1 );
|
|
|
|
bSizer4->Add( m_staticTextPosX, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlPosX = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizer4->Add( m_textCtrlPosX, 1, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerPosXY->Add( bSizer4, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer5;
|
|
|
|
bSizer5 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextPosY = new wxStaticText( m_swItemProperties, wxID_ANY, _("Pos Y (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextPosY->Wrap( -1 );
|
|
|
|
bSizer5->Add( m_staticTextPosY, 0, wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlPosY = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizer5->Add( m_textCtrlPosY, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerPosXY->Add( bSizer5, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerPos->Add( bSizerPosXY, 1, 0, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer6;
|
|
|
|
bSizer6 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextOrgPos = new wxStaticText( m_swItemProperties, wxID_ANY, _("Origin"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextOrgPos->Wrap( -1 );
|
|
|
|
bSizer6->Add( m_staticTextOrgPos, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_comboBoxCornerPos = new wxComboBox( m_swItemProperties, wxID_ANY, _("Lower Right"), wxDefaultPosition, wxDefaultSize, 0, NULL, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_comboBoxCornerPos->Append( _("Upper Right") );
|
|
|
|
m_comboBoxCornerPos->Append( _("Upper Left") );
|
|
|
|
m_comboBoxCornerPos->Append( _("Lower Right") );
|
|
|
|
m_comboBoxCornerPos->Append( _("Lower Left") );
|
|
|
|
m_comboBoxCornerPos->SetSelection( 2 );
|
|
|
|
bSizer6->Add( m_comboBoxCornerPos, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerPos->Add( bSizer6, 0, wxALIGN_CENTER_VERTICAL, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerMain->Add( bSizerPos, 0, 0, 5 );
|
|
|
|
|
|
|
|
m_SizerEndPosition = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerEndXY;
|
|
|
|
bSizerEndXY = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer41;
|
|
|
|
bSizer41 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextEndX = new wxStaticText( m_swItemProperties, wxID_ANY, _("End X (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextEndX->Wrap( -1 );
|
|
|
|
bSizer41->Add( m_staticTextEndX, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlEndX = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizer41->Add( m_textCtrlEndX, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerEndXY->Add( bSizer41, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer51;
|
|
|
|
bSizer51 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextEndY = new wxStaticText( m_swItemProperties, wxID_ANY, _("End Y (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextEndY->Wrap( -1 );
|
|
|
|
bSizer51->Add( m_staticTextEndY, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlEndY = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizer51->Add( m_textCtrlEndY, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerEndXY->Add( bSizer51, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
m_SizerEndPosition->Add( bSizerEndXY, 1, 0, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer61;
|
|
|
|
bSizer61 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextOrgEnd = new wxStaticText( m_swItemProperties, wxID_ANY, _("Origin"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextOrgEnd->Wrap( -1 );
|
|
|
|
bSizer61->Add( m_staticTextOrgEnd, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_comboBoxCornerEnd = new wxComboBox( m_swItemProperties, wxID_ANY, _("Lower Right"), wxDefaultPosition, wxDefaultSize, 0, NULL, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_comboBoxCornerEnd->Append( _("Upper Right") );
|
|
|
|
m_comboBoxCornerEnd->Append( _("Upper Left") );
|
|
|
|
m_comboBoxCornerEnd->Append( _("Lower Right") );
|
|
|
|
m_comboBoxCornerEnd->Append( _("Lower Left") );
|
|
|
|
m_comboBoxCornerEnd->SetSelection( 2 );
|
|
|
|
bSizer61->Add( m_comboBoxCornerEnd, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
m_SizerEndPosition->Add( bSizer61, 0, wxALIGN_CENTER_VERTICAL, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerMain->Add( m_SizerEndPosition, 0, 0, 5 );
|
|
|
|
|
2013-10-19 10:29:54 +00:00
|
|
|
m_SizerLineThickness = new wxBoxSizer( wxHORIZONTAL );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
2013-10-19 10:29:54 +00:00
|
|
|
wxBoxSizer* bSizerThickness;
|
|
|
|
bSizerThickness = new wxBoxSizer( wxVERTICAL );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextThickness = new wxStaticText( m_swItemProperties, wxID_ANY, _("Thickness"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextThickness->Wrap( -1 );
|
2013-10-19 10:29:54 +00:00
|
|
|
bSizerThickness->Add( m_staticTextThickness, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlThickness = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-10-19 10:29:54 +00:00
|
|
|
bSizerThickness->Add( m_textCtrlThickness, 0, wxBOTTOM|wxRIGHT|wxLEFT, 5 );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
|
|
|
|
2013-10-19 10:29:54 +00:00
|
|
|
m_SizerLineThickness->Add( bSizerThickness, 0, wxEXPAND, 5 );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextInfoThickness = new wxStaticText( m_swItemProperties, wxID_ANY, _("Set to 0 to use default"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextInfoThickness->Wrap( -1 );
|
2013-10-19 10:29:54 +00:00
|
|
|
m_SizerLineThickness->Add( m_staticTextInfoThickness, 0, wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
|
|
|
|
2013-10-19 10:29:54 +00:00
|
|
|
bSizerMain->Add( m_SizerLineThickness, 0, 0, 5 );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
|
|
|
m_SizerRotation = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticline1 = new wxStaticLine( m_swItemProperties, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_SizerRotation->Add( m_staticline1, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerRotation;
|
|
|
|
bSizerRotation = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextRot = new wxStaticText( m_swItemProperties, wxID_ANY, _("Rotation"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextRot->Wrap( -1 );
|
|
|
|
bSizerRotation->Add( m_staticTextRot, 0, wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlRotation = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizerRotation->Add( m_textCtrlRotation, 0, wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
m_SizerRotation->Add( bSizerRotation, 0, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerMain->Add( m_SizerRotation, 0, wxEXPAND, 5 );
|
|
|
|
|
2013-10-19 10:29:54 +00:00
|
|
|
m_SizerBitmapPPI = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
|
|
|
m_staticTextBitmapPPI = new wxStaticText( m_swItemProperties, wxID_ANY, _("Bitmap PPI"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_staticTextBitmapPPI->Wrap( -1 );
|
|
|
|
m_SizerBitmapPPI->Add( m_staticTextBitmapPPI, 0, wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 );
|
|
|
|
|
|
|
|
m_textCtrlBitmapPPI = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_SizerBitmapPPI->Add( m_textCtrlBitmapPPI, 0, wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerMain->Add( m_SizerBitmapPPI, 0, wxEXPAND, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticline4 = new wxStaticLine( m_swItemProperties, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizerMain->Add( m_staticline4, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextRepeatPrms = new wxStaticText( m_swItemProperties, wxID_ANY, _("Repeat parameters:"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextRepeatPrms->Wrap( -1 );
|
|
|
|
bSizerMain->Add( m_staticTextRepeatPrms, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer20;
|
|
|
|
bSizer20 = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer611;
|
|
|
|
bSizer611 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextRepeatCnt = new wxStaticText( m_swItemProperties, wxID_ANY, _("Repeat count"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextRepeatCnt->Wrap( -1 );
|
|
|
|
bSizer611->Add( m_staticTextRepeatCnt, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlRepeatCount = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizer611->Add( m_textCtrlRepeatCount, 0, wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizer20->Add( bSizer611, 1, 0, 5 );
|
|
|
|
|
|
|
|
m_SizerTextIncrementLabel = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextInclabel = new wxStaticText( m_swItemProperties, wxID_ANY, _("Text Increment"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextInclabel->Wrap( -1 );
|
|
|
|
m_SizerTextIncrementLabel->Add( m_staticTextInclabel, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlTextIncrement = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_SizerTextIncrementLabel->Add( m_textCtrlTextIncrement, 0, wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizer20->Add( m_SizerTextIncrementLabel, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerMain->Add( bSizer20, 0, 0, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerPosY1;
|
|
|
|
bSizerPosY1 = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer411;
|
|
|
|
bSizer411 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextStepX = new wxStaticText( m_swItemProperties, wxID_ANY, _("Step X (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextStepX->Wrap( -1 );
|
|
|
|
bSizer411->Add( m_staticTextStepX, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlStepX = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizer411->Add( m_textCtrlStepX, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerPosY1->Add( bSizer411, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer511;
|
|
|
|
bSizer511 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticTextStepY = new wxStaticText( m_swItemProperties, wxID_ANY, _("Step Y (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
m_staticTextStepY->Wrap( -1 );
|
|
|
|
bSizer511->Add( m_staticTextStepY, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_textCtrlStepY = new wxTextCtrl( m_swItemProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
2013-07-19 18:27:22 +00:00
|
|
|
bSizer511->Add( m_textCtrlStepY, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerPosY1->Add( bSizer511, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerMain->Add( bSizerPosY1, 0, 0, 5 );
|
|
|
|
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_swItemProperties->SetSizer( bSizerMain );
|
|
|
|
m_swItemProperties->Layout();
|
|
|
|
bSizerMain->Fit( m_swItemProperties );
|
|
|
|
m_notebook->AddPage( m_swItemProperties, _("Item Properties"), true );
|
2013-08-29 07:20:09 +00:00
|
|
|
m_swGeneralOpts = new wxScrolledWindow( m_notebook, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxHSCROLL|wxTAB_TRAVERSAL|wxVSCROLL );
|
2013-07-20 19:36:19 +00:00
|
|
|
m_swGeneralOpts->SetScrollRate( 5, 5 );
|
|
|
|
wxBoxSizer* bSizerGeneralOpts;
|
|
|
|
bSizerGeneralOpts = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerGeneralOpts1;
|
|
|
|
bSizerGeneralOpts1 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
m_staticTextDefVal = new wxStaticText( m_swGeneralOpts, wxID_ANY, _("Default Values:"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_staticTextDefVal->Wrap( -1 );
|
|
|
|
bSizerGeneralOpts1->Add( m_staticTextDefVal, 0, wxALL, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerDefTextSize;
|
|
|
|
bSizerDefTextSize = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerDefTsizeX;
|
|
|
|
bSizerDefTsizeX = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
m_staticTextDefTsX = new wxStaticText( m_swGeneralOpts, wxID_ANY, _("Text Size X (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_staticTextDefTsX->Wrap( -1 );
|
|
|
|
bSizerDefTsizeX->Add( m_staticTextDefTsX, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
m_textCtrlDefaultTextSizeX = new wxTextCtrl( m_swGeneralOpts, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
bSizerDefTsizeX->Add( m_textCtrlDefaultTextSizeX, 0, wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerDefTextSize->Add( bSizerDefTsizeX, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerDefTsizeY;
|
|
|
|
bSizerDefTsizeY = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
m_staticTextDefTsY = new wxStaticText( m_swGeneralOpts, wxID_ANY, _("Text Size Y (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_staticTextDefTsY->Wrap( -1 );
|
|
|
|
bSizerDefTsizeY->Add( m_staticTextDefTsY, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
m_textCtrlDefaultTextSizeY = new wxTextCtrl( m_swGeneralOpts, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
bSizerDefTsizeY->Add( m_textCtrlDefaultTextSizeY, 0, wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerDefTextSize->Add( bSizerDefTsizeY, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerGeneralOpts1->Add( bSizerDefTextSize, 0, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerDefLineWidth;
|
|
|
|
bSizerDefLineWidth = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizer25;
|
|
|
|
bSizer25 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
m_staticTextDefLineW = new wxStaticText( m_swGeneralOpts, wxID_ANY, _("Line Thickness (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_staticTextDefLineW->Wrap( -1 );
|
|
|
|
bSizer25->Add( m_staticTextDefLineW, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
m_textCtrlDefaultLineWidth = new wxTextCtrl( m_swGeneralOpts, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
bSizer25->Add( m_textCtrlDefaultLineWidth, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerDefLineWidth->Add( bSizer25, 1, 0, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerDefTextThickness;
|
|
|
|
bSizerDefTextThickness = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
m_staticText22 = new wxStaticText( m_swGeneralOpts, wxID_ANY, _("Text Thickness"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_staticText22->Wrap( -1 );
|
|
|
|
bSizerDefTextThickness->Add( m_staticText22, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
m_textCtrlDefaultTextThickness = new wxTextCtrl( m_swGeneralOpts, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
bSizerDefTextThickness->Add( m_textCtrlDefaultTextThickness, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerDefLineWidth->Add( bSizerDefTextThickness, 1, 0, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerGeneralOpts1->Add( bSizerDefLineWidth, 0, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerGeneralOpts->Add( bSizerGeneralOpts1, 0, 0, 5 );
|
|
|
|
|
2013-07-26 12:50:29 +00:00
|
|
|
m_buttonDefault = new wxButton( m_swGeneralOpts, wxID_ANY, _("Set to Default"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
bSizerGeneralOpts->Add( m_buttonDefault, 0, wxALL|wxEXPAND, 5 );
|
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
m_staticline9 = new wxStaticLine( m_swGeneralOpts, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
|
|
|
|
bSizerGeneralOpts->Add( m_staticline9, 0, wxEXPAND | wxALL, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerGeneraMargins;
|
|
|
|
bSizerGeneraMargins = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
m_staticTextMargins = new wxStaticText( m_swGeneralOpts, wxID_ANY, _("Page Margins"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_staticTextMargins->Wrap( -1 );
|
|
|
|
bSizerGeneraMargins->Add( m_staticTextMargins, 0, wxALL, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerDefLRMargins;
|
|
|
|
bSizerDefLRMargins = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerDefLeftMargin;
|
|
|
|
bSizerDefLeftMargin = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
m_staticTextLeftMargin = new wxStaticText( m_swGeneralOpts, wxID_ANY, _("Left Margin (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_staticTextLeftMargin->Wrap( -1 );
|
|
|
|
bSizerDefLeftMargin->Add( m_staticTextLeftMargin, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
m_textCtrlLeftMargin = new wxTextCtrl( m_swGeneralOpts, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
bSizerDefLeftMargin->Add( m_textCtrlLeftMargin, 0, wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerDefLRMargins->Add( bSizerDefLeftMargin, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerDefTsizeY1;
|
|
|
|
bSizerDefTsizeY1 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
m_staticTextDefRightMargin = new wxStaticText( m_swGeneralOpts, wxID_ANY, _("Right Margin (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_staticTextDefRightMargin->Wrap( -1 );
|
|
|
|
bSizerDefTsizeY1->Add( m_staticTextDefRightMargin, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
m_textCtrlRightMargin = new wxTextCtrl( m_swGeneralOpts, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
bSizerDefTsizeY1->Add( m_textCtrlRightMargin, 0, wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerDefLRMargins->Add( bSizerDefTsizeY1, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerGeneraMargins->Add( bSizerDefLRMargins, 0, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerDefTBMargins;
|
|
|
|
bSizerDefTBMargins = new wxBoxSizer( wxHORIZONTAL );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerTopMargin;
|
|
|
|
bSizerTopMargin = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
m_staticTextTopMargin = new wxStaticText( m_swGeneralOpts, wxID_ANY, _("Top Margin (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_staticTextTopMargin->Wrap( -1 );
|
|
|
|
bSizerTopMargin->Add( m_staticTextTopMargin, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
m_textCtrlTopMargin = new wxTextCtrl( m_swGeneralOpts, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
bSizerTopMargin->Add( m_textCtrlTopMargin, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerDefTBMargins->Add( bSizerTopMargin, 1, 0, 5 );
|
|
|
|
|
|
|
|
wxBoxSizer* bSizerDefBottomMargin;
|
|
|
|
bSizerDefBottomMargin = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
|
|
|
m_staticTextBottomMargin = new wxStaticText( m_swGeneralOpts, wxID_ANY, _("Bottom Margin (mm)"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_staticTextBottomMargin->Wrap( -1 );
|
|
|
|
bSizerDefBottomMargin->Add( m_staticTextBottomMargin, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
m_textCtrlDefaultBottomMargin = new wxTextCtrl( m_swGeneralOpts, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
bSizerDefBottomMargin->Add( m_textCtrlDefaultBottomMargin, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerDefTBMargins->Add( bSizerDefBottomMargin, 1, 0, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerGeneraMargins->Add( bSizerDefTBMargins, 0, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizerGeneralOpts->Add( bSizerGeneraMargins, 0, 0, 5 );
|
|
|
|
|
|
|
|
m_buttonGeneralOptsOK = new wxButton( m_swGeneralOpts, wxID_ANY, _("Accept"), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
m_buttonGeneralOptsOK->SetDefault();
|
|
|
|
bSizerGeneralOpts->Add( m_buttonGeneralOptsOK, 0, wxALL|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
m_swGeneralOpts->SetSizer( bSizerGeneralOpts );
|
|
|
|
m_swGeneralOpts->Layout();
|
|
|
|
bSizerGeneralOpts->Fit( m_swGeneralOpts );
|
|
|
|
m_notebook->AddPage( m_swGeneralOpts, _("General Options"), false );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
2013-07-20 19:36:19 +00:00
|
|
|
bSizerpanel->Add( m_notebook, 1, wxEXPAND | wxALL, 5 );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
this->SetSizer( bSizerpanel );
|
|
|
|
this->Layout();
|
|
|
|
|
|
|
|
// Connect Events
|
|
|
|
m_buttonOK->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_PROPERTIES_BASE::OnAcceptPrms ), NULL, this );
|
2013-07-24 15:11:35 +00:00
|
|
|
m_buttonDefault->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_PROPERTIES_BASE::OnSetDefaultValues ), NULL, this );
|
2013-07-26 12:50:29 +00:00
|
|
|
m_buttonGeneralOptsOK->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_PROPERTIES_BASE::OnAcceptPrms ), NULL, this );
|
2013-07-19 18:27:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
PANEL_PROPERTIES_BASE::~PANEL_PROPERTIES_BASE()
|
|
|
|
{
|
|
|
|
// Disconnect Events
|
|
|
|
m_buttonOK->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_PROPERTIES_BASE::OnAcceptPrms ), NULL, this );
|
2013-07-24 15:11:35 +00:00
|
|
|
m_buttonDefault->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_PROPERTIES_BASE::OnSetDefaultValues ), NULL, this );
|
2013-07-26 12:50:29 +00:00
|
|
|
m_buttonGeneralOptsOK->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_PROPERTIES_BASE::OnAcceptPrms ), NULL, this );
|
2013-07-19 18:27:22 +00:00
|
|
|
|
|
|
|
}
|