KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_track_via_properties_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>
14
15#include "dialog_shim.h"
16#include <wx/string.h>
17#include <wx/stattext.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
23#include <wx/sizer.h>
24#include <wx/checkbox.h>
25#include <wx/statline.h>
26#include <wx/statbox.h>
27#include <wx/textctrl.h>
28#include <wx/choice.h>
29#include <wx/gbsizer.h>
30#include <wx/bmpcbox.h>
31#include <wx/tglbtn.h>
32#include <wx/bitmap.h>
33#include <wx/image.h>
34#include <wx/icon.h>
35#include <wx/statbmp.h>
36#include <wx/button.h>
37#include <wx/dialog.h>
38
40
45{
46 private:
47 wxStaticText* m_stLenPercentUnits;
48 wxStaticText* m_stLenPercentHint;
49 wxStaticText* m_stLenPercentSuffix;
50 wxStaticText* m_stWidthPercentUnits;
51 wxStaticText* m_stWidthPercentHint;
53
54 protected:
55 wxBoxSizer* m_MainSizer;
56 wxStaticBoxSizer* m_sbCommonSizer;
57 wxStaticText* m_netSelectorLabel;
59 wxCheckBox* m_viaNotFree;
60 wxStaticLine* m_staticline1;
61 wxCheckBox* m_lockedCbox;
62 wxStaticBoxSizer* m_sbTrackSizer;
63 wxStaticText* m_TrackStartXLabel;
64 wxTextCtrl* m_TrackStartXCtrl;
65 wxStaticText* m_TrackStartYLabel;
66 wxTextCtrl* m_TrackStartYCtrl;
67 wxStaticText* m_TrackStartYUnit;
68 wxStaticText* m_TrackEndXLabel;
69 wxTextCtrl* m_TrackEndXCtrl;
70 wxStaticText* m_TrackEndYLabel;
71 wxTextCtrl* m_TrackEndYCtrl;
72 wxStaticText* m_TrackEndYUnit;
76 wxStaticText* m_TrackWidthLabel;
77 wxTextCtrl* m_TrackWidthCtrl;
78 wxStaticText* m_TrackWidthUnit;
79 wxStaticText* m_TrackLayerLabel;
81 wxStaticText* m_techLayersLabel;
85 wxStaticText* m_trackMaskMarginUnit;
86 wxStaticBoxSizer* m_sbViaSizer;
87 wxStaticText* m_ViaXLabel;
88 wxTextCtrl* m_ViaXCtrl;
89 wxStaticText* m_ViaYLabel;
90 wxTextCtrl* m_ViaYCtrl;
91 wxStaticText* m_ViaYUnit;
95 wxStaticText* m_ViaDiameterLabel;
96 wxTextCtrl* m_ViaDiameterCtrl;
97 wxStaticText* m_ViaDiameterUnit;
98 wxStaticText* m_ViaDrillLabel;
99 wxTextCtrl* m_ViaDrillCtrl;
100 wxStaticText* m_ViaDrillUnit;
101 wxStaticText* m_ViaTypeLabel;
103 wxStaticText* m_ViaStartLayerLabel;
105 wxStaticText* m_ViaEndLayerLabel1;
107 wxStaticText* m_annularRingsLabel;
109 wxStaticText* m_tentingFrontLabel;
111 wxBitmapToggleButton* m_btnLinkTenting;
112 wxStaticText* m_tentingBackLabel;
114 wxStaticLine* m_staticline2;
116 wxStaticBitmap* m_legacyTeardropsIcon;
117 wxStaticText* m_staticText85;
118 wxStaticText* m_staticText851;
119 wxCheckBox* m_cbTeardrops;
121 wxStaticText* m_stHDRatio;
122 wxTextCtrl* m_tcHDRatio;
123 wxStaticText* m_stHDRatioUnits;
124 wxStaticText* m_minTrackWidthHint;
125 wxStaticBitmap* m_bitmapTeardrop;
126 wxStaticText* m_stLenPercentLabel;
127 wxTextCtrl* m_tcLenPercent;
128 wxStaticText* m_stMaxLen;
129 wxTextCtrl* m_tcTdMaxLen;
130 wxStaticText* m_stMaxLenUnits;
132 wxTextCtrl* m_tcWidthPercent;
133 wxStaticText* m_stMaxWidthLabel;
134 wxTextCtrl* m_tcMaxWidth;
135 wxStaticText* m_stMaxWidthUnits;
136 wxCheckBox* m_curvedEdges;
137 wxStdDialogButtonSizer* m_StdButtons;
138 wxButton* m_StdButtonsOK;
140
141 // Virtual event handlers, override them in your derived class
142 virtual void onViaNotFreeClicked( wxCommandEvent& event ) { event.Skip(); }
143 virtual void onWidthSelect( wxCommandEvent& event ) { event.Skip(); }
144 virtual void onWidthEdit( wxCommandEvent& event ) { event.Skip(); }
145 virtual void onTrackEdit( wxCommandEvent& event ) { event.Skip(); }
146 virtual void onViaSelect( wxCommandEvent& event ) { event.Skip(); }
147 virtual void onViaEdit( wxCommandEvent& event ) { event.Skip(); }
148 virtual void onFrontTentingChanged( wxCommandEvent& event ) { event.Skip(); }
149 virtual void onTentingLinkToggle( wxCommandEvent& event ) { event.Skip(); }
150 virtual void onTeardropsUpdateUi( wxUpdateUIEvent& event ) { event.Skip(); }
151
152
153 public:
154
155 DIALOG_TRACK_VIA_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Track & Via Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSYSTEM_MENU );
156
158
159};
160
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
Class DIALOG_TRACK_VIA_PROPERTIES_BASE.
virtual void onViaEdit(wxCommandEvent &event)
virtual void onTrackEdit(wxCommandEvent &event)
virtual void onWidthEdit(wxCommandEvent &event)
virtual void onWidthSelect(wxCommandEvent &event)
virtual void onViaNotFreeClicked(wxCommandEvent &event)
virtual void onFrontTentingChanged(wxCommandEvent &event)
virtual void onTeardropsUpdateUi(wxUpdateUIEvent &event)
virtual void onTentingLinkToggle(wxCommandEvent &event)
virtual void onViaSelect(wxCommandEvent &event)
Class to display a pcb layer list in a wxBitmapComboBox.
#define _(s)