2021-02-12 22:37:39 -05:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2024-05-27 11:49:13 +03:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.1.0-0-g733bf3d)
|
2021-02-12 22:37:39 -05:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#include "panel_kicad_launcher_base.h"
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
PANEL_KICAD_LAUNCHER_BASE::PANEL_KICAD_LAUNCHER_BASE( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name ) : wxPanel( parent, id, pos, size, style, name )
|
|
|
|
{
|
2021-02-13 08:59:21 -05:00
|
|
|
wxBoxSizer* bSizer2;
|
|
|
|
bSizer2 = new wxBoxSizer( wxVERTICAL );
|
|
|
|
|
2024-05-27 11:49:13 +03:00
|
|
|
m_scrolledWindow = new wxScrolledWindow( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxHSCROLL|wxVSCROLL );
|
|
|
|
m_scrolledWindow->SetScrollRate( 5, 5 );
|
|
|
|
m_toolsSizer = new wxFlexGridSizer( 0, 2, 2, 10 );
|
2021-02-27 11:43:19 +00:00
|
|
|
m_toolsSizer->SetFlexibleDirection( wxBOTH );
|
2024-05-27 11:49:13 +03:00
|
|
|
m_toolsSizer->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
|
2021-02-12 22:37:39 -05:00
|
|
|
|
|
|
|
|
2024-05-27 11:49:13 +03:00
|
|
|
m_scrolledWindow->SetSizer( m_toolsSizer );
|
|
|
|
m_scrolledWindow->Layout();
|
|
|
|
m_toolsSizer->Fit( m_scrolledWindow );
|
|
|
|
bSizer2->Add( m_scrolledWindow, 1, wxEXPAND | wxALL, 5 );
|
2021-02-12 22:37:39 -05:00
|
|
|
|
|
|
|
|
2021-02-13 08:59:21 -05:00
|
|
|
this->SetSizer( bSizer2 );
|
2021-02-12 22:37:39 -05:00
|
|
|
this->Layout();
|
2021-02-13 08:59:21 -05:00
|
|
|
bSizer2->Fit( this );
|
2021-02-12 22:37:39 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
PANEL_KICAD_LAUNCHER_BASE::~PANEL_KICAD_LAUNCHER_BASE()
|
|
|
|
{
|
|
|
|
}
|