KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_eseries_display_base.cpp
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
9
11
12PANEL_ESERIES_DISPLAY_BASE::PANEL_ESERIES_DISPLAY_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* bSizerESeries;
15 bSizerESeries = new wxBoxSizer( wxVERTICAL );
16
17 wxBoxSizer* bTablesSizerESeries;
18 bTablesSizerESeries = new wxBoxSizer( wxHORIZONTAL );
19
20 wxStaticBoxSizer* sbLowerSizerEseries2496;
21 sbLowerSizerEseries2496 = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("E24,E48,E96") ), wxVERTICAL );
22
23 m_GridEseries2496 = new wxGrid( sbLowerSizerEseries2496->GetStaticBox(), wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
24
25 // Grid
26 m_GridEseries2496->CreateGrid( 1, 1 );
27 m_GridEseries2496->EnableEditing( false );
28 m_GridEseries2496->EnableGridLines( false );
29 m_GridEseries2496->EnableDragGridSize( false );
30 m_GridEseries2496->SetMargins( 0, 0 );
31
32 // Columns
33 m_GridEseries2496->EnableDragColMove( false );
34 m_GridEseries2496->EnableDragColSize( false );
35 m_GridEseries2496->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
36
37 // Rows
38 m_GridEseries2496->EnableDragRowSize( false );
39 m_GridEseries2496->SetRowLabelSize( 0 );
40 m_GridEseries2496->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
41
42 // Label Appearance
43
44 // Cell Defaults
45 m_GridEseries2496->SetDefaultCellAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
46 sbLowerSizerEseries2496->Add( m_GridEseries2496, 0, wxALL, 5 );
47
48
49 bTablesSizerESeries->Add( sbLowerSizerEseries2496, 0, 0, 5 );
50
51 wxStaticBoxSizer* sbLowerSizerEseries112;
52 sbLowerSizerEseries112 = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("E1,E3,E6,E12") ), wxVERTICAL );
53
54 m_GridEseries112 = new wxGrid( sbLowerSizerEseries112->GetStaticBox(), wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
55
56 // Grid
57 m_GridEseries112->CreateGrid( 1, 1 );
58 m_GridEseries112->EnableEditing( false );
59 m_GridEseries112->EnableGridLines( false );
60 m_GridEseries112->EnableDragGridSize( false );
61 m_GridEseries112->SetMargins( 0, 0 );
62
63 // Columns
64 m_GridEseries112->EnableDragColMove( false );
65 m_GridEseries112->EnableDragColSize( false );
66 m_GridEseries112->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
67
68 // Rows
69 m_GridEseries112->EnableDragRowSize( false );
70 m_GridEseries112->SetRowLabelSize( 0 );
71 m_GridEseries112->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
72
73 // Label Appearance
74
75 // Cell Defaults
76 m_GridEseries112->SetDefaultCellAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
77 sbLowerSizerEseries112->Add( m_GridEseries112, 0, wxALL, 5 );
78
79
80 bTablesSizerESeries->Add( sbLowerSizerEseries112, 1, 0, 5 );
81
82
83 bSizerESeries->Add( bTablesSizerESeries, 0, wxTOP, 5 );
84
85 m_panelESeriesHelp = new HTML_WINDOW( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxHW_SCROLLBAR_AUTO );
86 m_panelESeriesHelp->SetMinSize( wxSize( -1,100 ) );
87
88 bSizerESeries->Add( m_panelESeriesHelp, 1, wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND, 5 );
89
90
91 this->SetSizer( bSizerESeries );
92 this->Layout();
93 bSizerESeries->Fit( this );
94}
95
97{
98}
const char * name
Definition: DXF_plotter.cpp:57
Add dark theme support to wxHtmlWindow.
Definition: html_window.h:34
PANEL_ESERIES_DISPLAY_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=0, const wxString &name=wxEmptyString)
#define _(s)