KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_tuning_patterns_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>
13class TEXT_CTRL_EVAL;
14
15#include <wx/string.h>
16#include <wx/stattext.h>
17#include <wx/gdicmn.h>
18#include <wx/font.h>
19#include <wx/colour.h>
20#include <wx/settings.h>
21#include <wx/statline.h>
22#include <wx/bitmap.h>
23#include <wx/image.h>
24#include <wx/icon.h>
25#include <wx/statbmp.h>
26#include <wx/textctrl.h>
27#include <wx/sizer.h>
28#include <wx/choice.h>
29#include <wx/checkbox.h>
30#include <wx/panel.h>
31
33
34
39{
40 private:
41
42 protected:
43 wxStaticText* m_singleTrackLabel;
44 wxStaticLine* m_staticline1;
45 wxStaticBitmap* m_singleTrackLegend;
46 wxStaticText* m_track_minALabel;
47 wxTextCtrl* m_track_minACtrl;
48 wxStaticText* m_track_minAUnits;
49 wxStaticText* m_track_maxALabel;
50 wxTextCtrl* m_track_maxACtrl;
51 wxStaticText* m_track_maxAUnits;
52 wxStaticText* m_track_spacingLabel;
54 wxStaticText* m_track_spacingUnits;
55 wxStaticText* m_track_cornerLabel;
57 wxStaticText* m_track_rLabel;
59 wxStaticText* m_track_rUnits;
61 wxStaticText* m_diffPairsLabel;
62 wxStaticLine* m_staticline11;
63 wxStaticBitmap* m_diffPairLegend;
64 wxStaticText* m_dp_minALabel;
65 wxTextCtrl* m_dp_minACtrl;
66 wxStaticText* m_dp_minAUnits;
67 wxStaticText* m_dp_maxALabel;
68 wxTextCtrl* m_dp_maxACtrl;
69 wxStaticText* m_dp_maxAUnits;
70 wxStaticText* m_dp_spacingLabel;
71 wxTextCtrl* m_dp_spacingCtrl;
72 wxStaticText* m_dp_spacingUnits;
73 wxStaticText* m_dp_cornerLabel;
74 wxChoice* m_dp_cornerCtrl;
75 wxStaticText* m_dp_rLabel;
77 wxStaticText* m_dp_rUnits;
78 wxCheckBox* m_dp_singleSided;
79 wxStaticText* m_diffPairsLabel1;
80 wxStaticLine* m_staticline111;
81 wxStaticBitmap* m_skewLegend;
82 wxStaticText* m_skew_minALabel;
83 wxTextCtrl* m_skew_minACtrl;
84 wxStaticText* m_skew_minAUnits;
85 wxStaticText* m_skew_maxALabel;
86 wxTextCtrl* m_skew_maxACtrl;
87 wxStaticText* m_skew_maxAUnits;
88 wxStaticText* m_skew_spacingLabel;
89 wxTextCtrl* m_skew_spacingCtrl;
90 wxStaticText* m_skew_spacingUnits;
91 wxStaticText* m_skew_cornerLabel;
93 wxStaticText* m_skew_rLabel;
95 wxStaticText* m_skew_rUnits;
96
97 public:
98
99 PANEL_SETUP_TUNING_PATTERNS_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 );
100
102
103};
104
const char * name
Definition: DXF_plotter.cpp:57
Class PANEL_SETUP_TUNING_PATTERNS_BASE.
wxTextCtrl wrapper to handle math expression evaluation.