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.0.0-0-g0efcecf-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/panel.h>
26#include <wx/simplebook.h>
27#include <wx/textctrl.h>
28#include <wx/spinctrl.h>
29
31
36{
37 private:
38
39 protected:
40 wxStaticText* m_editingLabel;
41 wxStaticLine* m_staticline3;
42 wxStaticText* m_staticText24;
44 wxCheckBox* m_mouseDragIsDrag;
45 wxCheckBox* m_cbAutoStartWires;
47 wxStaticText* m_staticText26;
48 wxStaticLine* m_staticline4;
49 wxStaticText* m_borderColorLabel;
53 wxSimplebook* m_leftClickCmdsBook;
54 wxPanel* m_pageWinLin;
55 wxStaticText* m_leftClickLabel;
56 wxStaticLine* m_staticline6;
57 wxStaticText* m_hint1;
58 wxStaticText* m_staticText91;
59 wxStaticText* m_staticText101;
60 wxStaticText* m_staticText131;
61 wxStaticText* m_staticText141;
62 wxStaticText* m_staticText151;
63 wxStaticText* m_staticText161;
64 wxPanel* m_pageMac;
65 wxStaticText* m_leftClickLabel1;
66 wxStaticLine* m_staticline7;
67 wxStaticText* m_hint2;
68 wxStaticText* m_staticText11;
69 wxStaticText* m_staticText12;
70 wxStaticText* m_staticText9;
71 wxStaticText* m_staticText10;
72 wxStaticText* m_staticText15;
73 wxStaticText* m_staticText16;
74 wxStaticText* m_staticText13;
75 wxStaticText* m_staticText14;
76 wxStaticText* m_staticText32;
77 wxStaticLine* m_staticline10;
81 wxStaticText* m_staticText321;
82 wxStaticLine* m_staticline9;
83 wxStaticText* m_hPitchLabel;
84 wxTextCtrl* m_hPitchCtrl;
85 wxStaticText* m_hPitchUnits;
86 wxStaticText* m_vPitchLabel;
87 wxTextCtrl* m_vPitchCtrl;
88 wxStaticText* m_vPitchUnits;
89 wxStaticText* m_labelIncrementLabel;
91 wxStaticText* m_staticText322;
92 wxStaticLine* m_staticline8;
93 wxCheckBox* m_footprintPreview;
94 wxCheckBox* m_neverShowRescue;
95
96 public:
97
98 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 );
99
101
102};
103
const char * name
Definition: DXF_plotter.cpp:57
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.