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;
52 wxStaticText* m_staticText26;
53 wxStaticLine* m_staticline4;
54 wxStaticText* m_borderColorLabel;
58 wxStaticText* m_powerSymbolLabel;
59 wxChoice* m_choicePower;
60 wxSimplebook* m_leftClickCmdsBook;
61 wxPanel* m_pageWinLin;
62 wxStaticText* m_leftClickLabel;
63 wxStaticLine* m_staticline6;
64 wxStaticText* m_hint1;
65 wxStaticText* m_staticText91;
66 wxStaticText* m_staticText101;
67 wxStaticText* m_staticText131;
68 wxStaticText* m_staticText141;
69 wxStaticText* m_staticText151;
70 wxStaticText* m_staticText161;
71 wxPanel* m_pageMac;
72 wxStaticText* m_leftClickLabel1;
73 wxStaticLine* m_staticline7;
74 wxStaticText* m_hint2;
75 wxStaticText* m_staticText11;
76 wxStaticText* m_staticText12;
77 wxStaticText* m_staticText9;
78 wxStaticText* m_staticText10;
79 wxStaticText* m_staticText15;
80 wxStaticText* m_staticText16;
81 wxStaticText* m_staticText13;
82 wxStaticText* m_staticText14;
83 wxStaticText* m_staticText32;
84 wxStaticLine* m_staticline10;
88 wxStaticText* m_staticText321;
89 wxStaticLine* m_staticline9;
90 wxStaticText* m_hPitchLabel;
91 wxTextCtrl* m_hPitchCtrl;
92 wxStaticText* m_hPitchUnits;
93 wxStaticText* m_vPitchLabel;
94 wxTextCtrl* m_vPitchCtrl;
95 wxStaticText* m_vPitchUnits;
96 wxStaticText* m_labelIncrementLabel;
98 wxStaticText* m_staticText322;
99 wxStaticLine* m_staticline8;
101 wxCheckBox* m_neverShowRescue;
102
103 public:
104
105 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 );
106
108
109};
110
const char * name
A simple color swatch of the kind used to set layer colors.
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)
RESETTABLE_PANEL(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString)