2021-02-12 22:37:39 -05:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2024-09-05 20:49:19 -04:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
|
2021-02-12 22:37:39 -05:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2024-09-05 20:49:19 -04:00
|
|
|
#include "dialogs/panel_notebook_base.h"
|
2021-02-13 08:59:21 -05:00
|
|
|
#include <wx/sizer.h>
|
2024-05-27 11:49:13 +03:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/scrolwin.h>
|
2021-02-12 22:37:39 -05:00
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2021-02-13 08:59:21 -05:00
|
|
|
#include <wx/string.h>
|
2024-05-27 11:49:13 +03:00
|
|
|
#include <wx/panel.h>
|
2021-02-12 22:37:39 -05:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class PANEL_KICAD_LAUNCHER_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2024-09-05 20:49:19 -04:00
|
|
|
class PANEL_KICAD_LAUNCHER_BASE : public PANEL_NOTEBOOK_BASE
|
2021-02-12 22:37:39 -05:00
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
2024-05-27 11:49:13 +03:00
|
|
|
wxScrolledWindow* m_scrolledWindow;
|
|
|
|
wxFlexGridSizer* m_toolsSizer;
|
2021-02-12 22:37:39 -05:00
|
|
|
|
|
|
|
public:
|
|
|
|
|
|
|
|
PANEL_KICAD_LAUNCHER_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
|
2024-05-27 11:49:13 +03:00
|
|
|
|
2021-02-12 22:37:39 -05:00
|
|
|
~PANEL_KICAD_LAUNCHER_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|