1 ///////////////////////////////////////////////////////////////////////////
2 // C++ code generated with wxFormBuilder (version Dec 21 2020)
3 // http://www.wxformbuilder.org/
4 //
5 // PLEASE DO *NOT* EDIT THIS FILE!
6 ///////////////////////////////////////////////////////////////////////////
7 
8 #include "widgets/wx_grid.h"
9 
10 #include "dialog_lib_edit_pin_table_base.h"
11 
12 ///////////////////////////////////////////////////////////////////////////
13 
DIALOG_LIB_EDIT_PIN_TABLE_BASE(wxWindow * parent,wxWindowID id,const wxString & title,const wxPoint & pos,const wxSize & size,long style)14 DIALOG_LIB_EDIT_PIN_TABLE_BASE::DIALOG_LIB_EDIT_PIN_TABLE_BASE( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : DIALOG_SHIM( parent, id, title, pos, size, style )
15 {
16 	this->SetSizeHints( wxDefaultSize, wxDefaultSize );
17 
18 	wxBoxSizer* top_sizer;
19 	top_sizer = new wxBoxSizer( wxVERTICAL );
20 
21 	m_grid = new WX_GRID( this, wxID_ANY, wxDefaultPosition, wxSize( 800,400 ), 0 );
22 
23 	// Grid
24 	m_grid->CreateGrid( 5, 11 );
25 	m_grid->EnableEditing( true );
26 	m_grid->EnableGridLines( true );
27 	m_grid->EnableDragGridSize( false );
28 	m_grid->SetMargins( 0, 0 );
29 
30 	// Columns
31 	m_grid->SetColSize( 0, 66 );
32 	m_grid->SetColSize( 1, 84 );
33 	m_grid->SetColSize( 2, 140 );
34 	m_grid->SetColSize( 3, 140 );
35 	m_grid->SetColSize( 4, 100 );
36 	m_grid->SetColSize( 5, 110 );
37 	m_grid->SetColSize( 6, 110 );
38 	m_grid->SetColSize( 7, 84 );
39 	m_grid->SetColSize( 8, 84 );
40 	m_grid->SetColSize( 9, 84 );
41 	m_grid->SetColSize( 10, 84 );
42 	m_grid->EnableDragColMove( false );
43 	m_grid->EnableDragColSize( true );
44 	m_grid->SetColLabelSize( 24 );
45 	m_grid->SetColLabelValue( 0, _("Number") );
46 	m_grid->SetColLabelValue( 1, _("Name") );
47 	m_grid->SetColLabelValue( 2, _("Electrical Type") );
48 	m_grid->SetColLabelValue( 3, _("Graphic Style") );
49 	m_grid->SetColLabelValue( 4, _("Orientation") );
50 	m_grid->SetColLabelValue( 5, _("Number Text Size") );
51 	m_grid->SetColLabelValue( 6, _("Name Text Size") );
52 	m_grid->SetColLabelValue( 7, _("Length") );
53 	m_grid->SetColLabelValue( 8, _("X Position") );
54 	m_grid->SetColLabelValue( 9, _("Y Position") );
55 	m_grid->SetColLabelValue( 10, _("Visible") );
56 	m_grid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
57 
58 	// Rows
59 	m_grid->EnableDragRowSize( false );
60 	m_grid->SetRowLabelSize( 0 );
61 	m_grid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
62 
63 	// Label Appearance
64 
65 	// Cell Defaults
66 	m_grid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
67 	m_grid->SetMinSize( wxSize( 690,200 ) );
68 
69 	top_sizer->Add( m_grid, 1, wxEXPAND|wxLEFT|wxRIGHT|wxTOP, 15 );
70 
71 	wxBoxSizer* bSizer2;
72 	bSizer2 = new wxBoxSizer( wxHORIZONTAL );
73 
74 	m_addButton = new wxBitmapButton( this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW|0 );
75 	bSizer2->Add( m_addButton, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 5 );
76 
77 
78 	bSizer2->Add( 20, 0, 0, wxEXPAND, 5 );
79 
80 	m_deleteButton = new wxBitmapButton( this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW|0 );
81 	bSizer2->Add( m_deleteButton, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 10 );
82 
83 	m_staticline1 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_VERTICAL );
84 	bSizer2->Add( m_staticline1, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 10 );
85 
86 	m_cbGroup = new wxCheckBox( this, wxID_ANY, _("Group by name"), wxDefaultPosition, wxDefaultSize, 0 );
87 	bSizer2->Add( m_cbGroup, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 10 );
88 
89 	m_refreshButton = new wxBitmapButton( this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW|0 );
90 	bSizer2->Add( m_refreshButton, 0, wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT, 10 );
91 
92 	m_staticline2 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_VERTICAL );
93 	bSizer2->Add( m_staticline2, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 10 );
94 
95 	m_staticText1 = new wxStaticText( this, wxID_ANY, _("Pin numbers:"), wxDefaultPosition, wxDefaultSize, 0 );
96 	m_staticText1->Wrap( -1 );
97 	bSizer2->Add( m_staticText1, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 10 );
98 
99 	m_summary = new wxStaticText( this, wxID_ANY, _("0"), wxDefaultPosition, wxDefaultSize, 0 );
100 	m_summary->Wrap( -1 );
101 	bSizer2->Add( m_summary, 1, wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 );
102 
103 
104 	bSizer2->Add( 10, 0, 0, wxEXPAND, 5 );
105 
106 	m_Buttons = new wxStdDialogButtonSizer();
107 	m_ButtonsOK = new wxButton( this, wxID_OK );
108 	m_Buttons->AddButton( m_ButtonsOK );
109 	m_ButtonsCancel = new wxButton( this, wxID_CANCEL );
110 	m_Buttons->AddButton( m_ButtonsCancel );
111 	m_Buttons->Realize();
112 
113 	bSizer2->Add( m_Buttons, 0, wxEXPAND|wxALL, 5 );
114 
115 
116 	top_sizer->Add( bSizer2, 0, wxLEFT|wxEXPAND, 5 );
117 
118 
119 	this->SetSizer( top_sizer );
120 	this->Layout();
121 	top_sizer->Fit( this );
122 
123 	this->Centre( wxBOTH );
124 
125 	// Connect Events
126 	this->Connect( wxEVT_CLOSE_WINDOW, wxCloseEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnClose ) );
127 	this->Connect( wxEVT_UPDATE_UI, wxUpdateUIEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnUpdateUI ) );
128 	m_grid->Connect( wxEVT_GRID_CELL_CHANGED, wxGridEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnCellEdited ), NULL, this );
129 	m_grid->Connect( wxEVT_SIZE, wxSizeEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnSize ), NULL, this );
130 	m_addButton->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnAddRow ), NULL, this );
131 	m_deleteButton->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnDeleteRow ), NULL, this );
132 	m_cbGroup->Connect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnRebuildRows ), NULL, this );
133 	m_refreshButton->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnRebuildRows ), NULL, this );
134 	m_ButtonsCancel->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnCancel ), NULL, this );
135 }
136 
~DIALOG_LIB_EDIT_PIN_TABLE_BASE()137 DIALOG_LIB_EDIT_PIN_TABLE_BASE::~DIALOG_LIB_EDIT_PIN_TABLE_BASE()
138 {
139 	// Disconnect Events
140 	this->Disconnect( wxEVT_CLOSE_WINDOW, wxCloseEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnClose ) );
141 	this->Disconnect( wxEVT_UPDATE_UI, wxUpdateUIEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnUpdateUI ) );
142 	m_grid->Disconnect( wxEVT_GRID_CELL_CHANGED, wxGridEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnCellEdited ), NULL, this );
143 	m_grid->Disconnect( wxEVT_SIZE, wxSizeEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnSize ), NULL, this );
144 	m_addButton->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnAddRow ), NULL, this );
145 	m_deleteButton->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnDeleteRow ), NULL, this );
146 	m_cbGroup->Disconnect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnRebuildRows ), NULL, this );
147 	m_refreshButton->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnRebuildRows ), NULL, this );
148 	m_ButtonsCancel->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_LIB_EDIT_PIN_TABLE_BASE::OnCancel ), NULL, this );
149 
150 }
151