10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
22#include <wx/statline.h>
24#include <wx/radiobut.h>
65 PANEL_3D_COLORS_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 );
A simple color swatch of the kind used to set layer colors.
Class PANEL_3D_COLORS_BASE.
COLOR_SWATCH * m_silkscreenBottom
COLOR_SWATCH * m_silkscreenTop
wxStaticLine * m_staticline1
wxStaticText * solderPasteLabel
wxStaticText * solderMaskTopLabel
wxStaticText * silkscreenBottomLabel
COLOR_SWATCH * m_backgroundTop
wxStaticText * solderMaskBottomLabel
wxRadioButton * m_specificColorsRB
wxStaticLine * m_staticline2
wxStaticText * surfaceFinishLabel
wxStaticText * backgroundTopLabel
COLOR_SWATCH * m_boardBody
COLOR_SWATCH * m_solderMaskTop
wxStaticText * backgroundBotLabel
wxRadioButton * m_boardStackupRB
COLOR_SWATCH * m_surfaceFinish
wxStaticText * m_boardColorsLabel
COLOR_SWATCH * m_backgroundBottom
wxStaticText * silkscreenTopLabel
COLOR_SWATCH * m_solderPaste
wxStaticText * m_environmentLable
PANEL_3D_COLORS_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)
wxStaticText * boardBodyLabel
COLOR_SWATCH * m_solderMaskBottom
A wxPanel that is designed to be reset in a standard manner.