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.0.0-0-g0efcecf)
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;
53 wxCheckBox* m_checkPageLimits;
54 wxStaticText* m_selectionLabel;
55 wxStaticLine* m_staticline2;
58 wxStaticText* m_selWidthLabel;
59 wxSpinCtrlDouble* m_selWidthCtrl;
60 wxStaticText* m_highlightColorNote;
61 wxStaticText* m_highlightWidthLabel;
62 wxSpinCtrlDouble* m_highlightWidthCtrl;
63 wxStaticText* m_crossprobeLabel;
64 wxStaticLine* m_staticline3;
69
70 public:
71
72 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 );
73
75
76};
77
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.