Files
kicad-source-mirror/pcbnew/dialogs/panel_setup_defaults_base.h
Jeff Young 77440fd9eb CHANGED: default zone props now edited through Board Setup...
... rather than as a side-effect of editing a zone.
2025-11-11 15:49:44 +00:00

43 lines
1.2 KiB
C++

///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
// 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/sizer.h>
#include <wx/gdicmn.h>
#include <wx/scrolwin.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/string.h>
#include <wx/panel.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class PANEL_SETUP_DEFAULTS_BASE
///////////////////////////////////////////////////////////////////////////////
class PANEL_SETUP_DEFAULTS_BASE : public wxPanel
{
private:
protected:
wxScrolledWindow* m_scrolledWindow;
wxBoxSizer* m_scrollSizer;
public:
PANEL_SETUP_DEFAULTS_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 );
~PANEL_SETUP_DEFAULTS_BASE();
};