KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_teardrops_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>
13#include <wx/string.h>
14#include <wx/stattext.h>
15#include <wx/gdicmn.h>
16#include <wx/font.h>
17#include <wx/colour.h>
18#include <wx/settings.h>
19#include <wx/statline.h>
20#include <wx/bitmap.h>
21#include <wx/image.h>
22#include <wx/icon.h>
23#include <wx/statbmp.h>
24#include <wx/sizer.h>
25#include <wx/spinctrl.h>
26#include <wx/textctrl.h>
27#include <wx/checkbox.h>
28#include <wx/gbsizer.h>
29#include <wx/panel.h>
30
32
36class PANEL_SETUP_TEARDROPS_BASE : public wxPanel
37{
38 private:
39
40 protected:
41 wxBoxSizer* m_gridSizer;
42 wxStaticText* m_roundShapesLabel;
43 wxStaticLine* m_staticline1;
44 wxStaticBitmap* m_bitmapTeardrop;
45 wxStaticText* m_stLenPercentLabel;
46 wxSpinCtrlDouble* m_spLenPercent;
47 wxStaticText* m_stMaxLen;
48 wxTextCtrl* m_tcTdMaxLen;
49 wxStaticText* m_stMaxLenUnits;
50 wxStaticText* m_stWidthLabel;
51 wxSpinCtrlDouble* m_spWidthPercent;
52 wxStaticText* m_stMaxWidthLabel;
53 wxTextCtrl* m_tcMaxWidth;
54 wxStaticText* m_stMaxWidthUnits;
56 wxStaticText* m_stHDRatio;
57 wxSpinCtrlDouble* m_spTeardropHDPercent;
59 wxCheckBox* m_cbCurvedEdges;
60 wxStaticText* m_rectShapesLabel;
61 wxStaticLine* m_staticline2;
62 wxStaticBitmap* m_bitmapTeardrop1;
63 wxStaticText* m_stLenPercent1Label;
64 wxSpinCtrlDouble* m_spLenPercent1;
65 wxStaticText* m_stMaxLen1;
66 wxTextCtrl* m_tcTdMaxLen1;
67 wxStaticText* m_stMaxLen1Units;
68 wxStaticText* m_stWidth1Label;
69 wxSpinCtrlDouble* m_spWidthPercent1;
70 wxStaticText* m_stMaxWidth1Label;
71 wxTextCtrl* m_tcMaxWidth1;
72 wxStaticText* m_stMaxWidth1Units;
74 wxStaticText* m_stHDRatio1;
75 wxSpinCtrlDouble* m_spTeardropHDPercent1;
77 wxCheckBox* m_cbCurvedEdges1;
78 wxStaticText* m_tracksLabel;
79 wxStaticLine* m_staticline3;
80 wxStaticBitmap* m_bitmapTeardrop2;
81 wxStaticText* m_stLenPercent2Label;
82 wxSpinCtrlDouble* m_spLenPercent2;
83 wxStaticText* m_stMaxLen2;
84 wxTextCtrl* m_tcTdMaxLen2;
85 wxStaticText* m_stMaxLen2Units;
86 wxStaticText* m_stWidth2Label;
87 wxSpinCtrlDouble* m_spWidthPercent2;
88 wxStaticText* m_stMaxWidth2Label;
89 wxTextCtrl* m_tcMaxWidth2;
90 wxStaticText* m_stMaxWidth2Units;
91 wxStaticText* m_stHDRatio2;
92 wxSpinCtrlDouble* m_spTeardropHDPercent2;
94 wxCheckBox* m_cbCurvedEdges2;
95
96 public:
97
98 PANEL_SETUP_TEARDROPS_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:59
Class PANEL_SETUP_TEARDROPS_BASE.