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.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>
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
38{
39 private:
40
41 protected:
42 wxStaticText* m_singleTrackLabel;
43 wxStaticLine* m_staticline1;
44 wxStaticBitmap* m_singleTrackLegend;
45 wxStaticText* m_track_minALabel;
46 wxTextCtrl* m_track_minACtrl;
47 wxStaticText* m_track_minAUnits;
48 wxStaticText* m_track_maxALabel;
49 wxTextCtrl* m_track_maxACtrl;
50 wxStaticText* m_track_maxAUnits;
51 wxStaticText* m_track_spacingLabel;
53 wxStaticText* m_track_spacingUnits;
54 wxStaticText* m_track_cornerLabel;
56 wxStaticText* m_track_rLabel;
58 wxStaticText* m_track_rUnits;
60 wxStaticText* m_diffPairsLabel;
61 wxStaticLine* m_staticline11;
62 wxStaticBitmap* m_diffPairLegend;
63 wxStaticText* m_dp_minALabel;
64 wxTextCtrl* m_dp_minACtrl;
65 wxStaticText* m_dp_minAUnits;
66 wxStaticText* m_dp_maxALabel;
67 wxTextCtrl* m_dp_maxACtrl;
68 wxStaticText* m_dp_maxAUnits;
69 wxStaticText* m_dp_spacingLabel;
70 wxTextCtrl* m_dp_spacingCtrl;
71 wxStaticText* m_dp_spacingUnits;
72 wxStaticText* m_dp_cornerLabel;
73 wxChoice* m_dp_cornerCtrl;
74 wxStaticText* m_dp_rLabel;
76 wxStaticText* m_dp_rUnits;
77 wxCheckBox* m_dp_singleSided;
78 wxStaticText* m_diffPairsLabel1;
79 wxStaticLine* m_staticline111;
80 wxStaticBitmap* m_skewLegend;
81 wxStaticText* m_skew_minALabel;
82 wxTextCtrl* m_skew_minACtrl;
83 wxStaticText* m_skew_minAUnits;
84 wxStaticText* m_skew_maxALabel;
85 wxTextCtrl* m_skew_maxACtrl;
86 wxStaticText* m_skew_maxAUnits;
87 wxStaticText* m_skew_spacingLabel;
88 wxTextCtrl* m_skew_spacingCtrl;
89 wxStaticText* m_skew_spacingUnits;
90 wxStaticText* m_skew_cornerLabel;
92 wxStaticText* m_skew_rLabel;
94 wxStaticText* m_skew_rUnits;
95
96 public:
97
98 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 );
99
101
102};
103
const char * name
Definition: DXF_plotter.cpp:59
Class PANEL_SETUP_TUNING_PATTERNS_BASE.
wxTextCtrl wrapper to handle math expression evaluation.