KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_electrical_spacing_base.cpp
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
9
11
12PANEL_ELECTRICAL_SPACING_BASE::PANEL_ELECTRICAL_SPACING_BASE( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name ) : CALCULATOR_PANEL( parent, id, pos, size, style, name )
13{
14 wxBoxSizer* bSizer4;
15 bSizer4 = new wxBoxSizer( wxVERTICAL );
16
17 m_notebook1 = new wxNotebook( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
18 m_IPC2221 = new PANEL_ELECTRICAL_SPACING_IPC2221( m_notebook1, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
19 m_notebook1->AddPage( m_IPC2221, _("IPC 2221"), false );
20 m_IEC60664 = new PANEL_ELECTRICAL_SPACING_IEC60664( m_notebook1, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
21 m_notebook1->AddPage( m_IEC60664, _("IEC 60664"), false );
22
23 bSizer4->Add( m_notebook1, 1, wxALL|wxEXPAND, 0 );
24
25
26 this->SetSizer( bSizer4 );
27 this->Layout();
28}
29
31{
32}
const char * name
Definition: DXF_plotter.cpp:57
PANEL_ELECTRICAL_SPACING_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 300), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
PANEL_ELECTRICAL_SPACING_IEC60664 * m_IEC60664
PANEL_ELECTRICAL_SPACING_IPC2221 * m_IPC2221
#define _(s)