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.0.0-0-g0efcecf)
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/radiobut.h>
25#include <wx/sizer.h>
26#include <wx/spinctrl.h>
27#include <wx/textctrl.h>
28#include <wx/checkbox.h>
29#include <wx/gbsizer.h>
30#include <wx/panel.h>
31
33
37class PANEL_SETUP_TEARDROPS_BASE : public wxPanel
38{
39 private:
40
41 protected:
42 wxBoxSizer* m_gridSizer;
43 wxStaticText* m_roundShapesLabel;
44 wxStaticLine* m_staticline1;
45 wxStaticBitmap* m_bitmapTeardrop;
46 wxStaticText* m_edgesLabel;
47 wxRadioButton* m_rbStraightLines;
48 wxRadioButton* m_rbCurved;
49 wxStaticText* m_stLenPercentLabel;
50 wxSpinCtrlDouble* m_spLenPercent;
51 wxStaticText* m_stMaxLen;
52 wxTextCtrl* m_tcTdMaxLen;
53 wxStaticText* m_stMaxLenUnits;
54 wxStaticText* m_stWidthLabel;
55 wxSpinCtrlDouble* m_spWidthPercent;
56 wxStaticText* m_stMaxWidthLabel;
57 wxTextCtrl* m_tcMaxWidth;
58 wxStaticText* m_stMaxWidthUnits;
59 wxStaticText* m_curvePointsLabel;
60 wxSpinCtrl* m_curvePointsCtrl;
62 wxStaticText* m_stHDRatio;
63 wxSpinCtrlDouble* m_spTeardropHDPercent;
65 wxStaticText* m_rectShapesLabel;
66 wxStaticLine* m_staticline2;
67 wxStaticBitmap* m_bitmapTeardrop1;
68 wxStaticText* m_edgesLabel1;
69 wxRadioButton* m_rbStraightLines1;
70 wxRadioButton* m_rbCurved1;
71 wxStaticText* m_stLenPercent1Label;
72 wxSpinCtrlDouble* m_spLenPercent1;
73 wxStaticText* m_stMaxLen1;
74 wxTextCtrl* m_tcTdMaxLen1;
75 wxStaticText* m_stMaxLen1Units;
76 wxStaticText* m_stWidth1Label;
77 wxSpinCtrlDouble* m_spWidthPercent1;
78 wxStaticText* m_stMaxWidth1Label;
79 wxTextCtrl* m_tcMaxWidth1;
80 wxStaticText* m_stMaxWidth1Units;
81 wxStaticText* m_curvePoints1Label;
82 wxSpinCtrl* m_curvePointsCtrl1;
84 wxStaticText* m_stHDRatio1;
85 wxSpinCtrlDouble* m_spTeardropHDPercent1;
87 wxStaticText* m_tracksLabel;
88 wxStaticLine* m_staticline3;
89 wxStaticBitmap* m_bitmapTeardrop2;
90 wxStaticText* m_edgesLabel2;
91 wxRadioButton* m_rbStraightLines2;
92 wxRadioButton* m_rbCurved2;
93 wxStaticText* m_stLenPercent2Label;
94 wxSpinCtrlDouble* m_spLenPercent2;
95 wxStaticText* m_stMaxLen2;
96 wxTextCtrl* m_tcTdMaxLen2;
97 wxStaticText* m_stMaxLen2Units;
98 wxStaticText* m_stWidth2Label;
99 wxSpinCtrlDouble* m_spWidthPercent2;
100 wxStaticText* m_stMaxWidth2Label;
101 wxTextCtrl* m_tcMaxWidth2;
102 wxStaticText* m_stMaxWidth2Units;
103 wxStaticText* m_curvePoints2Label;
105 wxStaticText* m_stHDRatio2;
106 wxSpinCtrlDouble* m_spTeardropHDPercent2;
108
109 public:
110
111 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 );
112
114
115};
116
const char * name
Definition: DXF_plotter.cpp:57
Class PANEL_SETUP_TEARDROPS_BASE.