KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_edit_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>
14#include <wx/string.h>
15#include <wx/stattext.h>
16#include <wx/gdicmn.h>
17#include <wx/font.h>
18#include <wx/colour.h>
19#include <wx/settings.h>
20#include <wx/statline.h>
21#include <wx/checkbox.h>
22#include <wx/textctrl.h>
23#include <wx/sizer.h>
24#include <wx/choice.h>
25#include <wx/radiobut.h>
26#include <wx/panel.h>
27#include <wx/spinctrl.h>
28#include <wx/simplebook.h>
29
31
36{
37 private:
38 wxStaticText* stMagneticPtsLabel1;
39 wxStaticText* stRatsnestLabel;
40 wxStaticText* stMiscellaneousLabel;
41
42 protected:
43 wxStaticText* m_staticText31;
44 wxStaticLine* m_staticline3;
46 wxStaticText* m_rotationAngleLabel;
48 wxStaticText* m_rotationAngleUnits;
49 wxStaticText* m_arcEditModeLabel;
50 wxChoice* m_arcEditMode;
51 wxBoxSizer* m_sizerBoardEdit;
52 wxStaticText* m_trackMouseDragLabel;
54 wxStaticText* m_staticText33;
55 wxRadioButton* m_rbFlipLeftRight;
56 wxRadioButton* m_rbFlipTopBottom;
57 wxCheckBox* m_allowFreePads;
58 wxCheckBox* m_overrideLocks;
59 wxStaticText* m_staticText32;
60 wxStaticLine* m_staticline4;
61 wxBoxSizer* m_mouseCmdsWinLin;
62 wxStaticText* m_stHint1;
63 wxRadioButton* m_rbToggleSel;
64 wxRadioButton* m_rbHighlightNet;
65 wxBoxSizer* m_mouseCmdsOSX;
66 wxStaticText* m_stHint2;
67 wxRadioButton* m_rbToggleSelMac;
68 wxRadioButton* m_rbHighlightNetMac;
69 wxSimplebook* m_optionsBook;
70 wxStaticText* m_staticText34;
71 wxStaticLine* m_staticline5;
72 wxCheckBox* m_magneticPads;
73 wxCheckBox* m_magneticGraphics;
74 wxStaticLine* m_staticline6;
75 wxStaticText* m_staticText2;
77 wxStaticText* m_staticText21;
79 wxStaticText* m_staticText211;
81 wxStaticLine* m_staticline7;
85 wxSpinCtrlDouble* m_ratsnestThickness;
86 wxStaticLine* m_staticline8;
88 wxCheckBox* m_showPageLimits;
90 wxCheckBox* m_autoRefillZones;
91
92 public:
93
94 PANEL_EDIT_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 );
95
97
98};
99
const char * name
Definition: DXF_plotter.cpp:62
Class PANEL_EDIT_OPTIONS_BASE.
wxCheckBox * m_OptDisplayCurvedRatsnestLines
wxSpinCtrlDouble * m_ratsnestThickness
A wxPanel that is designed to be reset in a standard manner.