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/radiobox.h>
27#include <wx/panel.h>
28#include <wx/spinctrl.h>
29#include <wx/simplebook.h>
30
32
37{
38 private:
39 wxStaticText* stMagneticPtsLabel1;
40 wxStaticText* stRatsnestLabel;
41 wxStaticText* stMiscellaneousLabel;
42
43 protected:
44 wxStaticText* m_staticText31;
45 wxStaticLine* m_staticline3;
47 wxStaticText* m_rotationAngleLabel;
49 wxStaticText* m_rotationAngleUnits;
50 wxStaticText* m_arcEditModeLabel;
51 wxChoice* m_arcEditMode;
52 wxBoxSizer* m_sizerBoardEdit;
53 wxStaticText* m_trackMouseDragLabel;
55 wxStaticText* m_staticText33;
56 wxRadioButton* m_rbFlipLeftRight;
57 wxRadioButton* m_rbFlipTopBottom;
58 wxCheckBox* m_allowFreePads;
59 wxCheckBox* m_overrideLocks;
60 wxStaticText* m_staticText32;
61 wxStaticLine* m_staticline4;
62 wxBoxSizer* m_mouseCmdsWinLin;
63 wxStaticText* m_stHint1;
65 wxBoxSizer* m_mouseCmdsOSX;
66 wxStaticText* m_stHint2;
68 wxSimplebook* m_optionsBook;
69 wxStaticText* m_staticText34;
70 wxStaticLine* m_staticline5;
71 wxCheckBox* m_magneticPads;
72 wxCheckBox* m_magneticGraphics;
73 wxStaticLine* m_staticline6;
74 wxStaticText* m_staticText2;
76 wxStaticText* m_staticText21;
78 wxStaticText* m_staticText211;
80 wxStaticLine* m_staticline7;
84 wxSpinCtrlDouble* m_ratsnestThickness;
85 wxStaticLine* m_staticline8;
87 wxCheckBox* m_showPageLimits;
89 wxCheckBox* m_autoRefillZones;
90
91 public:
92
93 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 );
94
96
97};
98
const char * name
Definition: DXF_plotter.cpp:59
Class PANEL_EDIT_OPTIONS_BASE.
wxCheckBox * m_OptDisplayCurvedRatsnestLines
wxSpinCtrlDouble * m_ratsnestThickness
A wxPanel that is designed to be reset in a standard manner.