KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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-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>
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 wxCheckBox* m_mouseDragIsDrag;
46 wxCheckBox* m_cbAutoStartWires;
48 wxStaticText* m_staticText26;
49 wxStaticLine* m_staticline4;
50 wxStaticText* m_borderColorLabel;
54 wxStaticText* m_powerSymbolLabel;
55 wxChoice* m_choicePower;
56 wxSimplebook* m_leftClickCmdsBook;
57 wxPanel* m_pageWinLin;
58 wxStaticText* m_leftClickLabel;
59 wxStaticLine* m_staticline6;
60 wxStaticText* m_hint1;
61 wxStaticText* m_staticText91;
62 wxStaticText* m_staticText101;
63 wxStaticText* m_staticText131;
64 wxStaticText* m_staticText141;
65 wxStaticText* m_staticText151;
66 wxStaticText* m_staticText161;
67 wxPanel* m_pageMac;
68 wxStaticText* m_leftClickLabel1;
69 wxStaticLine* m_staticline7;
70 wxStaticText* m_hint2;
71 wxStaticText* m_staticText11;
72 wxStaticText* m_staticText12;
73 wxStaticText* m_staticText9;
74 wxStaticText* m_staticText10;
75 wxStaticText* m_staticText15;
76 wxStaticText* m_staticText16;
77 wxStaticText* m_staticText13;
78 wxStaticText* m_staticText14;
79 wxStaticText* m_staticText32;
80 wxStaticLine* m_staticline10;
84 wxStaticText* m_staticText321;
85 wxStaticLine* m_staticline9;
86 wxStaticText* m_hPitchLabel;
87 wxTextCtrl* m_hPitchCtrl;
88 wxStaticText* m_hPitchUnits;
89 wxStaticText* m_vPitchLabel;
90 wxTextCtrl* m_vPitchCtrl;
91 wxStaticText* m_vPitchUnits;
92 wxStaticText* m_labelIncrementLabel;
94 wxStaticText* m_staticText322;
95 wxStaticLine* m_staticline8;
96 wxCheckBox* m_footprintPreview;
97 wxCheckBox* m_neverShowRescue;
98
99 public:
100
101 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 );
102
104
105};
106
const char * name
Definition: DXF_plotter.cpp:59
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.