KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_eeschema_editing_options_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
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>
15#include <wx/string.h>
16#include <wx/stattext.h>
17#include <wx/gdicmn.h>
18#include <wx/font.h>
19#include <wx/colour.h>
20#include <wx/settings.h>
21#include <wx/statline.h>
22#include <wx/choice.h>
23#include <wx/sizer.h>
24#include <wx/checkbox.h>
25#include <wx/gbsizer.h>
26#include <wx/panel.h>
27#include <wx/simplebook.h>
28#include <wx/textctrl.h>
29#include <wx/spinctrl.h>
30
32
37{
38 private:
39
40 protected:
41 wxStaticText* m_editingLabel;
42 wxStaticLine* m_staticline3;
43 wxStaticText* m_staticText24;
45 wxStaticText* m_staticTextArcEdit;
46 wxChoice* m_choiceArcMode;
47 wxCheckBox* m_mouseDragIsDrag;
48 wxCheckBox* m_cbAutoStartWires;
50 wxStaticText* m_staticText26;
51 wxStaticLine* m_staticline4;
52 wxStaticText* m_borderColorLabel;
56 wxStaticText* m_powerSymbolLabel;
57 wxChoice* m_choicePower;
58 wxSimplebook* m_leftClickCmdsBook;
59 wxPanel* m_pageWinLin;
60 wxStaticText* m_leftClickLabel;
61 wxStaticLine* m_staticline6;
62 wxStaticText* m_hint1;
63 wxStaticText* m_staticText91;
64 wxStaticText* m_staticText101;
65 wxStaticText* m_staticText131;
66 wxStaticText* m_staticText141;
67 wxStaticText* m_staticText151;
68 wxStaticText* m_staticText161;
69 wxPanel* m_pageMac;
70 wxStaticText* m_leftClickLabel1;
71 wxStaticLine* m_staticline7;
72 wxStaticText* m_hint2;
73 wxStaticText* m_staticText11;
74 wxStaticText* m_staticText12;
75 wxStaticText* m_staticText9;
76 wxStaticText* m_staticText10;
77 wxStaticText* m_staticText15;
78 wxStaticText* m_staticText16;
79 wxStaticText* m_staticText13;
80 wxStaticText* m_staticText14;
81 wxStaticText* m_staticText32;
82 wxStaticLine* m_staticline10;
86 wxStaticText* m_staticText321;
87 wxStaticLine* m_staticline9;
88 wxStaticText* m_hPitchLabel;
89 wxTextCtrl* m_hPitchCtrl;
90 wxStaticText* m_hPitchUnits;
91 wxStaticText* m_vPitchLabel;
92 wxTextCtrl* m_vPitchCtrl;
93 wxStaticText* m_vPitchUnits;
94 wxStaticText* m_labelIncrementLabel;
96 wxStaticText* m_staticText322;
97 wxStaticLine* m_staticline8;
98 wxCheckBox* m_footprintPreview;
99 wxCheckBox* m_neverShowRescue;
100
101 public:
102
103 PANEL_EESCHEMA_EDITING_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 );
104
106
107};
108
const char * name
Definition: DXF_plotter.cpp:62
A simple color swatch of the kind used to set layer colors.
Definition: color_swatch.h:57
Class PANEL_EESCHEMA_EDITING_OPTIONS_BASE.
A wxPanel that is designed to be reset in a standard manner.