2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2018-05-04 16:20:41 +00:00
// C++ code generated with wxFormBuilder (version Dec 30 2017)
2013-05-26 04:36:44 +00:00
// http://www.wxformbuilder.org/
//
2018-05-04 16:20:41 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2017-11-23 13:05:26 +00:00
# include "widgets/text_ctrl_eval.h"
2013-05-26 04:36:44 +00:00
# include "dialog_pad_properties_base.h"
///////////////////////////////////////////////////////////////////////////
DIALOG_PAD_PROPERTIES_BASE : : DIALOG_PAD_PROPERTIES_BASE ( wxWindow * parent , wxWindowID id , const wxString & title , const wxPoint & pos , const wxSize & size , long style ) : DIALOG_SHIM ( parent , id , title , pos , size , style )
{
this - > SetSizeHints ( wxSize ( - 1 , - 1 ) , wxDefaultSize ) ;
wxBoxSizer * m_MainSizer ;
m_MainSizer = new wxBoxSizer ( wxVERTICAL ) ;
wxBoxSizer * bSizerUpper ;
bSizerUpper = new wxBoxSizer ( wxHORIZONTAL ) ;
m_notebook = new wxNotebook ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_notebook - > SetBackgroundColour ( wxSystemSettings : : GetColour ( wxSYS_COLOUR_BTNFACE ) ) ;
m_panelGeneral = new wxPanel ( m_notebook , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxTAB_TRAVERSAL ) ;
wxBoxSizer * bGeneralSizer ;
bGeneralSizer = new wxBoxSizer ( wxHORIZONTAL ) ;
wxBoxSizer * m_LeftBoxSizer ;
m_LeftBoxSizer = new wxBoxSizer ( wxVERTICAL ) ;
2018-02-08 23:41:45 +00:00
wxFlexGridSizer * fgSizerShapeType ;
fgSizerShapeType = new wxFlexGridSizer ( 0 , 3 , 0 , 0 ) ;
fgSizerShapeType - > AddGrowableCol ( 1 ) ;
fgSizerShapeType - > SetFlexibleDirection ( wxBOTH ) ;
fgSizerShapeType - > SetNonFlexibleGrowMode ( wxFLEX_GROWMODE_SPECIFIED ) ;
2013-05-26 04:36:44 +00:00
m_PadNumText = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Pad number: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_PadNumText - > Wrap ( - 1 ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_PadNumText , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-10-02 08:04:45 +00:00
m_PadNumCtrl = new wxTextCtrl ( m_panelGeneral , wxID_PADNUMCTRL , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_PadNumCtrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
fgSizerShapeType - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
m_PadNameText = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Net name: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_PadNameText - > Wrap ( - 1 ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_PadNameText , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
m_PadNetNameCtrl = new wxTextCtrl ( m_panelGeneral , wxID_PADNETNAMECTRL , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_PadNetNameCtrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
fgSizerShapeType - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
m_staticText44 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Pad type: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText44 - > Wrap ( - 1 ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_staticText44 , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
wxString m_PadTypeChoices [ ] = { _ ( " Through-hole " ) , _ ( " SMD " ) , _ ( " Connector " ) , _ ( " NPTH, Mechanical " ) } ;
int m_PadTypeNChoices = sizeof ( m_PadTypeChoices ) / sizeof ( wxString ) ;
m_PadType = new wxChoice ( m_panelGeneral , wxID_ANY , wxDefaultPosition , wxDefaultSize , m_PadTypeNChoices , m_PadTypeChoices , 0 ) ;
m_PadType - > SetSelection ( 0 ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_PadType , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
fgSizerShapeType - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
m_staticText45 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Shape: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText45 - > Wrap ( - 1 ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_staticText45 , 0 , wxALIGN_CENTER_VERTICAL | wxBOTTOM | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-03 23:22:45 +00:00
wxString m_PadShapeChoices [ ] = { _ ( " Circular " ) , _ ( " Oval " ) , _ ( " Rectangular " ) , _ ( " Trapezoidal " ) , _ ( " Rounded Rectangle " ) , _ ( " Custom (Circ. Anchor) " ) , _ ( " Custom (Rect. Anchor) " ) } ;
2013-05-26 04:36:44 +00:00
int m_PadShapeNChoices = sizeof ( m_PadShapeChoices ) / sizeof ( wxString ) ;
m_PadShape = new wxChoice ( m_panelGeneral , wxID_ANY , wxDefaultPosition , wxDefaultSize , m_PadShapeNChoices , m_PadShapeChoices , 0 ) ;
2017-09-20 08:28:52 +00:00
m_PadShape - > SetSelection ( 0 ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_PadShape , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
m_staticText4 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Position X: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText4 - > Wrap ( - 1 ) ;
2018-02-03 23:22:45 +00:00
fgSizerShapeType - > Add ( m_staticText4 , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-11-23 13:05:26 +00:00
m_PadPosition_X_Ctrl = new TEXT_CTRL_EVAL ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_PadPosition_X_Ctrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
m_PadPosX_Unit = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_PadPosX_Unit - > Wrap ( - 1 ) ;
2018-02-03 23:22:45 +00:00
fgSizerShapeType - > Add ( m_PadPosX_Unit , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT , 5 ) ;
2013-05-26 04:36:44 +00:00
m_staticText41 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Position Y: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText41 - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_staticText41 , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxTOP , 5 ) ;
2017-11-23 13:05:26 +00:00
m_PadPosition_Y_Ctrl = new TEXT_CTRL_EVAL ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-15 13:54:58 +00:00
fgSizerShapeType - > Add ( m_PadPosition_Y_Ctrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
m_PadPosY_Unit = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_PadPosY_Unit - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_PadPosY_Unit , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
m_staticText12 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Size X: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText12 - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_staticText12 , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxTOP , 5 ) ;
2017-11-23 13:05:26 +00:00
m_ShapeSize_X_Ctrl = new TEXT_CTRL_EVAL ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-15 13:54:58 +00:00
fgSizerShapeType - > Add ( m_ShapeSize_X_Ctrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
m_PadShapeSizeX_Unit = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_PadShapeSizeX_Unit - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_PadShapeSizeX_Unit , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
m_staticText15 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Size Y: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText15 - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_staticText15 , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxTOP , 5 ) ;
2017-11-23 13:05:26 +00:00
m_ShapeSize_Y_Ctrl = new TEXT_CTRL_EVAL ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-15 13:54:58 +00:00
fgSizerShapeType - > Add ( m_ShapeSize_Y_Ctrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
m_PadShapeSizeY_Unit = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_PadShapeSizeY_Unit - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_PadShapeSizeY_Unit , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2016-04-06 18:15:49 +00:00
m_PadOrientText = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Orientation: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_PadOrientText - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_PadOrientText , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
wxString m_PadOrientChoices [ ] = { _ ( " 0 " ) , _ ( " 90 " ) , _ ( " -90 " ) , _ ( " 180 " ) , _ ( " Custom " ) } ;
int m_PadOrientNChoices = sizeof ( m_PadOrientChoices ) / sizeof ( wxString ) ;
m_PadOrient = new wxChoice ( m_panelGeneral , wxID_ANY , wxDefaultPosition , wxDefaultSize , m_PadOrientNChoices , m_PadOrientChoices , 0 ) ;
m_PadOrient - > SetSelection ( 4 ) ;
2015-06-15 13:54:58 +00:00
fgSizerShapeType - > Add ( m_PadOrient , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
m_staticText491 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " deg " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText491 - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_staticText491 , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2016-04-06 18:15:49 +00:00
fgSizerShapeType - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-11-23 13:05:26 +00:00
m_PadOrientCtrl = new TEXT_CTRL_EVAL ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-15 13:54:58 +00:00
fgSizerShapeType - > Add ( m_PadOrientCtrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2016-04-10 22:14:28 +00:00
m_customOrientUnits = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " deg " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_customOrientUnits - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_customOrientUnits , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
m_staticText17 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Shape offset X: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText17 - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_staticText17 , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxTOP , 5 ) ;
2017-11-23 13:05:26 +00:00
m_ShapeOffset_X_Ctrl = new TEXT_CTRL_EVAL ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-15 13:54:58 +00:00
fgSizerShapeType - > Add ( m_ShapeOffset_X_Ctrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
m_PadShapeOffsetX_Unit = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_PadShapeOffsetX_Unit - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_PadShapeOffsetX_Unit , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
m_staticText19 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Shape offset Y: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText19 - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_staticText19 , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxTOP , 5 ) ;
2017-11-23 13:05:26 +00:00
m_ShapeOffset_Y_Ctrl = new TEXT_CTRL_EVAL ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-15 13:54:58 +00:00
fgSizerShapeType - > Add ( m_ShapeOffset_Y_Ctrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
m_PadShapeOffsetY_Unit = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_PadShapeOffsetY_Unit - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_PadShapeOffsetY_Unit , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
m_staticText38 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Pad to die length: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText38 - > Wrap ( - 1 ) ;
m_staticText38 - > SetToolTip ( _ ( " Wire length from pad to die on chip ( used to calculate actual track length) " ) ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_staticText38 , 0 , wxALIGN_CENTER_VERTICAL | wxBOTTOM | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-11-23 13:05:26 +00:00
m_LengthPadToDieCtrl = new TEXT_CTRL_EVAL ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_LengthPadToDieCtrl , 0 , wxBOTTOM | wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
m_PadLengthDie_Unit = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_PadLengthDie_Unit - > Wrap ( - 1 ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_PadLengthDie_Unit , 0 , wxALIGN_CENTER_VERTICAL | wxBOTTOM | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
m_staticline4 = new wxStaticLine ( m_panelGeneral , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_staticline4 , 0 , wxBOTTOM | wxEXPAND | wxTOP , 6 ) ;
2016-04-06 18:15:49 +00:00
m_staticline5 = new wxStaticLine ( m_panelGeneral , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_staticline5 , 0 , wxBOTTOM | wxEXPAND | wxTOP , 6 ) ;
2016-04-06 18:15:49 +00:00
m_staticline6 = new wxStaticLine ( m_panelGeneral , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_staticline6 , 0 , wxBOTTOM | wxEXPAND | wxTOP , 6 ) ;
2016-04-06 18:15:49 +00:00
2015-09-11 23:13:54 +00:00
m_staticText21 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Trapezoid delta: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_staticText21 - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_staticText21 , 0 , wxALIGN_CENTER_VERTICAL | wxTOP | wxLEFT , 5 ) ;
2017-11-23 13:05:26 +00:00
m_ShapeDelta_Ctrl = new TEXT_CTRL_EVAL ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-15 13:54:58 +00:00
fgSizerShapeType - > Add ( m_ShapeDelta_Ctrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
m_PadShapeDelta_Unit = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_PadShapeDelta_Unit - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_PadShapeDelta_Unit , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2018-02-08 23:41:45 +00:00
m_staticText23 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Trapezoid axis: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_staticText23 - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_staticText23 , 0 , wxALIGN_CENTER_VERTICAL | wxBOTTOM | wxLEFT | wxTOP , 5 ) ;
2016-04-07 11:09:31 +00:00
wxString m_trapDeltaDirChoiceChoices [ ] = { _ ( " Horizontal " ) , _ ( " Vertical " ) } ;
2013-05-26 04:36:44 +00:00
int m_trapDeltaDirChoiceNChoices = sizeof ( m_trapDeltaDirChoiceChoices ) / sizeof ( wxString ) ;
m_trapDeltaDirChoice = new wxChoice ( m_panelGeneral , wxID_ANY , wxDefaultPosition , wxDefaultSize , m_trapDeltaDirChoiceNChoices , m_trapDeltaDirChoiceChoices , 0 ) ;
m_trapDeltaDirChoice - > SetSelection ( 0 ) ;
2015-06-15 13:54:58 +00:00
fgSizerShapeType - > Add ( m_trapDeltaDirChoice , 0 , wxBOTTOM | wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( 0 , 0 , 1 , wxBOTTOM | wxEXPAND | wxTOP , 15 ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
m_staticline7 = new wxStaticLine ( m_panelGeneral , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_staticline7 , 0 , wxBOTTOM | wxEXPAND | wxTOP , 6 ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
m_staticline8 = new wxStaticLine ( m_panelGeneral , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_staticline8 , 0 , wxBOTTOM | wxEXPAND | wxTOP , 6 ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
m_staticline9 = new wxStaticLine ( m_panelGeneral , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_staticline9 , 0 , wxBOTTOM | wxEXPAND | wxTOP , 6 ) ;
2013-05-26 04:36:44 +00:00
2017-09-20 13:37:20 +00:00
m_staticTextCornerSizeRatio = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Corner size: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2016-04-06 18:15:49 +00:00
m_staticTextCornerSizeRatio - > Wrap ( - 1 ) ;
2017-11-09 13:34:00 +00:00
m_staticTextCornerSizeRatio - > SetToolTip ( _ ( " Corner radius in percent of the pad width. \n The width is the smaller value between size X and size Y. \n The max value is 50 percent. " ) ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
fgSizerShapeType - > Add ( m_staticTextCornerSizeRatio , 0 , wxALIGN_CENTER_VERTICAL | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-11-23 13:05:26 +00:00
m_tcCornerSizeRatio = new TEXT_CTRL_EVAL ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2016-04-06 18:15:49 +00:00
fgSizerShapeType - > Add ( m_tcCornerSizeRatio , 0 , wxEXPAND | wxALIGN_CENTER_VERTICAL | wxTOP | wxBOTTOM | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
m_staticTextCornerSizeRatioUnit = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " % " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextCornerSizeRatioUnit - > Wrap ( - 1 ) ;
fgSizerShapeType - > Add ( m_staticTextCornerSizeRatioUnit , 0 , wxALIGN_CENTER_VERTICAL | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
m_staticTextCornerRadius = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Corner radius: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextCornerRadius - > Wrap ( - 1 ) ;
2017-11-09 13:34:00 +00:00
m_staticTextCornerRadius - > SetToolTip ( _ ( " Corner radius. \n Can be no more than half pad width. \n The width is the smaller value between size X and size Y. \n Note: IPC norm gives a max value = 0.25mm. " ) ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_staticTextCornerRadius , 0 , wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
m_staticTextCornerRadiusValue = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " dummy " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextCornerRadiusValue - > Wrap ( - 1 ) ;
m_staticTextCornerRadiusValue - > SetToolTip ( _ ( " Corner radius. \n Can be no more than half pad width. \n The width is the smaller value between size X and size Y \n Note: IPC norm gives a max value = 0.25mm " ) ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_staticTextCornerRadiusValue , 0 , wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2016-04-06 18:15:49 +00:00
m_staticTextCornerSizeUnit = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " unit " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextCornerSizeUnit - > Wrap ( - 1 ) ;
2018-02-08 23:41:45 +00:00
fgSizerShapeType - > Add ( m_staticTextCornerSizeUnit , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2018-02-03 23:22:45 +00:00
2016-04-06 18:15:49 +00:00
m_LeftBoxSizer - > Add ( fgSizerShapeType , 0 , wxBOTTOM | wxRIGHT | wxLEFT | wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-03 23:22:45 +00:00
2018-02-08 23:41:45 +00:00
bGeneralSizer - > Add ( m_LeftBoxSizer , 0 , wxALL | wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
wxBoxSizer * bSizer10 ;
bSizer10 = new wxBoxSizer ( wxVERTICAL ) ;
wxFlexGridSizer * fgSizerGeometry ;
fgSizerGeometry = new wxFlexGridSizer ( 14 , 3 , 0 , 0 ) ;
fgSizerGeometry - > AddGrowableCol ( 1 ) ;
fgSizerGeometry - > SetFlexibleDirection ( wxBOTH ) ;
fgSizerGeometry - > SetNonFlexibleGrowMode ( wxFLEX_GROWMODE_SPECIFIED ) ;
2018-02-08 23:41:45 +00:00
m_staticText47 = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Hole shape: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_staticText47 - > Wrap ( - 1 ) ;
2018-02-03 23:22:45 +00:00
fgSizerGeometry - > Add ( m_staticText47 , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
wxString m_DrillShapeCtrlChoices [ ] = { _ ( " Circular " ) , _ ( " Oval " ) } ;
2013-05-26 04:36:44 +00:00
int m_DrillShapeCtrlNChoices = sizeof ( m_DrillShapeCtrlChoices ) / sizeof ( wxString ) ;
2018-02-08 23:41:45 +00:00
m_DrillShapeCtrl = new wxChoice ( m_panelGeneral , wxID_ANY , wxDefaultPosition , wxDefaultSize , m_DrillShapeCtrlNChoices , m_DrillShapeCtrlChoices , 0 ) ;
2013-05-26 04:36:44 +00:00
m_DrillShapeCtrl - > SetSelection ( 0 ) ;
2018-02-08 23:41:45 +00:00
fgSizerGeometry - > Add ( m_DrillShapeCtrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_staticText51 = new wxStaticText ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_staticText51 - > Wrap ( - 1 ) ;
fgSizerGeometry - > Add ( m_staticText51 , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2018-02-08 23:41:45 +00:00
m_textPadDrillX = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Hole size X: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_textPadDrillX - > Wrap ( - 1 ) ;
fgSizerGeometry - > Add ( m_textPadDrillX , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxTOP , 5 ) ;
2018-02-08 23:41:45 +00:00
m_PadDrill_X_Ctrl = new TEXT_CTRL_EVAL ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-15 13:54:58 +00:00
fgSizerGeometry - > Add ( m_PadDrill_X_Ctrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadDrill_X_Unit = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_PadDrill_X_Unit - > Wrap ( - 1 ) ;
fgSizerGeometry - > Add ( m_PadDrill_X_Unit , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2018-02-08 23:41:45 +00:00
m_textPadDrillY = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Hole size Y: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_textPadDrillY - > Wrap ( - 1 ) ;
fgSizerGeometry - > Add ( m_textPadDrillY , 0 , wxALIGN_CENTER_VERTICAL | wxBOTTOM | wxLEFT | wxTOP , 5 ) ;
2018-02-08 23:41:45 +00:00
m_PadDrill_Y_Ctrl = new TEXT_CTRL_EVAL ( m_panelGeneral , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-15 13:54:58 +00:00
fgSizerGeometry - > Add ( m_PadDrill_Y_Ctrl , 0 , wxBOTTOM | wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadDrill_Y_Unit = new wxStaticText ( m_panelGeneral , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_PadDrill_Y_Unit - > Wrap ( - 1 ) ;
fgSizerGeometry - > Add ( m_PadDrill_Y_Unit , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
2018-02-08 23:41:45 +00:00
bSizer10 - > Add ( fgSizerGeometry , 0 , wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
wxStaticBoxSizer * m_LayersSizer ;
2018-05-04 16:20:41 +00:00
m_LayersSizer = new wxStaticBoxSizer ( new wxStaticBox ( m_panelGeneral , wxID_ANY , _ ( " Layers " ) ) , wxVERTICAL ) ;
2013-05-26 04:36:44 +00:00
2018-02-03 23:22:45 +00:00
m_FlippedWarningSizer = new wxBoxSizer ( wxHORIZONTAL ) ;
m_FlippedWarningIcon = new wxStaticBitmap ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxSize ( 48 , 48 ) , 0 ) ;
m_FlippedWarningIcon - > SetMinSize ( wxSize ( 48 , 48 ) ) ;
2018-02-08 23:41:45 +00:00
m_FlippedWarningSizer - > Add ( m_FlippedWarningIcon , 0 , wxALIGN_TOP | wxBOTTOM | wxTOP , 4 ) ;
2018-02-03 23:22:45 +00:00
2018-02-08 23:41:45 +00:00
m_staticText86 = new wxStaticText ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Parent footprint on board is flipped. \n Layers will be reversed. " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText86 - > Wrap ( 150 ) ;
m_FlippedWarningSizer - > Add ( m_staticText86 , 1 , wxALIGN_TOP | wxBOTTOM | wxLEFT | wxRIGHT , 8 ) ;
2018-02-03 23:22:45 +00:00
2018-02-08 23:41:45 +00:00
m_LayersSizer - > Add ( m_FlippedWarningSizer , 1 , wxEXPAND , 5 ) ;
2018-02-03 23:22:45 +00:00
2013-05-26 04:36:44 +00:00
wxBoxSizer * bSizer11 ;
bSizer11 = new wxBoxSizer ( wxHORIZONTAL ) ;
2016-04-06 18:15:49 +00:00
m_staticText511 = new wxStaticText ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Copper: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_staticText511 - > Wrap ( - 1 ) ;
2018-02-03 23:22:45 +00:00
bSizer11 - > Add ( m_staticText511 , 0 , wxALIGN_CENTER_VERTICAL | wxALL | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2015-08-01 12:48:38 +00:00
wxString m_rbCopperLayersSelChoices [ ] = { _ ( " Front layer " ) , _ ( " Back layer " ) , _ ( " All copper layers " ) , _ ( " None " ) } ;
2013-05-26 04:36:44 +00:00
int m_rbCopperLayersSelNChoices = sizeof ( m_rbCopperLayersSelChoices ) / sizeof ( wxString ) ;
2016-04-06 18:15:49 +00:00
m_rbCopperLayersSel = new wxChoice ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , wxDefaultPosition , wxDefaultSize , m_rbCopperLayersSelNChoices , m_rbCopperLayersSelChoices , 0 ) ;
2013-05-26 04:36:44 +00:00
m_rbCopperLayersSel - > SetSelection ( 0 ) ;
2018-02-03 23:22:45 +00:00
bSizer11 - > Add ( m_rbCopperLayersSel , 1 , wxALL | wxEXPAND | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
m_LayersSizer - > Add ( bSizer11 , 0 , wxEXPAND , 5 ) ;
2018-02-08 23:41:45 +00:00
wxStaticText * m_staticText85 ;
m_staticText85 = new wxStaticText ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Technical layers: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText85 - > Wrap ( - 1 ) ;
m_LayersSizer - > Add ( m_staticText85 , 0 , wxALL , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadLayerAdhCmp = new wxCheckBox ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Front adhesive " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_LayersSizer - > Add ( m_PadLayerAdhCmp , 0 , wxLEFT | wxRIGHT , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadLayerAdhCu = new wxCheckBox ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Back adhesive " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_LayersSizer - > Add ( m_PadLayerAdhCu , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadLayerPateCmp = new wxCheckBox ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Front solder paste " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_LayersSizer - > Add ( m_PadLayerPateCmp , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadLayerPateCu = new wxCheckBox ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Back solder paste " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_LayersSizer - > Add ( m_PadLayerPateCu , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadLayerSilkCmp = new wxCheckBox ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Front silk screen " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_LayersSizer - > Add ( m_PadLayerSilkCmp , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadLayerSilkCu = new wxCheckBox ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Back silk screen " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_LayersSizer - > Add ( m_PadLayerSilkCu , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadLayerMaskCmp = new wxCheckBox ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Front solder mask " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_LayersSizer - > Add ( m_PadLayerMaskCmp , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadLayerMaskCu = new wxCheckBox ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Back solder mask " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_LayersSizer - > Add ( m_PadLayerMaskCu , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadLayerDraft = new wxCheckBox ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Drafting notes " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_LayersSizer - > Add ( m_PadLayerDraft , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadLayerECO1 = new wxCheckBox ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " E.C.O.1 " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_LayersSizer - > Add ( m_PadLayerECO1 , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
m_PadLayerECO2 = new wxCheckBox ( m_LayersSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " E.C.O.2 " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_LayersSizer - > Add ( m_PadLayerECO2 , 0 , wxALL , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
bSizer10 - > Add ( m_LayersSizer , 1 , wxEXPAND | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-02-08 23:41:45 +00:00
bGeneralSizer - > Add ( bSizer10 , 0 , wxALL | wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
m_panelGeneral - > SetSizer ( bGeneralSizer ) ;
m_panelGeneral - > Layout ( ) ;
bGeneralSizer - > Fit ( m_panelGeneral ) ;
m_notebook - > AddPage ( m_panelGeneral , _ ( " General " ) , true ) ;
m_localSettingsPanel = new wxPanel ( m_notebook , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxTAB_TRAVERSAL ) ;
wxBoxSizer * bSizerPanelClearance ;
bSizerPanelClearance = new wxBoxSizer ( wxVERTICAL ) ;
wxBoxSizer * bSizerClearance ;
bSizerClearance = new wxBoxSizer ( wxVERTICAL ) ;
2018-05-04 16:20:41 +00:00
wxStaticText * m_staticTextHint ;
m_staticTextHint = new wxStaticText ( m_localSettingsPanel , wxID_ANY , _ ( " Set values to 0 to use parent footprint or netclass values. " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextHint - > Wrap ( - 1 ) ;
m_staticTextHint - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_NORMAL , wxFONTWEIGHT_NORMAL , false , wxEmptyString ) ) ;
2017-12-21 09:23:17 +00:00
2018-05-04 16:20:41 +00:00
bSizerClearance - > Add ( m_staticTextHint , 0 , wxTOP | wxRIGHT | wxLEFT , 10 ) ;
2017-12-21 09:23:17 +00:00
2018-05-04 16:20:41 +00:00
m_staticTextInfoPosValue = new wxStaticText ( m_localSettingsPanel , wxID_ANY , _ ( " Positive clearance means area bigger than the pad (usual for mask clearance). " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2018-02-14 16:46:35 +00:00
m_staticTextInfoPosValue - > Wrap ( - 1 ) ;
2018-05-04 16:20:41 +00:00
m_staticTextInfoPosValue - > SetFont ( wxFont ( 12 , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_ITALIC , wxFONTWEIGHT_NORMAL , false , wxEmptyString ) ) ;
2018-02-14 16:46:35 +00:00
2018-05-04 16:20:41 +00:00
bSizerClearance - > Add ( m_staticTextInfoPosValue , 0 , wxTOP | wxRIGHT | wxLEFT , 10 ) ;
2018-02-14 16:46:35 +00:00
m_staticTextInfoNegVal = new wxStaticText ( m_localSettingsPanel , wxID_ANY , _ ( " Negative clearance means area smaller than the pad (usual for paste clearance). " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextInfoNegVal - > Wrap ( - 1 ) ;
2018-05-04 16:20:41 +00:00
m_staticTextInfoNegVal - > SetFont ( wxFont ( 12 , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_ITALIC , wxFONTWEIGHT_NORMAL , false , wxEmptyString ) ) ;
2018-02-14 16:46:35 +00:00
2018-05-04 16:20:41 +00:00
bSizerClearance - > Add ( m_staticTextInfoNegVal , 0 , wxBOTTOM | wxRIGHT | wxLEFT , 10 ) ;
2018-02-14 16:46:35 +00:00
2013-05-26 04:36:44 +00:00
wxStaticBoxSizer * sbClearancesSizer ;
2018-05-04 16:20:41 +00:00
sbClearancesSizer = new wxStaticBoxSizer ( new wxStaticBox ( m_localSettingsPanel , wxID_ANY , _ ( " Clearances " ) ) , wxVERTICAL ) ;
2013-05-26 04:36:44 +00:00
wxFlexGridSizer * fgClearancesGridSizer ;
fgClearancesGridSizer = new wxFlexGridSizer ( 4 , 3 , 0 , 0 ) ;
fgClearancesGridSizer - > AddGrowableCol ( 1 ) ;
fgClearancesGridSizer - > SetFlexibleDirection ( wxBOTH ) ;
fgClearancesGridSizer - > SetNonFlexibleGrowMode ( wxFLEX_GROWMODE_SPECIFIED ) ;
2016-04-06 18:15:49 +00:00
m_staticTextNetClearance = new wxStaticText ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Net pad clearance: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_staticTextNetClearance - > Wrap ( - 1 ) ;
m_staticTextNetClearance - > SetToolTip ( _ ( " This is the local net clearance for pad. \n If 0, the footprint local value or the Netclass value is used " ) ) ;
2018-05-04 16:20:41 +00:00
fgClearancesGridSizer - > Add ( m_staticTextNetClearance , 0 , wxALIGN_CENTER_VERTICAL | wxBOTTOM | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-11-23 13:05:26 +00:00
m_NetClearanceValueCtrl = new TEXT_CTRL_EVAL ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2018-05-04 16:20:41 +00:00
fgClearancesGridSizer - > Add ( m_NetClearanceValueCtrl , 0 , wxEXPAND | wxBOTTOM | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
m_NetClearanceUnits = new wxStaticText ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_NetClearanceUnits - > Wrap ( - 1 ) ;
2018-05-04 16:20:41 +00:00
fgClearancesGridSizer - > Add ( m_NetClearanceUnits , 0 , wxALIGN_CENTER_VERTICAL | wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
m_MaskClearanceTitle = new wxStaticText ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Solder mask clearance: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_MaskClearanceTitle - > Wrap ( - 1 ) ;
m_MaskClearanceTitle - > SetToolTip ( _ ( " This is the local clearance between this pad and the solder mask \n If 0, the footprint local value or the global value is used " ) ) ;
fgClearancesGridSizer - > Add ( m_MaskClearanceTitle , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxTOP , 5 ) ;
2017-11-23 13:05:26 +00:00
m_SolderMaskMarginCtrl = new TEXT_CTRL_EVAL ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-15 13:54:58 +00:00
fgClearancesGridSizer - > Add ( m_SolderMaskMarginCtrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
m_SolderMaskMarginUnits = new wxStaticText ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_SolderMaskMarginUnits - > Wrap ( - 1 ) ;
fgClearancesGridSizer - > Add ( m_SolderMaskMarginUnits , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2016-04-06 18:15:49 +00:00
m_staticTextSolderPaste = new wxStaticText ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Solder paste clearance: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_staticTextSolderPaste - > Wrap ( - 1 ) ;
m_staticTextSolderPaste - > SetToolTip ( _ ( " This is the local clearance between this pad and the solder paste. \n If 0 the footprint value or the global value is used.. \n The final clearance value is the sum of this value and the clearance value ratio \n A negative value means a smaller mask size than pad size " ) ) ;
fgClearancesGridSizer - > Add ( m_staticTextSolderPaste , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxTOP , 5 ) ;
2017-11-23 13:05:26 +00:00
m_SolderPasteMarginCtrl = new TEXT_CTRL_EVAL ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-15 13:54:58 +00:00
fgClearancesGridSizer - > Add ( m_SolderPasteMarginCtrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
m_SolderPasteMarginUnits = new wxStaticText ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_SolderPasteMarginUnits - > Wrap ( - 1 ) ;
fgClearancesGridSizer - > Add ( m_SolderPasteMarginUnits , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2016-04-06 18:15:49 +00:00
m_staticTextRatio = new wxStaticText ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Solder paste ratio clearance: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_staticTextRatio - > Wrap ( - 1 ) ;
m_staticTextRatio - > SetToolTip ( _ ( " This is the local clearance ratio in per cent between this pad and the solder paste. \n A value of 10 means the clearance value is 10 per cent of the pad size \n If 0 the footprint value or the global value is used.. \n The final clearance value is the sum of this value and the clearance value \n A negative value means a smaller mask size than pad size. " ) ) ;
fgClearancesGridSizer - > Add ( m_staticTextRatio , 0 , wxALIGN_CENTER_VERTICAL | wxBOTTOM | wxLEFT | wxTOP , 5 ) ;
2017-11-23 13:05:26 +00:00
m_SolderPasteMarginRatioCtrl = new TEXT_CTRL_EVAL ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2015-06-15 13:54:58 +00:00
fgClearancesGridSizer - > Add ( m_SolderPasteMarginRatioCtrl , 0 , wxBOTTOM | wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
m_SolderPasteRatioMarginUnits = new wxStaticText ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " % " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_SolderPasteRatioMarginUnits - > Wrap ( - 1 ) ;
fgClearancesGridSizer - > Add ( m_SolderPasteRatioMarginUnits , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
sbClearancesSizer - > Add ( fgClearancesGridSizer , 0 , wxEXPAND , 5 ) ;
2018-05-04 16:20:41 +00:00
m_nonCopperWarningBook = new wxSimplebook ( sbClearancesSizer - > GetStaticBox ( ) , wxID_ANY , wxDefaultPosition , wxDefaultSize , 0 ) ;
wxPanel * notePanel ;
notePanel = new wxPanel ( m_nonCopperWarningBook , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxTAB_TRAVERSAL ) ;
wxBoxSizer * bNoteSizer ;
bNoteSizer = new wxBoxSizer ( wxVERTICAL ) ;
m_nonCopperNote = new wxStaticText ( notePanel , wxID_ANY , _ ( " Note: solder mask and paste values are used only for pads on copper layers. " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_nonCopperNote - > Wrap ( - 1 ) ;
m_nonCopperNote - > SetFont ( wxFont ( 12 , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_NORMAL , wxFONTWEIGHT_NORMAL , false , wxEmptyString ) ) ;
bNoteSizer - > Add ( m_nonCopperNote , 0 , wxBOTTOM | wxRIGHT | wxTOP , 15 ) ;
notePanel - > SetSizer ( bNoteSizer ) ;
notePanel - > Layout ( ) ;
bNoteSizer - > Fit ( notePanel ) ;
m_nonCopperWarningBook - > AddPage ( notePanel , _ ( " a page " ) , false ) ;
wxPanel * warningPanel ;
warningPanel = new wxPanel ( m_nonCopperWarningBook , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxTAB_TRAVERSAL ) ;
wxBoxSizer * bWarningSizer ;
bWarningSizer = new wxBoxSizer ( wxHORIZONTAL ) ;
bWarningSizer - > SetMinSize ( wxSize ( - 1 , 50 ) ) ;
m_nonCopperWarningIcon = new wxStaticBitmap ( warningPanel , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxSize ( 48 , 48 ) , 0 ) ;
m_nonCopperWarningIcon - > SetMinSize ( wxSize ( 48 , 48 ) ) ;
bWarningSizer - > Add ( m_nonCopperWarningIcon , 0 , wxALL , 5 ) ;
m_nonCopperWarningText = new wxStaticText ( warningPanel , wxID_ANY , _ ( " Note: solder mask and paste values are used only for pads on copper layers. " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_nonCopperWarningText - > Wrap ( - 1 ) ;
m_nonCopperWarningText - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_NORMAL , wxFONTWEIGHT_NORMAL , false , wxEmptyString ) ) ;
bWarningSizer - > Add ( m_nonCopperWarningText , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
warningPanel - > SetSizer ( bWarningSizer ) ;
warningPanel - > Layout ( ) ;
bWarningSizer - > Fit ( warningPanel ) ;
m_nonCopperWarningBook - > AddPage ( warningPanel , _ ( " a page " ) , false ) ;
sbClearancesSizer - > Add ( m_nonCopperWarningBook , 1 , wxEXPAND | wxALL , 5 ) ;
2013-05-26 04:36:44 +00:00
bSizerClearance - > Add ( sbClearancesSizer , 0 , wxALL | wxEXPAND , 5 ) ;
2018-05-04 16:20:41 +00:00
m_sbSizerZonesSettings = new wxStaticBoxSizer ( new wxStaticBox ( m_localSettingsPanel , wxID_ANY , _ ( " Connection to Copper Zones " ) ) , wxVERTICAL ) ;
2013-05-26 04:36:44 +00:00
2017-01-13 17:51:22 +00:00
wxFlexGridSizer * fgSizerCopperZonesOpts ;
2017-10-02 07:03:26 +00:00
fgSizerCopperZonesOpts = new wxFlexGridSizer ( 0 , 3 , 0 , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerCopperZonesOpts - > AddGrowableCol ( 1 ) ;
fgSizerCopperZonesOpts - > SetFlexibleDirection ( wxBOTH ) ;
fgSizerCopperZonesOpts - > SetNonFlexibleGrowMode ( wxFLEX_GROWMODE_SPECIFIED ) ;
2013-05-26 04:36:44 +00:00
2017-01-13 17:51:22 +00:00
m_staticText40 = new wxStaticText ( m_sbSizerZonesSettings - > GetStaticBox ( ) , wxID_ANY , _ ( " Pad connection: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_staticText40 - > Wrap ( - 1 ) ;
2018-05-04 16:20:41 +00:00
fgSizerCopperZonesOpts - > Add ( m_staticText40 , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2014-10-12 15:12:02 +00:00
wxString m_ZoneConnectionChoiceChoices [ ] = { _ ( " From parent footprint " ) , _ ( " Solid " ) , _ ( " Thermal relief " ) , _ ( " None " ) } ;
2013-05-26 04:36:44 +00:00
int m_ZoneConnectionChoiceNChoices = sizeof ( m_ZoneConnectionChoiceChoices ) / sizeof ( wxString ) ;
2017-01-13 17:51:22 +00:00
m_ZoneConnectionChoice = new wxChoice ( m_sbSizerZonesSettings - > GetStaticBox ( ) , wxID_ANY , wxDefaultPosition , wxDefaultSize , m_ZoneConnectionChoiceNChoices , m_ZoneConnectionChoiceChoices , 0 ) ;
2013-05-26 04:36:44 +00:00
m_ZoneConnectionChoice - > SetSelection ( 0 ) ;
2018-05-04 16:20:41 +00:00
fgSizerCopperZonesOpts - > Add ( m_ZoneConnectionChoice , 0 , wxEXPAND | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-01-13 17:51:22 +00:00
fgSizerCopperZonesOpts - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
m_staticText49 = new wxStaticText ( m_sbSizerZonesSettings - > GetStaticBox ( ) , wxID_ANY , _ ( " Thermal relief width: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_staticText49 - > Wrap ( - 1 ) ;
2017-01-13 17:51:22 +00:00
fgSizerCopperZonesOpts - > Add ( m_staticText49 , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-11-23 13:05:26 +00:00
m_ThermalWidthCtrl = new TEXT_CTRL_EVAL ( m_sbSizerZonesSettings - > GetStaticBox ( ) , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerCopperZonesOpts - > Add ( m_ThermalWidthCtrl , 0 , wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-01-13 17:51:22 +00:00
m_ThermalWidthUnits = new wxStaticText ( m_sbSizerZonesSettings - > GetStaticBox ( ) , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_ThermalWidthUnits - > Wrap ( - 1 ) ;
2017-01-13 17:51:22 +00:00
fgSizerCopperZonesOpts - > Add ( m_ThermalWidthUnits , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-01-13 17:51:22 +00:00
m_staticText52 = new wxStaticText ( m_sbSizerZonesSettings - > GetStaticBox ( ) , wxID_ANY , _ ( " Thermal relief gap: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_staticText52 - > Wrap ( - 1 ) ;
2017-01-13 17:51:22 +00:00
fgSizerCopperZonesOpts - > Add ( m_staticText52 , 0 , wxALIGN_CENTER_VERTICAL | wxBOTTOM | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-11-23 13:05:26 +00:00
m_ThermalGapCtrl = new TEXT_CTRL_EVAL ( m_sbSizerZonesSettings - > GetStaticBox ( ) , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerCopperZonesOpts - > Add ( m_ThermalGapCtrl , 0 , wxBOTTOM | wxEXPAND | wxLEFT | wxTOP , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-01-13 17:51:22 +00:00
m_ThermalGapUnits = new wxStaticText ( m_sbSizerZonesSettings - > GetStaticBox ( ) , wxID_ANY , _ ( " Inch " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_ThermalGapUnits - > Wrap ( - 1 ) ;
2017-01-13 17:51:22 +00:00
fgSizerCopperZonesOpts - > Add ( m_ThermalGapUnits , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
2017-12-21 09:23:17 +00:00
m_sbSizerZonesSettings - > Add ( fgSizerCopperZonesOpts , 0 , wxEXPAND , 5 ) ;
2017-01-13 17:51:22 +00:00
2013-05-26 04:36:44 +00:00
2017-12-21 09:23:17 +00:00
bSizerClearance - > Add ( m_sbSizerZonesSettings , 0 , wxALL | wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
2018-05-04 16:20:41 +00:00
m_sbSizerCustomShapedZonesSettings = new wxStaticBoxSizer ( new wxStaticBox ( m_localSettingsPanel , wxID_ANY , _ ( " Connection to Copper Zones " ) ) , wxVERTICAL ) ;
2013-05-26 04:36:44 +00:00
2017-12-21 09:23:17 +00:00
wxFlexGridSizer * fgSizerCustomShapedCopperZonesOpts ;
fgSizerCustomShapedCopperZonesOpts = new wxFlexGridSizer ( 0 , 2 , 0 , 0 ) ;
fgSizerCustomShapedCopperZonesOpts - > AddGrowableCol ( 1 ) ;
fgSizerCustomShapedCopperZonesOpts - > SetFlexibleDirection ( wxBOTH ) ;
fgSizerCustomShapedCopperZonesOpts - > SetNonFlexibleGrowMode ( wxFLEX_GROWMODE_SPECIFIED ) ;
2013-05-26 04:36:44 +00:00
2017-12-21 09:23:17 +00:00
m_staticTextCsZconnTitle = new wxStaticText ( m_sbSizerCustomShapedZonesSettings - > GetStaticBox ( ) , wxID_ANY , _ ( " Pad connection: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextCsZconnTitle - > Wrap ( - 1 ) ;
2018-05-04 16:20:41 +00:00
fgSizerCustomShapedCopperZonesOpts - > Add ( m_staticTextCsZconnTitle , 0 , wxALIGN_CENTER_VERTICAL | wxBOTTOM | wxLEFT , 5 ) ;
2017-01-13 17:51:22 +00:00
2018-03-11 16:23:51 +00:00
wxString m_ZoneConnectionCustomChoices [ ] = { _ ( " None " ) , _ ( " Solid " ) } ;
int m_ZoneConnectionCustomNChoices = sizeof ( m_ZoneConnectionCustomChoices ) / sizeof ( wxString ) ;
m_ZoneConnectionCustom = new wxChoice ( m_sbSizerCustomShapedZonesSettings - > GetStaticBox ( ) , wxID_ANY , wxDefaultPosition , wxDefaultSize , m_ZoneConnectionCustomNChoices , m_ZoneConnectionCustomChoices , 0 ) ;
m_ZoneConnectionCustom - > SetSelection ( 0 ) ;
2018-05-04 16:20:41 +00:00
fgSizerCustomShapedCopperZonesOpts - > Add ( m_ZoneConnectionCustom , 0 , wxEXPAND | wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-12-21 09:23:17 +00:00
m_staticTextcps = new wxStaticText ( m_sbSizerCustomShapedZonesSettings - > GetStaticBox ( ) , wxID_ANY , _ ( " Custom pad shape in zone: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextcps - > Wrap ( - 1 ) ;
2018-05-04 16:20:41 +00:00
fgSizerCustomShapedCopperZonesOpts - > Add ( m_staticTextcps , 0 , wxALIGN_CENTER_VERTICAL | wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
2013-05-26 04:36:44 +00:00
2017-12-21 09:23:17 +00:00
wxString m_ZoneCustomPadShapeChoices [ ] = { _ ( " Use pad shape " ) , _ ( " Use pad convex hull " ) } ;
int m_ZoneCustomPadShapeNChoices = sizeof ( m_ZoneCustomPadShapeChoices ) / sizeof ( wxString ) ;
m_ZoneCustomPadShape = new wxChoice ( m_sbSizerCustomShapedZonesSettings - > GetStaticBox ( ) , wxID_ANY , wxDefaultPosition , wxDefaultSize , m_ZoneCustomPadShapeNChoices , m_ZoneCustomPadShapeChoices , 0 ) ;
m_ZoneCustomPadShape - > SetSelection ( 0 ) ;
2018-03-11 16:23:51 +00:00
fgSizerCustomShapedCopperZonesOpts - > Add ( m_ZoneCustomPadShape , 0 , wxEXPAND | wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
2017-12-21 09:23:17 +00:00
m_sbSizerCustomShapedZonesSettings - > Add ( fgSizerCustomShapedCopperZonesOpts , 0 , wxEXPAND , 5 ) ;
2018-05-04 16:20:41 +00:00
bSizerClearance - > Add ( m_sbSizerCustomShapedZonesSettings , 1 , wxALL | wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
bSizerPanelClearance - > Add ( bSizerClearance , 0 , wxALL | wxEXPAND , 5 ) ;
m_localSettingsPanel - > SetSizer ( bSizerPanelClearance ) ;
m_localSettingsPanel - > Layout ( ) ;
bSizerPanelClearance - > Fit ( m_localSettingsPanel ) ;
m_notebook - > AddPage ( m_localSettingsPanel , _ ( " Local Clearance and Settings " ) , false ) ;
2017-09-20 08:28:52 +00:00
m_panelCustomShapePrimitives = new wxPanel ( m_notebook , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxTAB_TRAVERSAL ) ;
m_bSizerPanelPrimitives = new wxBoxSizer ( wxVERTICAL ) ;
2017-01-13 17:51:22 +00:00
2017-09-20 08:28:52 +00:00
m_staticTextPrimitivesList = new wxStaticText ( m_panelCustomShapePrimitives , wxID_ANY , _ ( " Primitives list " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextPrimitivesList - > Wrap ( - 1 ) ;
m_staticTextPrimitivesList - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_ITALIC , wxFONTWEIGHT_BOLD , false , wxEmptyString ) ) ;
2017-01-13 17:51:22 +00:00
2017-09-20 08:28:52 +00:00
m_bSizerPanelPrimitives - > Add ( m_staticTextPrimitivesList , 0 , wxALL | wxALIGN_CENTER_HORIZONTAL , 5 ) ;
2017-01-13 17:51:22 +00:00
2017-09-30 14:34:02 +00:00
m_staticTextPrimitiveListWarning = new wxStaticText ( m_panelCustomShapePrimitives , wxID_ANY , _ ( " Coordinates are relative to anchor pad, orientation 0 " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-09-20 08:28:52 +00:00
m_staticTextPrimitiveListWarning - > Wrap ( - 1 ) ;
m_staticTextPrimitiveListWarning - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_NORMAL , wxFONTWEIGHT_BOLD , false , wxEmptyString ) ) ;
2017-01-13 17:51:22 +00:00
2017-09-20 08:28:52 +00:00
m_bSizerPanelPrimitives - > Add ( m_staticTextPrimitiveListWarning , 0 , wxALL | wxALIGN_CENTER_HORIZONTAL , 5 ) ;
2017-01-13 17:51:22 +00:00
2017-09-20 08:28:52 +00:00
m_listCtrlPrimitives = new wxListView ( m_panelCustomShapePrimitives , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLC_HRULES | wxLC_NO_HEADER | wxLC_REPORT ) ;
m_bSizerPanelPrimitives - > Add ( m_listCtrlPrimitives , 1 , wxALL | wxEXPAND , 5 ) ;
2017-01-13 17:51:22 +00:00
wxBoxSizer * bSizerButtons ;
bSizerButtons = new wxBoxSizer ( wxVERTICAL ) ;
wxBoxSizer * bSizerButtonsUpper ;
bSizerButtonsUpper = new wxBoxSizer ( wxHORIZONTAL ) ;
2017-09-20 08:28:52 +00:00
m_buttonDel = new wxButton ( m_panelCustomShapePrimitives , wxID_ANY , _ ( " Delete Primitive " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
bSizerButtonsUpper - > Add ( m_buttonDel , 0 , wxALL , 5 ) ;
2017-09-20 08:28:52 +00:00
m_buttonEditShape = new wxButton ( m_panelCustomShapePrimitives , wxID_ANY , _ ( " Edit Primitive " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
bSizerButtonsUpper - > Add ( m_buttonEditShape , 0 , wxALL , 5 ) ;
2017-09-20 08:28:52 +00:00
m_buttonAddShape = new wxButton ( m_panelCustomShapePrimitives , wxID_ANY , _ ( " Add Primitive " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
bSizerButtonsUpper - > Add ( m_buttonAddShape , 0 , wxALL , 5 ) ;
2017-09-20 08:28:52 +00:00
m_buttonDup = new wxButton ( m_panelCustomShapePrimitives , wxID_ANY , _ ( " Duplicate Primitive " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
bSizerButtonsUpper - > Add ( m_buttonDup , 0 , wxALL , 5 ) ;
bSizerButtons - > Add ( bSizerButtonsUpper , 0 , wxALIGN_CENTER_HORIZONTAL , 5 ) ;
wxBoxSizer * bSizerButtonsLower ;
bSizerButtonsLower = new wxBoxSizer ( wxHORIZONTAL ) ;
2017-09-20 08:28:52 +00:00
m_buttonGeometry = new wxButton ( m_panelCustomShapePrimitives , wxID_ANY , _ ( " Geometry Transform " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
bSizerButtonsLower - > Add ( m_buttonGeometry , 0 , wxALL , 5 ) ;
2017-09-20 08:28:52 +00:00
m_buttonImport = new wxButton ( m_panelCustomShapePrimitives , wxID_ANY , _ ( " Import Primitives " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
bSizerButtonsLower - > Add ( m_buttonImport , 0 , wxALL , 5 ) ;
bSizerButtons - > Add ( bSizerButtonsLower , 0 , wxALIGN_CENTER_HORIZONTAL , 5 ) ;
2017-09-20 08:28:52 +00:00
m_bSizerPanelPrimitives - > Add ( bSizerButtons , 0 , wxALIGN_CENTER_HORIZONTAL , 5 ) ;
2017-01-13 17:51:22 +00:00
2017-09-20 08:28:52 +00:00
m_panelCustomShapePrimitives - > SetSizer ( m_bSizerPanelPrimitives ) ;
m_panelCustomShapePrimitives - > Layout ( ) ;
m_bSizerPanelPrimitives - > Fit ( m_panelCustomShapePrimitives ) ;
m_notebook - > AddPage ( m_panelCustomShapePrimitives , _ ( " Custom Shape Primitives " ) , false ) ;
2013-05-26 04:36:44 +00:00
2016-04-06 18:15:49 +00:00
bSizerUpper - > Add ( m_notebook , 0 , wxALL | wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
wxBoxSizer * bSizerDisplayPad ;
bSizerDisplayPad = new wxBoxSizer ( wxVERTICAL ) ;
2015-09-11 23:13:54 +00:00
bSizerDisplayPad - > SetMinSize ( wxSize ( 200 , - 1 ) ) ;
2018-02-08 23:41:45 +00:00
bSizerDisplayPad - > Add ( 0 , 0 , 0 , wxBOTTOM | wxEXPAND | wxTOP , 3 ) ;
wxStaticBoxSizer * sbSizeModuleInfo ;
2018-05-04 16:20:41 +00:00
sbSizeModuleInfo = new wxStaticBoxSizer ( new wxStaticBox ( this , wxID_ANY , _ ( " Parent Footprint Orientation " ) ) , wxVERTICAL ) ;
2018-02-08 23:41:45 +00:00
m_staticModuleSideValue = new wxStaticText ( sbSizeModuleInfo - > GetStaticBox ( ) , wxID_ANY , _ ( " Front side " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticModuleSideValue - > Wrap ( - 1 ) ;
2018-05-04 16:20:41 +00:00
sbSizeModuleInfo - > Add ( m_staticModuleSideValue , 0 , wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
2018-02-08 23:41:45 +00:00
2018-05-02 08:31:10 +00:00
wxBoxSizer * bSizerParentInfo ;
bSizerParentInfo = new wxBoxSizer ( wxHORIZONTAL ) ;
2018-02-08 23:41:45 +00:00
m_staticTitleModuleRot = new wxStaticText ( sbSizeModuleInfo - > GetStaticBox ( ) , wxID_ANY , _ ( " Rotation: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTitleModuleRot - > Wrap ( - 1 ) ;
2018-05-02 08:31:10 +00:00
bSizerParentInfo - > Add ( m_staticTitleModuleRot , 0 , wxBOTTOM | wxLEFT | wxRIGHT , 5 ) ;
2018-02-08 23:41:45 +00:00
2018-05-02 08:31:10 +00:00
bSizerParentInfo - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2018-02-08 23:41:45 +00:00
m_staticModuleRotValue = new wxStaticText ( sbSizeModuleInfo - > GetStaticBox ( ) , wxID_ANY , _ ( " 180.0 " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticModuleRotValue - > Wrap ( - 1 ) ;
2018-05-02 08:31:10 +00:00
bSizerParentInfo - > Add ( m_staticModuleRotValue , 0 , wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
2018-02-08 23:41:45 +00:00
2018-05-02 08:31:10 +00:00
sbSizeModuleInfo - > Add ( bSizerParentInfo , 1 , wxEXPAND , 5 ) ;
2018-02-08 23:41:45 +00:00
2018-05-02 08:31:10 +00:00
bSizerDisplayPad - > Add ( sbSizeModuleInfo , 0 , wxBOTTOM | wxEXPAND | wxRIGHT | wxTOP , 8 ) ;
2018-02-08 23:41:45 +00:00
2018-05-02 08:31:10 +00:00
bSizerDisplayPad - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2018-02-08 23:41:45 +00:00
m_panelShowPad = new wxPanel ( this , wxID_ANY , wxDefaultPosition , wxSize ( 220 , - 1 ) , wxFULL_REPAINT_ON_RESIZE | wxSIMPLE_BORDER ) ;
2013-05-26 04:36:44 +00:00
m_panelShowPad - > SetBackgroundColour ( wxColour ( 0 , 0 , 0 ) ) ;
2018-05-02 08:31:10 +00:00
bSizerDisplayPad - > Add ( m_panelShowPad , 12 , wxEXPAND | wxTOP | wxBOTTOM | wxRIGHT , 10 ) ;
2013-05-26 04:36:44 +00:00
2017-11-07 17:33:13 +00:00
m_panelShowPadGal = new PCB_DRAW_PANEL_GAL ( this , - 1 , wxPoint ( 0 , 0 ) , wxDefaultSize , m_galOptions , EDA_DRAW_PANEL_GAL : : GAL_TYPE_CAIRO ) ;
2018-05-02 08:31:10 +00:00
bSizerDisplayPad - > Add ( m_panelShowPadGal , 12 , wxEXPAND | wxTOP | wxBOTTOM | wxRIGHT , 10 ) ;
2014-07-09 09:22:43 +00:00
2018-01-13 16:05:09 +00:00
m_cbShowPadOutline = new wxCheckBox ( this , wxID_ANY , _ ( " Show pad in outline mode " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2018-02-08 23:41:45 +00:00
bSizerDisplayPad - > Add ( m_cbShowPadOutline , 0 , wxBOTTOM | wxRIGHT | wxTOP , 5 ) ;
bSizerDisplayPad - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
m_staticline13 = new wxStaticLine ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
bSizerDisplayPad - > Add ( m_staticline13 , 0 , wxALL | wxEXPAND , 4 ) ;
2018-01-13 16:05:09 +00:00
2013-05-26 04:36:44 +00:00
2018-05-02 08:31:10 +00:00
bSizerUpper - > Add ( bSizerDisplayPad , 1 , wxEXPAND | wxTOP | wxBOTTOM | wxRIGHT , 10 ) ;
2013-05-26 04:36:44 +00:00
m_MainSizer - > Add ( bSizerUpper , 1 , wxEXPAND , 5 ) ;
2016-04-06 18:15:49 +00:00
m_sdbSizer = new wxStdDialogButtonSizer ( ) ;
m_sdbSizerOK = new wxButton ( this , wxID_OK ) ;
m_sdbSizer - > AddButton ( m_sdbSizerOK ) ;
m_sdbSizerCancel = new wxButton ( this , wxID_CANCEL ) ;
m_sdbSizer - > AddButton ( m_sdbSizerCancel ) ;
m_sdbSizer - > Realize ( ) ;
2013-05-26 04:36:44 +00:00
2018-02-13 01:15:17 +00:00
m_MainSizer - > Add ( m_sdbSizer , 0 , wxBOTTOM | wxEXPAND | wxLEFT | wxRIGHT , 5 ) ;
2013-05-26 04:36:44 +00:00
this - > SetSizer ( m_MainSizer ) ;
this - > Layout ( ) ;
2017-12-27 17:09:27 +00:00
m_MainSizer - > Fit ( this ) ;
2013-05-26 04:36:44 +00:00
this - > Centre ( wxBOTH ) ;
// Connect Events
2017-01-22 21:51:37 +00:00
this - > Connect ( wxEVT_INIT_DIALOG , wxInitDialogEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnInitDialog ) ) ;
2013-05-26 04:36:44 +00:00
m_PadNumCtrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_PadNetNameCtrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_PadType - > Connect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : PadTypeSelected ) , NULL , this ) ;
m_PadShape - > Connect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnPadShapeSelection ) , NULL , this ) ;
m_ShapeSize_X_Ctrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_ShapeSize_Y_Ctrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_PadOrient - > Connect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : PadOrientEvent ) , NULL , this ) ;
m_PadOrientCtrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_ShapeOffset_X_Ctrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_ShapeOffset_Y_Ctrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_ShapeDelta_Ctrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_trapDeltaDirChoice - > Connect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
2016-04-06 18:15:49 +00:00
m_tcCornerSizeRatio - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onCornerSizePercentChange ) , NULL , this ) ;
2013-05-26 04:36:44 +00:00
m_DrillShapeCtrl - > Connect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnDrillShapeSelected ) , NULL , this ) ;
m_PadDrill_X_Ctrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_PadDrill_Y_Ctrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_rbCopperLayersSel - > Connect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerAdhCmp - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerAdhCu - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerPateCmp - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerPateCu - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerSilkCmp - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerSilkCu - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerMaskCmp - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerMaskCu - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerDraft - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerECO1 - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerECO2 - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_NetClearanceValueCtrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
2018-05-04 16:20:41 +00:00
m_nonCopperWarningBook - > Connect ( wxEVT_UPDATE_UI , wxUpdateUIEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnUpdateUINonCopperWarning ) , NULL , this ) ;
2017-09-20 08:28:52 +00:00
m_listCtrlPrimitives - > Connect ( wxEVT_LEFT_DCLICK , wxMouseEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onPrimitiveDClick ) , NULL , this ) ;
m_listCtrlPrimitives - > Connect ( wxEVT_COMMAND_LIST_ITEM_DESELECTED , wxListEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnPrimitiveSelection ) , NULL , this ) ;
m_listCtrlPrimitives - > Connect ( wxEVT_COMMAND_LIST_ITEM_SELECTED , wxListEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnPrimitiveSelection ) , NULL , this ) ;
m_buttonDel - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onDeletePrimitive ) , NULL , this ) ;
m_buttonEditShape - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onEditPrimitive ) , NULL , this ) ;
m_buttonAddShape - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onAddPrimitive ) , NULL , this ) ;
m_buttonDup - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onDuplicatePrimitive ) , NULL , this ) ;
2017-01-13 17:51:22 +00:00
m_buttonGeometry - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onGeometryTransform ) , NULL , this ) ;
2017-09-20 08:28:52 +00:00
m_buttonImport - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onImportPrimitives ) , NULL , this ) ;
2013-05-26 04:36:44 +00:00
m_panelShowPad - > Connect ( wxEVT_PAINT , wxPaintEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnPaintShowPanel ) , NULL , this ) ;
2018-01-13 16:05:09 +00:00
m_cbShowPadOutline - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onChangePadMode ) , NULL , this ) ;
2017-11-07 17:33:13 +00:00
m_sdbSizerCancel - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnCancel ) , NULL , this ) ;
2013-05-26 04:36:44 +00:00
}
DIALOG_PAD_PROPERTIES_BASE : : ~ DIALOG_PAD_PROPERTIES_BASE ( )
{
// Disconnect Events
2017-01-22 21:51:37 +00:00
this - > Disconnect ( wxEVT_INIT_DIALOG , wxInitDialogEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnInitDialog ) ) ;
2013-05-26 04:36:44 +00:00
m_PadNumCtrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_PadNetNameCtrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_PadType - > Disconnect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : PadTypeSelected ) , NULL , this ) ;
m_PadShape - > Disconnect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnPadShapeSelection ) , NULL , this ) ;
m_ShapeSize_X_Ctrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_ShapeSize_Y_Ctrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_PadOrient - > Disconnect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : PadOrientEvent ) , NULL , this ) ;
m_PadOrientCtrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_ShapeOffset_X_Ctrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_ShapeOffset_Y_Ctrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_ShapeDelta_Ctrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_trapDeltaDirChoice - > Disconnect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
2016-04-06 18:15:49 +00:00
m_tcCornerSizeRatio - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onCornerSizePercentChange ) , NULL , this ) ;
2013-05-26 04:36:44 +00:00
m_DrillShapeCtrl - > Disconnect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnDrillShapeSelected ) , NULL , this ) ;
m_PadDrill_X_Ctrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_PadDrill_Y_Ctrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
m_rbCopperLayersSel - > Disconnect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerAdhCmp - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerAdhCu - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerPateCmp - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerPateCu - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerSilkCmp - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerSilkCu - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerMaskCmp - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerMaskCu - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerDraft - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerECO1 - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_PadLayerECO2 - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnSetLayers ) , NULL , this ) ;
m_NetClearanceValueCtrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnValuesChanged ) , NULL , this ) ;
2018-05-04 16:20:41 +00:00
m_nonCopperWarningBook - > Disconnect ( wxEVT_UPDATE_UI , wxUpdateUIEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnUpdateUINonCopperWarning ) , NULL , this ) ;
2017-09-20 08:28:52 +00:00
m_listCtrlPrimitives - > Disconnect ( wxEVT_LEFT_DCLICK , wxMouseEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onPrimitiveDClick ) , NULL , this ) ;
m_listCtrlPrimitives - > Disconnect ( wxEVT_COMMAND_LIST_ITEM_DESELECTED , wxListEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnPrimitiveSelection ) , NULL , this ) ;
m_listCtrlPrimitives - > Disconnect ( wxEVT_COMMAND_LIST_ITEM_SELECTED , wxListEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnPrimitiveSelection ) , NULL , this ) ;
m_buttonDel - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onDeletePrimitive ) , NULL , this ) ;
m_buttonEditShape - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onEditPrimitive ) , NULL , this ) ;
m_buttonAddShape - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onAddPrimitive ) , NULL , this ) ;
m_buttonDup - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onDuplicatePrimitive ) , NULL , this ) ;
2017-01-13 17:51:22 +00:00
m_buttonGeometry - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onGeometryTransform ) , NULL , this ) ;
2017-09-20 08:28:52 +00:00
m_buttonImport - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onImportPrimitives ) , NULL , this ) ;
2013-05-26 04:36:44 +00:00
m_panelShowPad - > Disconnect ( wxEVT_PAINT , wxPaintEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnPaintShowPanel ) , NULL , this ) ;
2018-01-13 16:05:09 +00:00
m_cbShowPadOutline - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : onChangePadMode ) , NULL , this ) ;
2017-11-07 17:33:13 +00:00
m_sdbSizerCancel - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PROPERTIES_BASE : : OnCancel ) , NULL , this ) ;
2013-05-26 04:36:44 +00:00
}
2017-01-13 17:51:22 +00:00
2017-09-20 08:28:52 +00:00
DIALOG_PAD_PRIMITIVES_PROPERTIES_BASE : : DIALOG_PAD_PRIMITIVES_PROPERTIES_BASE ( wxWindow * parent , wxWindowID id , const wxString & title , const wxPoint & pos , const wxSize & size , long style ) : DIALOG_SHIM ( parent , id , title , pos , size , style )
2017-01-13 17:51:22 +00:00
{
this - > SetSizeHints ( wxDefaultSize , wxDefaultSize ) ;
wxBoxSizer * bSizermain ;
bSizermain = new wxBoxSizer ( wxVERTICAL ) ;
m_staticTextInfo = new wxStaticText ( this , wxID_ANY , _ ( " Filled circle: set thickness to 0 \n Ring: set thickness to the width of the ring " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextInfo - > Wrap ( - 1 ) ;
m_staticTextInfo - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_NORMAL , wxFONTWEIGHT_BOLD , false , wxEmptyString ) ) ;
2017-12-27 17:09:27 +00:00
bSizermain - > Add ( m_staticTextInfo , 0 , wxALL , 5 ) ;
2017-01-13 17:51:22 +00:00
wxFlexGridSizer * fgSizerShapeProperties ;
fgSizerShapeProperties = new wxFlexGridSizer ( 0 , 6 , 0 , 0 ) ;
fgSizerShapeProperties - > AddGrowableCol ( 2 ) ;
fgSizerShapeProperties - > AddGrowableCol ( 4 ) ;
fgSizerShapeProperties - > SetFlexibleDirection ( wxBOTH ) ;
fgSizerShapeProperties - > SetNonFlexibleGrowMode ( wxFLEX_GROWMODE_SPECIFIED ) ;
2018-04-23 17:23:22 +00:00
m_staticTextPosStart = new wxStaticText ( this , wxID_ANY , _ ( " Start point: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextPosStart - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextPosStart , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
2018-04-23 17:23:22 +00:00
m_staticTextStartX = new wxStaticText ( this , wxID_ANY , _ ( " X: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextStartX - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextStartX , 0 , wxALIGN_CENTER_VERTICAL | wxALIGN_RIGHT | wxTOP | wxBOTTOM | wxLEFT , 5 ) ;
2017-11-23 13:05:26 +00:00
m_textCtrPosX = new TEXT_CTRL_EVAL ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerShapeProperties - > Add ( m_textCtrPosX , 0 , wxALL | wxALIGN_CENTER_VERTICAL | wxEXPAND , 5 ) ;
2018-04-23 17:23:22 +00:00
m_staticTextStartY = new wxStaticText ( this , wxID_ANY , _ ( " Y: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextStartY - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextStartY , 0 , wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxTOP | wxBOTTOM | wxLEFT , 5 ) ;
2017-11-23 13:05:26 +00:00
m_textCtrPosY = new TEXT_CTRL_EVAL ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerShapeProperties - > Add ( m_textCtrPosY , 0 , wxALL | wxEXPAND , 5 ) ;
m_staticTextPosUnit = new wxStaticText ( this , wxID_ANY , _ ( " unit " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextPosUnit - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextPosUnit , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
2018-04-23 17:23:22 +00:00
m_staticTextPosEnd = new wxStaticText ( this , wxID_ANY , _ ( " End point: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextPosEnd - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextPosEnd , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
2018-04-23 17:23:22 +00:00
m_staticTextEndX = new wxStaticText ( this , wxID_ANY , _ ( " X: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextEndX - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextEndX , 0 , wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxTOP | wxBOTTOM | wxLEFT , 5 ) ;
2017-11-23 13:05:26 +00:00
m_textCtrEndX = new TEXT_CTRL_EVAL ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerShapeProperties - > Add ( m_textCtrEndX , 0 , wxALL | wxEXPAND | wxALIGN_CENTER_VERTICAL , 5 ) ;
2018-04-23 17:23:22 +00:00
m_staticTextEndY = new wxStaticText ( this , wxID_ANY , _ ( " Y: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextEndY - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextEndY , 0 , wxALIGN_RIGHT | wxTOP | wxBOTTOM | wxLEFT , 5 ) ;
2017-11-23 13:05:26 +00:00
m_textCtrEndY = new TEXT_CTRL_EVAL ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerShapeProperties - > Add ( m_textCtrEndY , 0 , wxALL | wxALIGN_CENTER_VERTICAL | wxEXPAND , 5 ) ;
m_staticTextEndUnit = new wxStaticText ( this , wxID_ANY , _ ( " unit " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextEndUnit - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextEndUnit , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
2018-04-23 17:23:22 +00:00
m_staticTextAngle = new wxStaticText ( this , wxID_ANY , _ ( " Angle: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextAngle - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextAngle , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2017-11-23 13:05:26 +00:00
m_textCtrAngle = new TEXT_CTRL_EVAL ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerShapeProperties - > Add ( m_textCtrAngle , 0 , wxALL | wxALIGN_CENTER_VERTICAL | wxEXPAND , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
m_staticTextAngleUnit = new wxStaticText ( this , wxID_ANY , _ ( " degree " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextAngleUnit - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextAngleUnit , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
2018-04-23 17:23:22 +00:00
m_staticTextThickness = new wxStaticText ( this , wxID_ANY , _ ( " Thickness: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextThickness - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextThickness , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
m_textCtrlThickness = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
fgSizerShapeProperties - > Add ( m_textCtrlThickness , 0 , wxALL | wxALIGN_CENTER_VERTICAL | wxEXPAND , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
m_staticTextThicknessUnit = new wxStaticText ( this , wxID_ANY , _ ( " unit " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextThicknessUnit - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextThicknessUnit , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
bSizermain - > Add ( fgSizerShapeProperties , 1 , wxEXPAND , 5 ) ;
m_staticline1 = new wxStaticLine ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
2017-12-27 17:09:27 +00:00
bSizermain - > Add ( m_staticline1 , 0 , wxEXPAND , 5 ) ;
2017-01-13 17:51:22 +00:00
m_sdbSizer = new wxStdDialogButtonSizer ( ) ;
m_sdbSizerOK = new wxButton ( this , wxID_OK ) ;
m_sdbSizer - > AddButton ( m_sdbSizerOK ) ;
m_sdbSizerCancel = new wxButton ( this , wxID_CANCEL ) ;
m_sdbSizer - > AddButton ( m_sdbSizerCancel ) ;
m_sdbSizer - > Realize ( ) ;
2017-12-27 17:09:27 +00:00
bSizermain - > Add ( m_sdbSizer , 0 , wxALL | wxBOTTOM | wxEXPAND | wxLEFT | wxRIGHT , 5 ) ;
2017-01-13 17:51:22 +00:00
this - > SetSizer ( bSizermain ) ;
this - > Layout ( ) ;
2017-12-27 17:09:27 +00:00
bSizermain - > Fit ( this ) ;
2017-01-13 17:51:22 +00:00
this - > Centre ( wxBOTH ) ;
}
2017-09-20 08:28:52 +00:00
DIALOG_PAD_PRIMITIVES_PROPERTIES_BASE : : ~ DIALOG_PAD_PRIMITIVES_PROPERTIES_BASE ( )
2017-01-13 17:51:22 +00:00
{
}
2017-09-20 08:28:52 +00:00
DIALOG_PAD_PRIMITIVES_TRANSFORM_BASE : : DIALOG_PAD_PRIMITIVES_TRANSFORM_BASE ( wxWindow * parent , wxWindowID id , const wxString & title , const wxPoint & pos , const wxSize & size , long style ) : DIALOG_SHIM ( parent , id , title , pos , size , style )
2017-01-13 17:51:22 +00:00
{
this - > SetSizeHints ( wxDefaultSize , wxDefaultSize ) ;
wxBoxSizer * bSizermain ;
bSizermain = new wxBoxSizer ( wxVERTICAL ) ;
wxFlexGridSizer * fgSizerShapeProperties ;
fgSizerShapeProperties = new wxFlexGridSizer ( 0 , 6 , 0 , 0 ) ;
fgSizerShapeProperties - > AddGrowableCol ( 2 ) ;
fgSizerShapeProperties - > AddGrowableCol ( 4 ) ;
fgSizerShapeProperties - > SetFlexibleDirection ( wxBOTH ) ;
fgSizerShapeProperties - > SetNonFlexibleGrowMode ( wxFLEX_GROWMODE_SPECIFIED ) ;
2018-04-23 17:23:22 +00:00
m_staticTextMove = new wxStaticText ( this , wxID_ANY , _ ( " Move vector: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextMove - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextMove , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
2018-04-23 17:23:22 +00:00
m_staticTextMoveX = new wxStaticText ( this , wxID_ANY , _ ( " X: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextMoveX - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextMoveX , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
2017-11-23 13:05:26 +00:00
m_textCtrMoveX = new TEXT_CTRL_EVAL ( this , wxID_ANY , _ ( " 0 " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerShapeProperties - > Add ( m_textCtrMoveX , 0 , wxALL | wxALIGN_CENTER_VERTICAL | wxEXPAND , 5 ) ;
2018-04-23 17:23:22 +00:00
m_staticTextMoveY = new wxStaticText ( this , wxID_ANY , _ ( " Y: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextMoveY - > Wrap ( - 1 ) ;
2018-04-23 17:23:22 +00:00
fgSizerShapeProperties - > Add ( m_staticTextMoveY , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
2017-01-13 17:51:22 +00:00
2017-11-23 13:05:26 +00:00
m_textCtrMoveY = new TEXT_CTRL_EVAL ( this , wxID_ANY , _ ( " 0 " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerShapeProperties - > Add ( m_textCtrMoveY , 0 , wxALL | wxEXPAND , 5 ) ;
m_staticTextMoveUnit = new wxStaticText ( this , wxID_ANY , _ ( " unit " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextMoveUnit - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextMoveUnit , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
2018-04-23 17:23:22 +00:00
m_staticTextAngle = new wxStaticText ( this , wxID_ANY , _ ( " Rotation: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextAngle - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextAngle , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2017-11-23 13:05:26 +00:00
m_textCtrAngle = new TEXT_CTRL_EVAL ( this , wxID_ANY , _ ( " 0 " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerShapeProperties - > Add ( m_textCtrAngle , 0 , wxALL | wxALIGN_CENTER_VERTICAL | wxEXPAND , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
m_staticTextAngleUnit = new wxStaticText ( this , wxID_ANY , _ ( " degree " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextAngleUnit - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextAngleUnit , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
2018-04-23 17:23:22 +00:00
m_staticTextSF = new wxStaticText ( this , wxID_ANY , _ ( " Scaling factor: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextSF - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextSF , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2017-11-23 13:05:26 +00:00
m_textCtrlScalingFactor = new TEXT_CTRL_EVAL ( this , wxID_ANY , _ ( " 1.0 " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerShapeProperties - > Add ( m_textCtrlScalingFactor , 0 , wxALL | wxALIGN_CENTER_VERTICAL | wxEXPAND , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2018-04-23 17:23:22 +00:00
m_staticTextDupCnt = new wxStaticText ( this , wxID_ANY , _ ( " Duplicate count: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextDupCnt - > Wrap ( - 1 ) ;
fgSizerShapeProperties - > Add ( m_staticTextDupCnt , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
m_spinCtrlDuplicateCount = new wxSpinCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , wxSP_ARROW_KEYS , 1 , 100 , 1 ) ;
fgSizerShapeProperties - > Add ( m_spinCtrlDuplicateCount , 0 , wxALL | wxEXPAND , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
fgSizerShapeProperties - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
bSizermain - > Add ( fgSizerShapeProperties , 1 , wxEXPAND , 5 ) ;
m_staticline1 = new wxStaticLine ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
2017-12-27 17:09:27 +00:00
bSizermain - > Add ( m_staticline1 , 0 , wxEXPAND , 5 ) ;
2017-01-13 17:51:22 +00:00
m_sdbSizer = new wxStdDialogButtonSizer ( ) ;
m_sdbSizerOK = new wxButton ( this , wxID_OK ) ;
m_sdbSizer - > AddButton ( m_sdbSizerOK ) ;
m_sdbSizerCancel = new wxButton ( this , wxID_CANCEL ) ;
m_sdbSizer - > AddButton ( m_sdbSizerCancel ) ;
m_sdbSizer - > Realize ( ) ;
2017-12-27 17:09:27 +00:00
bSizermain - > Add ( m_sdbSizer , 0 , wxALL | wxEXPAND , 5 ) ;
2017-01-13 17:51:22 +00:00
this - > SetSizer ( bSizermain ) ;
this - > Layout ( ) ;
2017-12-27 17:09:27 +00:00
bSizermain - > Fit ( this ) ;
2017-01-13 17:51:22 +00:00
this - > Centre ( wxBOTH ) ;
}
2017-09-20 08:28:52 +00:00
DIALOG_PAD_PRIMITIVES_TRANSFORM_BASE : : ~ DIALOG_PAD_PRIMITIVES_TRANSFORM_BASE ( )
2017-01-13 17:51:22 +00:00
{
}
2017-09-20 08:28:52 +00:00
DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE ( wxWindow * parent , wxWindowID id , const wxString & title , const wxPoint & pos , const wxSize & size , long style ) : DIALOG_SHIM ( parent , id , title , pos , size , style )
2017-01-13 17:51:22 +00:00
{
this - > SetSizeHints ( wxDefaultSize , wxDefaultSize ) ;
wxBoxSizer * bSizerMain ;
bSizerMain = new wxBoxSizer ( wxVERTICAL ) ;
2017-10-02 08:14:59 +00:00
m_staticTextCornerListWarning = new wxStaticText ( this , wxID_ANY , _ ( " Coordinates are relative to anchor pad, orientation 0 " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-09-20 08:28:52 +00:00
m_staticTextCornerListWarning - > Wrap ( - 1 ) ;
m_staticTextCornerListWarning - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_NORMAL , wxFONTWEIGHT_BOLD , false , wxEmptyString ) ) ;
2017-01-13 17:51:22 +00:00
2017-09-20 08:28:52 +00:00
bSizerMain - > Add ( m_staticTextCornerListWarning , 0 , wxALL | wxALIGN_CENTER_HORIZONTAL , 5 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextValidate = new wxStaticText ( this , wxID_ANY , _ ( " Incorrect polygon " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextValidate - > Wrap ( - 1 ) ;
m_staticTextValidate - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_ITALIC , wxFONTWEIGHT_BOLD , false , wxEmptyString ) ) ;
bSizerMain - > Add ( m_staticTextValidate , 0 , wxALL , 5 ) ;
wxBoxSizer * bSizerUpper ;
bSizerUpper = new wxBoxSizer ( wxVERTICAL ) ;
wxBoxSizer * bSizer23 ;
bSizer23 = new wxBoxSizer ( wxHORIZONTAL ) ;
wxBoxSizer * bSizerCornerlist ;
bSizerCornerlist = new wxBoxSizer ( wxVERTICAL ) ;
m_gridCornersList = new wxGrid ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , 0 ) ;
// Grid
m_gridCornersList - > CreateGrid ( 1 , 2 ) ;
m_gridCornersList - > EnableEditing ( true ) ;
m_gridCornersList - > EnableGridLines ( true ) ;
m_gridCornersList - > EnableDragGridSize ( false ) ;
m_gridCornersList - > SetMargins ( 0 , 0 ) ;
// Columns
m_gridCornersList - > EnableDragColMove ( false ) ;
m_gridCornersList - > EnableDragColSize ( true ) ;
m_gridCornersList - > SetColLabelSize ( 30 ) ;
m_gridCornersList - > SetColLabelValue ( 0 , _ ( " Pos X " ) ) ;
m_gridCornersList - > SetColLabelValue ( 1 , _ ( " Pos Y " ) ) ;
m_gridCornersList - > SetColLabelAlignment ( wxALIGN_CENTRE , wxALIGN_CENTRE ) ;
// Rows
m_gridCornersList - > AutoSizeRows ( ) ;
m_gridCornersList - > EnableDragRowSize ( false ) ;
m_gridCornersList - > SetRowLabelSize ( 80 ) ;
m_gridCornersList - > SetRowLabelAlignment ( wxALIGN_CENTRE , wxALIGN_CENTRE ) ;
// Label Appearance
// Cell Defaults
m_gridCornersList - > SetDefaultCellAlignment ( wxALIGN_LEFT , wxALIGN_TOP ) ;
bSizerCornerlist - > Add ( m_gridCornersList , 1 , wxALL , 5 ) ;
wxBoxSizer * bSizerRightButts ;
bSizerRightButts = new wxBoxSizer ( wxHORIZONTAL ) ;
m_buttonAdd = new wxButton ( this , wxID_ANY , _ ( " Add " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bSizerRightButts - > Add ( m_buttonAdd , 0 , wxALL , 5 ) ;
m_buttonDelete = new wxButton ( this , wxID_ANY , _ ( " Delete " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bSizerRightButts - > Add ( m_buttonDelete , 0 , wxALL , 5 ) ;
bSizerCornerlist - > Add ( bSizerRightButts , 0 , wxALIGN_CENTER_VERTICAL | wxALIGN_CENTER_HORIZONTAL , 5 ) ;
bSizer23 - > Add ( bSizerCornerlist , 0 , wxEXPAND , 5 ) ;
m_panelPoly = new wxPanel ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxSUNKEN_BORDER | wxTAB_TRAVERSAL ) ;
m_panelPoly - > SetBackgroundColour ( wxColour ( 0 , 0 , 0 ) ) ;
m_panelPoly - > SetMinSize ( wxSize ( 300 , 300 ) ) ;
bSizer23 - > Add ( m_panelPoly , 1 , wxEXPAND | wxALL , 5 ) ;
bSizerUpper - > Add ( bSizer23 , 1 , wxEXPAND , 5 ) ;
wxFlexGridSizer * fgSizerThickness ;
fgSizerThickness = new wxFlexGridSizer ( 0 , 5 , 0 , 0 ) ;
fgSizerThickness - > AddGrowableCol ( 1 ) ;
fgSizerThickness - > SetFlexibleDirection ( wxBOTH ) ;
fgSizerThickness - > SetNonFlexibleGrowMode ( wxFLEX_GROWMODE_SPECIFIED ) ;
2018-04-23 17:23:22 +00:00
m_staticTextThickness = new wxStaticText ( this , wxID_ANY , _ ( " Outline thickness: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
m_staticTextThickness - > Wrap ( - 1 ) ;
fgSizerThickness - > Add ( m_staticTextThickness , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
2017-11-23 13:05:26 +00:00
m_textCtrlThickness = new TEXT_CTRL_EVAL ( this , wxID_ANY , _ ( " 0 " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2017-01-13 17:51:22 +00:00
fgSizerThickness - > Add ( m_textCtrlThickness , 0 , wxALL | wxEXPAND | wxALIGN_CENTER_VERTICAL , 5 ) ;
m_staticTextThicknessUnit = new wxStaticText ( this , wxID_ANY , _ ( " unit " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextThicknessUnit - > Wrap ( - 1 ) ;
fgSizerThickness - > Add ( m_staticTextThicknessUnit , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
fgSizerThickness - > Add ( 10 , 10 , 0 , 0 , 5 ) ;
m_staticTextInfo = new wxStaticText ( this , wxID_ANY , _ ( " (Thickness outline is usually set to 0) " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextInfo - > Wrap ( - 1 ) ;
fgSizerThickness - > Add ( m_staticTextInfo , 0 , wxALL | wxALIGN_CENTER_VERTICAL , 5 ) ;
bSizerUpper - > Add ( fgSizerThickness , 0 , 0 , 5 ) ;
bSizerMain - > Add ( bSizerUpper , 1 , wxEXPAND , 5 ) ;
m_staticline3 = new wxStaticLine ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
2017-12-27 17:09:27 +00:00
bSizerMain - > Add ( m_staticline3 , 0 , wxEXPAND , 5 ) ;
2017-01-13 17:51:22 +00:00
m_sdbSizer = new wxStdDialogButtonSizer ( ) ;
m_sdbSizerOK = new wxButton ( this , wxID_OK ) ;
m_sdbSizer - > AddButton ( m_sdbSizerOK ) ;
m_sdbSizerCancel = new wxButton ( this , wxID_CANCEL ) ;
m_sdbSizer - > AddButton ( m_sdbSizerCancel ) ;
m_sdbSizer - > Realize ( ) ;
bSizerMain - > Add ( m_sdbSizer , 0 , wxEXPAND | wxALL , 5 ) ;
this - > SetSizer ( bSizerMain ) ;
this - > Layout ( ) ;
2017-12-27 17:09:27 +00:00
bSizerMain - > Fit ( this ) ;
2017-01-13 17:51:22 +00:00
this - > Centre ( wxBOTH ) ;
// Connect Events
2017-09-20 08:28:52 +00:00
m_gridCornersList - > Connect ( wxEVT_GRID_RANGE_SELECT , wxGridRangeSelectEventHandler ( DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : onGridSelect ) , NULL , this ) ;
m_gridCornersList - > Connect ( wxEVT_GRID_SELECT_CELL , wxGridEventHandler ( DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : onCellSelect ) , NULL , this ) ;
m_buttonAdd - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : onButtonAdd ) , NULL , this ) ;
m_buttonDelete - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : OnButtonDelete ) , NULL , this ) ;
m_panelPoly - > Connect ( wxEVT_PAINT , wxPaintEventHandler ( DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : onPaintPolyPanel ) , NULL , this ) ;
m_panelPoly - > Connect ( wxEVT_SIZE , wxSizeEventHandler ( DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : onPolyPanelResize ) , NULL , this ) ;
2017-01-13 17:51:22 +00:00
}
2017-09-20 08:28:52 +00:00
DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : ~ DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE ( )
2017-01-13 17:51:22 +00:00
{
// Disconnect Events
2017-09-20 08:28:52 +00:00
m_gridCornersList - > Disconnect ( wxEVT_GRID_RANGE_SELECT , wxGridRangeSelectEventHandler ( DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : onGridSelect ) , NULL , this ) ;
m_gridCornersList - > Disconnect ( wxEVT_GRID_SELECT_CELL , wxGridEventHandler ( DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : onCellSelect ) , NULL , this ) ;
m_buttonAdd - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : onButtonAdd ) , NULL , this ) ;
m_buttonDelete - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : OnButtonDelete ) , NULL , this ) ;
m_panelPoly - > Disconnect ( wxEVT_PAINT , wxPaintEventHandler ( DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : onPaintPolyPanel ) , NULL , this ) ;
m_panelPoly - > Disconnect ( wxEVT_SIZE , wxSizeEventHandler ( DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE : : onPolyPanelResize ) , NULL , this ) ;
2017-01-13 17:51:22 +00:00
}