2022-08-18 20:41:43 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-12-08 18:08:52 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
|
2022-08-18 20:41:43 +00: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>
|
|
|
|
#include <wx/string.h>
|
2023-01-11 01:00:47 +00:00
|
|
|
#include <wx/stattext.h>
|
2022-08-18 20:41:43 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2023-01-11 01:00:47 +00:00
|
|
|
#include <wx/statline.h>
|
|
|
|
#include <wx/checkbox.h>
|
2022-08-18 20:41:43 +00:00
|
|
|
#include <wx/sizer.h>
|
2022-05-14 18:23:43 +00:00
|
|
|
#include <wx/textctrl.h>
|
2022-08-18 20:41:43 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2023-11-23 01:03:34 +00:00
|
|
|
/// Class PANEL_PACKAGES_AND_UPDATES_BASE
|
2022-08-18 20:41:43 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2023-11-23 01:03:34 +00:00
|
|
|
class PANEL_PACKAGES_AND_UPDATES_BASE : public wxPanel
|
2022-08-18 20:41:43 +00:00
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_generalLabel;
|
2023-11-23 01:03:34 +00:00
|
|
|
wxStaticLine* m_staticline3;
|
|
|
|
wxCheckBox* m_cbKicadUpdate;
|
|
|
|
wxStaticText* m_pcmLabel;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticLine* m_staticline1;
|
2023-11-23 01:03:34 +00:00
|
|
|
wxCheckBox* m_cbPcmUpdate;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_staticText4;
|
|
|
|
wxStaticLine* m_staticline2;
|
2022-05-14 18:23:43 +00:00
|
|
|
wxCheckBox* m_libAutoAdd;
|
|
|
|
wxCheckBox* m_libAutoRemove;
|
|
|
|
wxStaticText* m_staticText1;
|
|
|
|
wxTextCtrl* m_libPrefix;
|
2022-08-18 20:41:43 +00:00
|
|
|
|
|
|
|
public:
|
|
|
|
|
2023-11-23 01:03:34 +00:00
|
|
|
PANEL_PACKAGES_AND_UPDATES_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 );
|
2022-08-18 20:41:43 +00:00
|
|
|
|
2023-11-23 01:03:34 +00:00
|
|
|
~PANEL_PACKAGES_AND_UPDATES_BASE();
|
2022-08-18 20:41:43 +00:00
|
|
|
|
|
|
|
};
|
|
|
|
|