2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2023-06-19 17:08:18 +00:00
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
2013-05-26 04:36:44 +00:00
// http://www.wxformbuilder.org/
//
2017-12-24 15:04:02 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2022-12-13 20:47:28 +00:00
# include "widgets/std_bitmap_button.h"
2018-08-13 17:00:08 +00:00
# include "widgets/wx_grid.h"
2020-10-22 09:40:54 +00:00
# include "dialog_lib_symbol_properties_base.h"
2013-05-26 04:36:44 +00:00
2020-01-04 23:27:32 +00:00
///////////////////////////////////////////////////////////////////////////
2013-05-26 04:36:44 +00:00
2020-10-22 09:40:54 +00:00
DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : DIALOG_LIB_SYMBOL_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 )
2013-05-26 04:36:44 +00:00
{
this - > SetSizeHints ( wxDefaultSize , wxDefaultSize ) ;
2019-01-10 05:42:14 +00:00
2013-05-26 04:36:44 +00:00
wxBoxSizer * bMainSizer ;
bMainSizer = new wxBoxSizer ( wxVERTICAL ) ;
2019-01-10 05:42:14 +00:00
2013-05-26 04:36:44 +00:00
wxBoxSizer * bUpperSizer ;
bUpperSizer = new wxBoxSizer ( wxVERTICAL ) ;
2019-01-10 05:42:14 +00:00
2013-11-09 16:30:49 +00:00
m_NoteBook = new wxNotebook ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , 0 | wxTAB_TRAVERSAL ) ;
m_PanelBasic = new wxPanel ( m_NoteBook , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxTAB_TRAVERSAL ) ;
2013-05-26 04:36:44 +00:00
wxBoxSizer * bSizerBasicPanel ;
bSizerBasicPanel = new wxBoxSizer ( wxVERTICAL ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
wxStaticBoxSizer * sbSizer4 ;
sbSizer4 = new wxStaticBoxSizer ( new wxStaticBox ( m_PanelBasic , wxID_ANY , _ ( " Fields " ) ) , wxVERTICAL ) ;
2019-01-10 05:42:14 +00:00
2018-09-13 15:39:14 +00:00
m_grid = new WX_GRID ( sbSizer4 - > GetStaticBox ( ) , wxID_ANY , wxDefaultPosition , wxDefaultSize , 0 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
// Grid
2023-02-01 12:36:04 +00:00
m_grid - > CreateGrid ( 4 , 14 ) ;
2018-08-13 17:00:08 +00:00
m_grid - > EnableEditing ( true ) ;
m_grid - > EnableGridLines ( true ) ;
m_grid - > EnableDragGridSize ( false ) ;
m_grid - > SetMargins ( 0 , 0 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
// Columns
m_grid - > SetColSize ( 0 , 72 ) ;
m_grid - > SetColSize ( 1 , 120 ) ;
m_grid - > SetColSize ( 2 , 48 ) ;
2023-02-01 12:36:04 +00:00
m_grid - > SetColSize ( 3 , 84 ) ;
m_grid - > SetColSize ( 4 , 70 ) ;
m_grid - > SetColSize ( 5 , 70 ) ;
2018-08-13 17:00:08 +00:00
m_grid - > SetColSize ( 6 , 48 ) ;
2023-02-01 12:36:04 +00:00
m_grid - > SetColSize ( 7 , 48 ) ;
2018-08-13 17:00:08 +00:00
m_grid - > SetColSize ( 8 , 84 ) ;
m_grid - > SetColSize ( 9 , 84 ) ;
m_grid - > SetColSize ( 10 , 84 ) ;
2023-02-01 12:36:04 +00:00
m_grid - > SetColSize ( 11 , 84 ) ;
m_grid - > SetColSize ( 12 , 140 ) ;
m_grid - > SetColSize ( 13 , 48 ) ;
2018-08-13 17:00:08 +00:00
m_grid - > EnableDragColMove ( false ) ;
m_grid - > EnableDragColSize ( true ) ;
m_grid - > SetColLabelValue ( 0 , _ ( " Name " ) ) ;
m_grid - > SetColLabelValue ( 1 , _ ( " Value " ) ) ;
m_grid - > SetColLabelValue ( 2 , _ ( " Show " ) ) ;
2023-02-01 12:36:04 +00:00
m_grid - > SetColLabelValue ( 3 , _ ( " Show Name " ) ) ;
m_grid - > SetColLabelValue ( 4 , _ ( " H Align " ) ) ;
m_grid - > SetColLabelValue ( 5 , _ ( " V Align " ) ) ;
m_grid - > SetColLabelValue ( 6 , _ ( " Italic " ) ) ;
m_grid - > SetColLabelValue ( 7 , _ ( " Bold " ) ) ;
m_grid - > SetColLabelValue ( 8 , _ ( " Text Size " ) ) ;
m_grid - > SetColLabelValue ( 9 , _ ( " Orientation " ) ) ;
m_grid - > SetColLabelValue ( 10 , _ ( " X Position " ) ) ;
m_grid - > SetColLabelValue ( 11 , _ ( " Y Position " ) ) ;
m_grid - > SetColLabelValue ( 12 , _ ( " Font " ) ) ;
m_grid - > SetColLabelValue ( 13 , _ ( " Color " ) ) ;
2022-09-29 10:02:23 +00:00
m_grid - > SetColLabelSize ( 22 ) ;
2019-01-10 05:42:14 +00:00
m_grid - > SetColLabelAlignment ( wxALIGN_CENTER , wxALIGN_CENTER ) ;
2018-08-13 17:00:08 +00:00
// Rows
m_grid - > EnableDragRowSize ( true ) ;
m_grid - > SetRowLabelSize ( 0 ) ;
2019-01-10 05:42:14 +00:00
m_grid - > SetRowLabelAlignment ( wxALIGN_CENTER , wxALIGN_CENTER ) ;
2018-08-13 17:00:08 +00:00
// Label Appearance
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
// Cell Defaults
2023-09-18 14:15:22 +00:00
m_grid - > SetDefaultCellAlignment ( wxALIGN_LEFT , wxALIGN_CENTER ) ;
2019-11-06 19:15:42 +00:00
m_grid - > SetMinSize ( wxSize ( - 1 , 160 ) ) ;
2019-01-10 05:42:14 +00:00
2019-11-06 19:15:42 +00:00
sbSizer4 - > Add ( m_grid , 1 , wxALL | wxEXPAND , 5 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
bButtonSize = new wxBoxSizer ( wxHORIZONTAL ) ;
2019-01-10 05:42:14 +00:00
2022-12-13 20:47:28 +00:00
m_bpAdd = new STD_BITMAP_BUTTON ( sbSizer4 - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxDefaultSize , wxBU_AUTODRAW | 0 ) ;
2018-11-24 14:51:17 +00:00
m_bpAdd - > SetToolTip ( _ ( " Add field " ) ) ;
2019-01-10 05:42:14 +00:00
2018-08-19 16:05:48 +00:00
bButtonSize - > Add ( m_bpAdd , 0 , wxRIGHT | wxLEFT , 5 ) ;
2019-01-10 05:42:14 +00:00
2022-12-13 20:47:28 +00:00
m_bpMoveUp = new STD_BITMAP_BUTTON ( sbSizer4 - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxDefaultSize , wxBU_AUTODRAW | 0 ) ;
2018-11-24 14:51:17 +00:00
m_bpMoveUp - > SetToolTip ( _ ( " Move up " ) ) ;
2019-01-10 05:42:14 +00:00
2018-08-19 16:05:48 +00:00
bButtonSize - > Add ( m_bpMoveUp , 0 , wxRIGHT , 5 ) ;
2019-01-10 05:42:14 +00:00
2022-12-13 20:47:28 +00:00
m_bpMoveDown = new STD_BITMAP_BUTTON ( sbSizer4 - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxDefaultSize , wxBU_AUTODRAW | 0 ) ;
2018-11-24 14:51:17 +00:00
m_bpMoveDown - > SetToolTip ( _ ( " Move down " ) ) ;
2019-01-10 05:42:14 +00:00
2018-08-19 16:05:48 +00:00
bButtonSize - > Add ( m_bpMoveDown , 0 , wxRIGHT , 5 ) ;
2019-01-10 05:42:14 +00:00
2020-08-17 22:34:02 +00:00
bButtonSize - > Add ( 20 , 0 , 0 , wxEXPAND , 5 ) ;
2019-01-10 05:42:14 +00:00
2022-12-13 20:47:28 +00:00
m_bpDelete = new STD_BITMAP_BUTTON ( sbSizer4 - > GetStaticBox ( ) , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxDefaultSize , wxBU_AUTODRAW | 0 ) ;
2018-11-24 14:51:17 +00:00
m_bpDelete - > SetToolTip ( _ ( " Delete field " ) ) ;
2019-01-10 05:42:14 +00:00
2018-08-19 16:05:48 +00:00
bButtonSize - > Add ( m_bpDelete , 0 , wxRIGHT | wxLEFT , 10 ) ;
2019-01-10 05:42:14 +00:00
2019-05-11 08:07:30 +00:00
sbSizer4 - > Add ( bButtonSize , 0 , wxEXPAND | wxBOTTOM , 5 ) ;
2019-01-10 05:42:14 +00:00
2020-08-21 15:54:24 +00:00
bSizerBasicPanel - > Add ( sbSizer4 , 1 , wxEXPAND | wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
2019-01-10 05:42:14 +00:00
2013-05-26 04:36:44 +00:00
wxBoxSizer * bSizerMidBasicPanel ;
2018-08-13 17:00:08 +00:00
bSizerMidBasicPanel = new wxBoxSizer ( wxVERTICAL ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
wxFlexGridSizer * fgSizerFPID ;
fgSizerFPID = new wxFlexGridSizer ( 4 , 2 , 3 , 0 ) ;
fgSizerFPID - > AddGrowableCol ( 1 ) ;
fgSizerFPID - > SetFlexibleDirection ( wxBOTH ) ;
fgSizerFPID - > SetNonFlexibleGrowMode ( wxFLEX_GROWMODE_SPECIFIED ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
wxStaticText * staticNameLabel ;
staticNameLabel = new wxStaticText ( m_PanelBasic , wxID_ANY , _ ( " Symbol name: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
staticNameLabel - > Wrap ( - 1 ) ;
2022-12-28 13:43:14 +00:00
fgSizerFPID - > Add ( staticNameLabel , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT , 8 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
m_SymbolNameCtrl = new wxTextCtrl ( m_PanelBasic , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2022-12-28 13:43:14 +00:00
fgSizerFPID - > Add ( m_SymbolNameCtrl , 0 , wxALIGN_CENTER_VERTICAL | wxEXPAND | wxRIGHT , 8 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
staticKeywordsLabel = new wxStaticText ( m_PanelBasic , wxID_ANY , _ ( " Keywords: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
staticKeywordsLabel - > Wrap ( - 1 ) ;
2022-12-28 13:43:14 +00:00
fgSizerFPID - > Add ( staticKeywordsLabel , 0 , wxALIGN_CENTER_VERTICAL | wxRIGHT | wxLEFT , 8 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
m_KeywordCtrl = new wxTextCtrl ( m_PanelBasic , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2022-12-28 13:43:14 +00:00
fgSizerFPID - > Add ( m_KeywordCtrl , 0 , wxALIGN_CENTER_VERTICAL | wxEXPAND | wxRIGHT , 8 ) ;
2019-11-06 19:15:42 +00:00
m_inheritsStaticText = new wxStaticText ( m_PanelBasic , wxID_ANY , _ ( " Derive from symbol: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_inheritsStaticText - > Wrap ( - 1 ) ;
2022-12-28 13:43:14 +00:00
fgSizerFPID - > Add ( m_inheritsStaticText , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT , 8 ) ;
2019-11-06 19:15:42 +00:00
m_inheritanceSelectCombo = new wxComboBox ( m_PanelBasic , wxID_ANY , _ ( " <None> " ) , wxDefaultPosition , wxDefaultSize , 0 , NULL , wxCB_DROPDOWN | wxCB_READONLY ) ;
m_inheritanceSelectCombo - > SetToolTip ( _ ( " Select symbol to derive this symbol from or select \n <None> for root symbol. \n \n Derived symbols were formerly referred to as aliases. \n This is no longer the case and all symbols are either \n derived from another symbols or they stand alone as \n root symbols. " ) ) ;
2022-12-28 13:43:14 +00:00
fgSizerFPID - > Add ( m_inheritanceSelectCombo , 0 , wxALIGN_CENTER_VERTICAL | wxEXPAND | wxRIGHT , 7 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
bSizerMidBasicPanel - > Add ( fgSizerFPID , 1 , wxEXPAND | wxTOP | wxBOTTOM , 5 ) ;
2019-01-10 05:42:14 +00:00
2019-11-06 19:15:42 +00:00
bSizerBasicPanel - > Add ( bSizerMidBasicPanel , 0 , wxEXPAND , 5 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
bSizerLowerBasicPanel = new wxBoxSizer ( wxHORIZONTAL ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
wxBoxSizer * bSizerLeftCol ;
bSizerLeftCol = new wxBoxSizer ( wxVERTICAL ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
wxStaticBoxSizer * sbSizerSymbol ;
2022-12-28 13:43:14 +00:00
sbSizerSymbol = new wxStaticBoxSizer ( new wxStaticBox ( m_PanelBasic , wxID_ANY , _ ( " General " ) ) , wxVERTICAL ) ;
2020-09-09 13:03:37 +00:00
2018-08-13 17:00:08 +00:00
wxBoxSizer * bSizerUnitCount ;
bSizerUnitCount = new wxBoxSizer ( wxHORIZONTAL ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
m_staticTextNbUnits = new wxStaticText ( sbSizerSymbol - > GetStaticBox ( ) , wxID_ANY , _ ( " Number of Units: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticTextNbUnits - > Wrap ( - 1 ) ;
m_staticTextNbUnits - > SetToolTip ( _ ( " Enter the number of units for a symbol that contains more than one unit " ) ) ;
2019-01-10 05:42:14 +00:00
2022-12-28 13:43:14 +00:00
bSizerUnitCount - > Add ( m_staticTextNbUnits , 0 , wxALIGN_CENTER_VERTICAL | wxRIGHT , 5 ) ;
2019-01-10 05:42:14 +00:00
2019-03-01 15:39:57 +00:00
m_SelNumberOfUnits = new wxSpinCtrl ( sbSizerSymbol - > GetStaticBox ( ) , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , wxSP_ARROW_KEYS , 1 , 64 , 1 ) ;
2020-03-02 13:03:33 +00:00
bSizerUnitCount - > Add ( m_SelNumberOfUnits , 0 , wxALIGN_CENTER_VERTICAL | wxRIGHT | wxLEFT , 5 ) ;
2019-01-10 05:42:14 +00:00
2022-12-28 13:43:14 +00:00
sbSizerSymbol - > Add ( bSizerUnitCount , 1 , wxEXPAND | wxLEFT , 4 ) ;
2019-01-10 05:42:14 +00:00
2021-01-06 01:37:08 +00:00
m_OptionPartsInterchangeable = new wxCheckBox ( sbSizerSymbol - > GetStaticBox ( ) , wxID_ANY , _ ( " All units are interchangeable " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2023-05-31 16:54:09 +00:00
m_OptionPartsInterchangeable - > SetToolTip ( _ ( " Check this option when all symbol units have the same function. \n For instance, this should be checked for a quad NAND gate, while it should not be checked for a dual triode (where unit C is the filament). " ) ) ;
2019-01-10 05:42:14 +00:00
2022-12-28 13:43:14 +00:00
sbSizerSymbol - > Add ( m_OptionPartsInterchangeable , 0 , wxALL , 4 ) ;
sbSizerSymbol - > Add ( 0 , 8 , 0 , wxEXPAND , 5 ) ;
m_AsConvertButt = new wxCheckBox ( sbSizerSymbol - > GetStaticBox ( ) , wxID_ANY , _ ( " Has alternate body style (De Morgan) " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2023-05-31 16:54:09 +00:00
m_AsConvertButt - > SetToolTip ( _ ( " Check this option if the symbol has an alternate body style for a De Morgan logic equivalence. \n For instance, this should be checked for a NAND gate to provide an alternate representation as an OR gate with inverted inputs. " ) ) ;
2022-12-28 13:43:14 +00:00
sbSizerSymbol - > Add ( m_AsConvertButt , 0 , wxBOTTOM | wxRIGHT | wxLEFT , 4 ) ;
sbSizerSymbol - > Add ( 0 , 7 , 0 , wxEXPAND , 5 ) ;
m_OptionPower = new wxCheckBox ( sbSizerSymbol - > GetStaticBox ( ) , wxID_ANY , _ ( " Define as power symbol " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_OptionPower - > SetToolTip ( _ ( " Setting this option makes the symbol in question appear in the \n \" add power symbol \" dialog. It will lock the value text to protect it \n from editing in the schematic. The symbol will not be included in \n the BOM and cannot be assigned a footprint. " ) ) ;
sbSizerSymbol - > Add ( m_OptionPower , 0 , wxBOTTOM | wxRIGHT | wxLEFT , 4 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
bSizerLeftCol - > Add ( sbSizerSymbol , 0 , wxEXPAND | wxALL , 5 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
bSizerLowerBasicPanel - > Add ( bSizerLeftCol , 1 , wxEXPAND , 5 ) ;
2019-01-10 05:42:14 +00:00
2022-12-28 13:43:14 +00:00
wxBoxSizer * bSizerMiddleCol ;
bSizerMiddleCol = new wxBoxSizer ( wxVERTICAL ) ;
2019-01-10 05:42:14 +00:00
2020-03-02 13:03:33 +00:00
wxStaticBoxSizer * sbSizerPinTextOpts ;
2020-08-21 15:54:24 +00:00
sbSizerPinTextOpts = new wxStaticBoxSizer ( new wxStaticBox ( m_PanelBasic , wxID_ANY , _ ( " Pin Text Options " ) ) , wxVERTICAL ) ;
2019-01-10 05:42:14 +00:00
2020-03-02 13:03:33 +00:00
m_ShowPinNumButt = new wxCheckBox ( sbSizerPinTextOpts - > GetStaticBox ( ) , wxID_ANY , _ ( " Show pin number " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2019-01-10 05:42:14 +00:00
m_ShowPinNumButt - > SetValue ( true ) ;
2018-08-13 17:00:08 +00:00
m_ShowPinNumButt - > SetToolTip ( _ ( " Show or hide pin numbers " ) ) ;
2019-01-10 05:42:14 +00:00
2020-08-21 15:54:24 +00:00
sbSizerPinTextOpts - > Add ( m_ShowPinNumButt , 0 , wxRIGHT | wxLEFT , 5 ) ;
2019-01-10 05:42:14 +00:00
2020-03-02 13:03:33 +00:00
m_ShowPinNameButt = new wxCheckBox ( sbSizerPinTextOpts - > GetStaticBox ( ) , wxID_ANY , _ ( " Show pin name " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2019-01-10 05:42:14 +00:00
m_ShowPinNameButt - > SetValue ( true ) ;
2018-08-13 17:00:08 +00:00
m_ShowPinNameButt - > SetToolTip ( _ ( " Show or hide pin names " ) ) ;
2019-01-10 05:42:14 +00:00
2020-03-02 13:03:33 +00:00
sbSizerPinTextOpts - > Add ( m_ShowPinNameButt , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2019-01-10 05:42:14 +00:00
2022-12-28 13:43:14 +00:00
sbSizerPinTextOpts - > Add ( 0 , 12 , 0 , wxEXPAND , 5 ) ;
2019-01-10 05:42:14 +00:00
2020-03-02 13:03:33 +00:00
m_PinsNameInsideButt = new wxCheckBox ( sbSizerPinTextOpts - > GetStaticBox ( ) , wxID_ANY , _ ( " Place pin names inside " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2019-01-10 05:42:14 +00:00
m_PinsNameInsideButt - > SetValue ( true ) ;
2018-08-13 17:00:08 +00:00
m_PinsNameInsideButt - > SetToolTip ( _ ( " Check this option to have pin names inside the body and pin number outside. \n If not checked pins names and pins numbers are outside. " ) ) ;
2019-01-10 05:42:14 +00:00
2020-08-21 15:54:24 +00:00
sbSizerPinTextOpts - > Add ( m_PinsNameInsideButt , 0 , wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
wxBoxSizer * bSizerNameOffset ;
bSizerNameOffset = new wxBoxSizer ( wxHORIZONTAL ) ;
2019-01-10 05:42:14 +00:00
2020-03-02 13:03:33 +00:00
m_nameOffsetLabel = new wxStaticText ( sbSizerPinTextOpts - > GetStaticBox ( ) , wxID_ANY , _ ( " Position offset: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2018-08-13 17:00:08 +00:00
m_nameOffsetLabel - > Wrap ( - 1 ) ;
2021-06-14 18:00:08 +00:00
m_nameOffsetLabel - > SetToolTip ( _ ( " Margin between the pin name position and the symbol body. " ) ) ;
2019-01-10 05:42:14 +00:00
2020-08-21 15:54:24 +00:00
bSizerNameOffset - > Add ( m_nameOffsetLabel , 0 , wxALIGN_CENTER_VERTICAL | wxLEFT , 24 ) ;
2019-01-10 05:42:14 +00:00
2020-03-02 13:03:33 +00:00
m_nameOffsetCtrl = new wxTextCtrl ( sbSizerPinTextOpts - > GetStaticBox ( ) , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2018-10-28 17:42:16 +00:00
bSizerNameOffset - > Add ( m_nameOffsetCtrl , 1 , wxLEFT | wxRIGHT , 5 ) ;
2019-01-10 05:42:14 +00:00
2020-03-02 13:03:33 +00:00
m_nameOffsetUnits = new wxStaticText ( sbSizerPinTextOpts - > GetStaticBox ( ) , wxID_ANY , _ ( " units " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2018-08-13 17:00:08 +00:00
m_nameOffsetUnits - > Wrap ( - 1 ) ;
bSizerNameOffset - > Add ( m_nameOffsetUnits , 0 , wxALIGN_CENTER_VERTICAL | wxRIGHT , 5 ) ;
2019-01-10 05:42:14 +00:00
2022-12-28 13:43:14 +00:00
sbSizerPinTextOpts - > Add ( bSizerNameOffset , 0 , wxBOTTOM | wxEXPAND | wxTOP , 4 ) ;
2019-01-10 05:42:14 +00:00
2020-08-21 15:54:24 +00:00
sbSizerPinTextOpts - > Add ( 0 , 0 , 0 , wxEXPAND , 5 ) ;
2019-01-10 05:42:14 +00:00
2022-12-28 13:43:14 +00:00
bSizerMiddleCol - > Add ( sbSizerPinTextOpts , 1 , wxALL | wxEXPAND , 5 ) ;
bSizerLowerBasicPanel - > Add ( bSizerMiddleCol , 1 , wxEXPAND , 5 ) ;
wxBoxSizer * bSizerRightCol ;
bSizerRightCol = new wxBoxSizer ( wxVERTICAL ) ;
wxStaticBoxSizer * sbSizerAttributes ;
sbSizerAttributes = new wxStaticBoxSizer ( new wxStaticBox ( m_PanelBasic , wxID_ANY , _ ( " Attributes " ) ) , wxVERTICAL ) ;
2023-08-08 16:32:08 +00:00
m_excludeFromSimCheckBox = new wxCheckBox ( sbSizerAttributes - > GetStaticBox ( ) , wxID_ANY , _ ( " Exclude from simulation " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
sbSizerAttributes - > Add ( m_excludeFromSimCheckBox , 0 , wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
2022-12-28 13:43:14 +00:00
sbSizerAttributes - > Add ( 0 , 10 , 0 , wxEXPAND , 5 ) ;
m_excludeFromBomCheckBox = new wxCheckBox ( sbSizerAttributes - > GetStaticBox ( ) , wxID_ANY , _ ( " Exclude from schematic bill of materials " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
sbSizerAttributes - > Add ( m_excludeFromBomCheckBox , 0 , wxBOTTOM | wxEXPAND | wxLEFT | wxRIGHT , 5 ) ;
m_excludeFromBoardCheckBox = new wxCheckBox ( sbSizerAttributes - > GetStaticBox ( ) , wxID_ANY , _ ( " Exclude from board " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
sbSizerAttributes - > Add ( m_excludeFromBoardCheckBox , 0 , wxBOTTOM | wxEXPAND | wxLEFT | wxRIGHT , 5 ) ;
bSizerRightCol - > Add ( sbSizerAttributes , 1 , wxEXPAND | wxALL , 5 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
bSizerLowerBasicPanel - > Add ( bSizerRightCol , 1 , wxEXPAND , 5 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
bSizerBasicPanel - > Add ( bSizerLowerBasicPanel , 0 , wxEXPAND , 5 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
m_PanelBasic - > SetSizer ( bSizerBasicPanel ) ;
m_PanelBasic - > Layout ( ) ;
bSizerBasicPanel - > Fit ( m_PanelBasic ) ;
m_NoteBook - > AddPage ( m_PanelBasic , _ ( " General " ) , true ) ;
2013-11-09 16:30:49 +00:00
m_PanelFootprintFilter = new wxPanel ( m_NoteBook , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxTAB_TRAVERSAL ) ;
2013-05-26 04:36:44 +00:00
wxBoxSizer * bPanelFpFilterBoxSizer ;
bPanelFpFilterBoxSizer = new wxBoxSizer ( wxHORIZONTAL ) ;
2019-01-10 05:42:14 +00:00
2013-05-26 04:36:44 +00:00
wxBoxSizer * bFpFilterLeftBoxSizer ;
bFpFilterLeftBoxSizer = new wxBoxSizer ( wxVERTICAL ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
m_staticTextFootprints = new wxStaticText ( m_PanelFootprintFilter , wxID_ANY , _ ( " Footprint filters: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2013-05-26 04:36:44 +00:00
m_staticTextFootprints - > Wrap ( - 1 ) ;
2017-12-24 15:04:02 +00:00
m_staticTextFootprints - > SetToolTip ( _ ( " A list of footprints names that can be used for this symbol. \n Footprints names can used wildcards like sm* to allow all footprints names starting by sm. " ) ) ;
2019-01-10 05:42:14 +00:00
2020-08-21 15:54:24 +00:00
bFpFilterLeftBoxSizer - > Add ( m_staticTextFootprints , 0 , wxRIGHT | wxLEFT , 5 ) ;
2019-01-10 05:42:14 +00:00
m_FootprintFilterListBox = new wxListBox ( m_PanelFootprintFilter , wxID_ANY , wxDefaultPosition , wxDefaultSize , 0 , NULL , 0 ) ;
2018-08-13 17:00:08 +00:00
bFpFilterLeftBoxSizer - > Add ( m_FootprintFilterListBox , 1 , wxEXPAND | wxRIGHT | wxLEFT , 5 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
wxBoxSizer * bFpFilterRightBoxSizer ;
bFpFilterRightBoxSizer = new wxBoxSizer ( wxHORIZONTAL ) ;
2019-01-10 05:42:14 +00:00
2022-12-13 20:47:28 +00:00
m_addFilterButton = new STD_BITMAP_BUTTON ( m_PanelFootprintFilter , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxSize ( - 1 , - 1 ) , wxBU_AUTODRAW | 0 ) ;
2018-11-24 14:51:17 +00:00
m_addFilterButton - > SetToolTip ( _ ( " Add footprint filter " ) ) ;
2019-01-10 05:42:14 +00:00
2018-10-28 17:42:16 +00:00
bFpFilterRightBoxSizer - > Add ( m_addFilterButton , 0 , wxTOP | wxBOTTOM | wxLEFT , 5 ) ;
2019-01-10 05:42:14 +00:00
2022-12-13 20:47:28 +00:00
m_editFilterButton = new STD_BITMAP_BUTTON ( m_PanelFootprintFilter , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxSize ( - 1 , - 1 ) , wxBU_AUTODRAW | 0 ) ;
2018-11-24 14:51:17 +00:00
m_editFilterButton - > SetToolTip ( _ ( " Edit footprint filter " ) ) ;
2019-01-10 05:42:14 +00:00
2018-10-28 17:42:16 +00:00
bFpFilterRightBoxSizer - > Add ( m_editFilterButton , 0 , wxALL , 5 ) ;
2019-01-10 05:42:14 +00:00
2020-08-17 22:34:02 +00:00
bFpFilterRightBoxSizer - > Add ( 20 , 0 , 0 , wxEXPAND , 5 ) ;
2019-01-10 05:42:14 +00:00
2022-12-13 20:47:28 +00:00
m_deleteFilterButton = new STD_BITMAP_BUTTON ( m_PanelFootprintFilter , wxID_ANY , wxNullBitmap , wxDefaultPosition , wxSize ( - 1 , - 1 ) , wxBU_AUTODRAW | 0 ) ;
2018-11-24 14:51:17 +00:00
m_deleteFilterButton - > SetToolTip ( _ ( " Delete footprint filter " ) ) ;
2019-01-10 05:42:14 +00:00
2018-10-28 17:42:16 +00:00
bFpFilterRightBoxSizer - > Add ( m_deleteFilterButton , 0 , wxALL , 5 ) ;
2019-01-10 05:42:14 +00:00
2018-10-28 17:42:16 +00:00
bFpFilterLeftBoxSizer - > Add ( bFpFilterRightBoxSizer , 0 , 0 , 5 ) ;
2019-01-10 05:42:14 +00:00
2018-08-13 17:00:08 +00:00
bPanelFpFilterBoxSizer - > Add ( bFpFilterLeftBoxSizer , 1 , wxEXPAND | wxTOP | wxRIGHT | wxLEFT , 5 ) ;
2019-01-10 05:42:14 +00:00
2013-05-26 04:36:44 +00:00
m_PanelFootprintFilter - > SetSizer ( bPanelFpFilterBoxSizer ) ;
m_PanelFootprintFilter - > Layout ( ) ;
bPanelFpFilterBoxSizer - > Fit ( m_PanelFootprintFilter ) ;
2018-08-13 17:00:08 +00:00
m_NoteBook - > AddPage ( m_PanelFootprintFilter , _ ( " Footprint Filters " ) , false ) ;
2019-01-10 05:42:14 +00:00
2022-12-12 23:54:40 +00:00
bUpperSizer - > Add ( m_NoteBook , 1 , wxEXPAND | wxTOP | wxRIGHT | wxLEFT , 10 ) ;
2019-01-10 05:42:14 +00:00
2023-04-14 18:40:41 +00:00
bMainSizer - > Add ( bUpperSizer , 1 , wxEXPAND | wxBOTTOM , 5 ) ;
2019-01-10 05:42:14 +00:00
wxBoxSizer * bSizer101 ;
bSizer101 = new wxBoxSizer ( wxHORIZONTAL ) ;
bSizer101 - > Add ( 0 , 0 , 1 , wxEXPAND , 5 ) ;
2022-09-29 10:02:23 +00:00
m_spiceFieldsButton = new wxButton ( this , wxID_ANY , _ ( " Edit Simulation Model... " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2019-01-10 05:42:14 +00:00
bSizer101 - > Add ( m_spiceFieldsButton , 0 , wxEXPAND | wxALL , 5 ) ;
bSizer101 - > Add ( 0 , 0 , 0 , wxEXPAND | wxRIGHT | wxLEFT , 15 ) ;
2013-05-26 04:36:44 +00:00
m_stdSizerButton = new wxStdDialogButtonSizer ( ) ;
m_stdSizerButtonOK = new wxButton ( this , wxID_OK ) ;
m_stdSizerButton - > AddButton ( m_stdSizerButtonOK ) ;
m_stdSizerButtonCancel = new wxButton ( this , wxID_CANCEL ) ;
m_stdSizerButton - > AddButton ( m_stdSizerButtonCancel ) ;
m_stdSizerButton - > Realize ( ) ;
2019-01-10 05:42:14 +00:00
bSizer101 - > Add ( m_stdSizerButton , 0 , wxEXPAND | wxALL , 5 ) ;
bMainSizer - > Add ( bSizer101 , 0 , wxEXPAND , 5 ) ;
2013-05-26 04:36:44 +00:00
this - > SetSizer ( bMainSizer ) ;
this - > Layout ( ) ;
2020-06-03 17:46:50 +00:00
bMainSizer - > Fit ( this ) ;
2019-01-10 05:42:14 +00:00
2013-05-26 04:36:44 +00:00
// Connect Events
2020-10-22 09:40:54 +00:00
this - > Connect ( wxEVT_UPDATE_UI , wxUpdateUIEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnUpdateUI ) ) ;
m_grid - > Connect ( wxEVT_SIZE , wxSizeEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnSizeGrid ) , NULL , this ) ;
m_bpAdd - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnAddField ) , NULL , this ) ;
m_bpMoveUp - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnMoveUp ) , NULL , this ) ;
m_bpMoveDown - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnMoveDown ) , NULL , this ) ;
m_bpDelete - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnDeleteField ) , NULL , this ) ;
m_SymbolNameCtrl - > Connect ( wxEVT_KILL_FOCUS , wxFocusEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnSymbolNameKillFocus ) , NULL , this ) ;
m_SymbolNameCtrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnSymbolNameText ) , NULL , this ) ;
2021-10-25 11:34:30 +00:00
m_KeywordCtrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnText ) , NULL , this ) ;
m_inheritanceSelectCombo - > Connect ( wxEVT_COMMAND_COMBOBOX_SELECTED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCombobox ) , NULL , this ) ;
m_inheritanceSelectCombo - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnText ) , NULL , this ) ;
m_SelNumberOfUnits - > Connect ( wxEVT_COMMAND_SPINCTRL_UPDATED , wxSpinEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnSpinCtrl ) , NULL , this ) ;
m_SelNumberOfUnits - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnSpinCtrlText ) , NULL , this ) ;
m_OptionPartsInterchangeable - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
2022-12-28 13:43:14 +00:00
m_AsConvertButt - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
m_OptionPower - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : onPowerCheckBox ) , NULL , this ) ;
2021-10-25 11:34:30 +00:00
m_ShowPinNumButt - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
m_ShowPinNameButt - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
m_PinsNameInsideButt - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
m_nameOffsetCtrl - > Connect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnText ) , NULL , this ) ;
2023-08-08 16:32:08 +00:00
m_excludeFromSimCheckBox - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
2022-12-28 13:43:14 +00:00
m_excludeFromBomCheckBox - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
m_excludeFromBoardCheckBox - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
2020-10-22 09:40:54 +00:00
m_FootprintFilterListBox - > Connect ( wxEVT_LEFT_DCLICK , wxMouseEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnFilterDClick ) , NULL , this ) ;
m_FootprintFilterListBox - > Connect ( wxEVT_COMMAND_LISTBOX_DOUBLECLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnEditFootprintFilter ) , NULL , this ) ;
m_addFilterButton - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnAddFootprintFilter ) , NULL , this ) ;
m_editFilterButton - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnEditFootprintFilter ) , NULL , this ) ;
m_deleteFilterButton - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnDeleteFootprintFilter ) , NULL , this ) ;
m_spiceFieldsButton - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnEditSpiceModel ) , NULL , this ) ;
m_stdSizerButtonCancel - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCancelButtonClick ) , NULL , this ) ;
2013-05-26 04:36:44 +00:00
}
2020-10-22 09:40:54 +00:00
DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : ~ DIALOG_LIB_SYMBOL_PROPERTIES_BASE ( )
2013-05-26 04:36:44 +00:00
{
// Disconnect Events
2020-10-22 09:40:54 +00:00
this - > Disconnect ( wxEVT_UPDATE_UI , wxUpdateUIEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnUpdateUI ) ) ;
m_grid - > Disconnect ( wxEVT_SIZE , wxSizeEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnSizeGrid ) , NULL , this ) ;
m_bpAdd - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnAddField ) , NULL , this ) ;
m_bpMoveUp - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnMoveUp ) , NULL , this ) ;
m_bpMoveDown - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnMoveDown ) , NULL , this ) ;
m_bpDelete - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnDeleteField ) , NULL , this ) ;
m_SymbolNameCtrl - > Disconnect ( wxEVT_KILL_FOCUS , wxFocusEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnSymbolNameKillFocus ) , NULL , this ) ;
m_SymbolNameCtrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnSymbolNameText ) , NULL , this ) ;
2021-10-25 11:34:30 +00:00
m_KeywordCtrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnText ) , NULL , this ) ;
m_inheritanceSelectCombo - > Disconnect ( wxEVT_COMMAND_COMBOBOX_SELECTED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCombobox ) , NULL , this ) ;
m_inheritanceSelectCombo - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnText ) , NULL , this ) ;
m_SelNumberOfUnits - > Disconnect ( wxEVT_COMMAND_SPINCTRL_UPDATED , wxSpinEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnSpinCtrl ) , NULL , this ) ;
m_SelNumberOfUnits - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnSpinCtrlText ) , NULL , this ) ;
m_OptionPartsInterchangeable - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
2022-12-28 13:43:14 +00:00
m_AsConvertButt - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
m_OptionPower - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : onPowerCheckBox ) , NULL , this ) ;
2021-10-25 11:34:30 +00:00
m_ShowPinNumButt - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
m_ShowPinNameButt - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
m_PinsNameInsideButt - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
m_nameOffsetCtrl - > Disconnect ( wxEVT_COMMAND_TEXT_UPDATED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnText ) , NULL , this ) ;
2023-08-08 16:32:08 +00:00
m_excludeFromSimCheckBox - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
2022-12-28 13:43:14 +00:00
m_excludeFromBomCheckBox - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
m_excludeFromBoardCheckBox - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCheckBox ) , NULL , this ) ;
2020-10-22 09:40:54 +00:00
m_FootprintFilterListBox - > Disconnect ( wxEVT_LEFT_DCLICK , wxMouseEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnFilterDClick ) , NULL , this ) ;
m_FootprintFilterListBox - > Disconnect ( wxEVT_COMMAND_LISTBOX_DOUBLECLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnEditFootprintFilter ) , NULL , this ) ;
m_addFilterButton - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnAddFootprintFilter ) , NULL , this ) ;
m_editFilterButton - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnEditFootprintFilter ) , NULL , this ) ;
m_deleteFilterButton - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnDeleteFootprintFilter ) , NULL , this ) ;
m_spiceFieldsButton - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnEditSpiceModel ) , NULL , this ) ;
m_stdSizerButtonCancel - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_LIB_SYMBOL_PROPERTIES_BASE : : OnCancelButtonClick ) , NULL , this ) ;
2019-01-10 05:42:14 +00:00
2013-05-26 04:36:44 +00:00
}