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 3.10.1-0-g8feb16b)
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/choice.h>
25#include <wx/checkbox.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_appearanceLabel;
42 wxStaticLine* m_staticline1;
43 wxStaticText* m_defaultFontLabel;
52 wxCheckBox* m_checkPageLimits;
53 wxStaticText* m_selectionLabel;
54 wxStaticLine* m_staticline2;
57 wxStaticText* m_selWidthLabel;
58 wxSpinCtrlDouble* m_selWidthCtrl;
59 wxStaticText* m_highlightColorNote;
60 wxStaticText* m_highlightWidthLabel;
61 wxSpinCtrlDouble* m_highlightWidthCtrl;
62 wxStaticText* m_crossprobeLabel;
63 wxStaticLine* m_staticline3;
68
69 public:
70
71 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 );
72
74
75};
76
const char * name
Definition: DXF_plotter.cpp:57
Class PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE.
A wxPanel that is designed to be reset in a standard manner.