KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_eeschema_display_options_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a-dirty)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.h>
13class FONT_CHOICE;
14
16#include <wx/sizer.h>
17#include <wx/gdicmn.h>
18#include <wx/string.h>
19#include <wx/stattext.h>
20#include <wx/font.h>
21#include <wx/colour.h>
22#include <wx/settings.h>
23#include <wx/statline.h>
24#include <wx/checkbox.h>
25#include <wx/choice.h>
26#include <wx/spinctrl.h>
27#include <wx/gbsizer.h>
28#include <wx/panel.h>
29
31
36{
37 private:
38
39 protected:
40 wxBoxSizer* m_galOptionsSizer;
41 wxStaticText* m_crossprobeLabel;
42 wxStaticLine* m_staticline3;
48 wxStaticText* m_appearanceLabel;
49 wxStaticLine* m_staticline1;
50 wxStaticText* m_defaultFontLabel;
63 wxCheckBox* m_checkPageLimits;
64 wxStaticText* m_selectionLabel;
65 wxStaticLine* m_staticline2;
68 wxStaticText* m_selWidthLabel;
69 wxSpinCtrlDouble* m_selWidthCtrl;
70 wxStaticText* m_highlightColorNote;
72 wxSpinCtrlDouble* m_collisionMarkerWidthCtrl;
73 wxStaticText* m_highlightWidthLabel;
74 wxSpinCtrlDouble* m_highlightWidthCtrl;
76 wxStaticText* m_colorHighlightLabel;
77 wxSpinCtrlDouble* m_colHighlightThickness;
78 wxStaticText* m_colHighlightLabel2;
79 wxSpinCtrlDouble* m_colHighlightTransparency;
80
81 public:
82
83 PANEL_EESCHEMA_DISPLAY_OPTIONS_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 );
84
86
87};
88
const char * name
PANEL_EESCHEMA_DISPLAY_OPTIONS_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)
RESETTABLE_PANEL(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString)