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-g0efcecf0)
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;
60 wxStaticText* m_stHDRatio;
61 wxSpinCtrlDouble* m_spTeardropHDPercent;
63 wxStaticText* m_rectShapesLabel;
64 wxStaticLine* m_staticline2;
65 wxStaticBitmap* m_bitmapTeardrop1;
66 wxStaticText* m_edgesLabel1;
67 wxRadioButton* m_rbStraightLines1;
68 wxRadioButton* m_rbCurved1;
69 wxStaticText* m_stLenPercent1Label;
70 wxSpinCtrlDouble* m_spLenPercent1;
71 wxStaticText* m_stMaxLen1;
72 wxTextCtrl* m_tcTdMaxLen1;
73 wxStaticText* m_stMaxLen1Units;
74 wxStaticText* m_stWidth1Label;
75 wxSpinCtrlDouble* m_spWidthPercent1;
76 wxStaticText* m_stMaxWidth1Label;
77 wxTextCtrl* m_tcMaxWidth1;
78 wxStaticText* m_stMaxWidth1Units;
80 wxStaticText* m_stHDRatio1;
81 wxSpinCtrlDouble* m_spTeardropHDPercent1;
83 wxStaticText* m_tracksLabel;
84 wxStaticLine* m_staticline3;
85 wxStaticBitmap* m_bitmapTeardrop2;
86 wxStaticText* m_edgesLabel2;
87 wxRadioButton* m_rbStraightLines2;
88 wxRadioButton* m_rbCurved2;
89 wxStaticText* m_stLenPercent2Label;
90 wxSpinCtrlDouble* m_spLenPercent2;
91 wxStaticText* m_stMaxLen2;
92 wxTextCtrl* m_tcTdMaxLen2;
93 wxStaticText* m_stMaxLen2Units;
94 wxStaticText* m_stWidth2Label;
95 wxSpinCtrlDouble* m_spWidthPercent2;
96 wxStaticText* m_stMaxWidth2Label;
97 wxTextCtrl* m_tcMaxWidth2;
98 wxStaticText* m_stMaxWidth2Units;
99 wxStaticText* m_stHDRatio2;
100 wxSpinCtrlDouble* m_spTeardropHDPercent2;
102
103 public:
104
105 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 );
106
108
109};
110
const char * name
Definition: DXF_plotter.cpp:57
Class PANEL_SETUP_TEARDROPS_BASE.