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-g80c4cb6a-dirty)
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 wxStaticBoxSizer* m_sbViaSizer;
82 wxStaticText* m_ViaXLabel;
83 wxTextCtrl* m_ViaXCtrl;
84 wxStaticText* m_ViaYLabel;
85 wxTextCtrl* m_ViaYCtrl;
86 wxStaticText* m_ViaYUnit;
90 wxStaticText* m_ViaDiameterLabel;
91 wxTextCtrl* m_ViaDiameterCtrl;
92 wxStaticText* m_ViaDiameterUnit;
93 wxStaticText* m_ViaDrillLabel;
94 wxTextCtrl* m_ViaDrillCtrl;
95 wxStaticText* m_ViaDrillUnit;
96 wxStaticText* m_ViaTypeLabel;
97 wxChoice* m_ViaTypeChoice;
98 wxStaticText* m_ViaStartLayerLabel;
100 wxStaticText* m_ViaEndLayerLabel1;
102 wxStaticText* m_annularRingsLabel;
104 wxStaticText* m_tentingFrontLabel;
106 wxBitmapToggleButton* m_btnLinkTenting;
107 wxStaticText* m_tentingBackLabel;
109 wxStaticLine* m_staticline2;
111 wxStaticBitmap* m_legacyTeardropsIcon;
112 wxStaticText* m_staticText85;
113 wxStaticText* m_staticText851;
114 wxCheckBox* m_cbTeardrops;
116 wxStaticText* m_stHDRatio;
117 wxTextCtrl* m_tcHDRatio;
118 wxStaticText* m_stHDRatioUnits;
119 wxStaticText* m_minTrackWidthHint;
120 wxStaticBitmap* m_bitmapTeardrop;
121 wxStaticText* m_stLenPercentLabel;
122 wxTextCtrl* m_tcLenPercent;
123 wxStaticText* m_stMaxLen;
124 wxTextCtrl* m_tcTdMaxLen;
125 wxStaticText* m_stMaxLenUnits;
127 wxTextCtrl* m_tcWidthPercent;
128 wxStaticText* m_stMaxWidthLabel;
129 wxTextCtrl* m_tcMaxWidth;
130 wxStaticText* m_stMaxWidthUnits;
131 wxCheckBox* m_curvedEdges;
132 wxStdDialogButtonSizer* m_StdButtons;
133 wxButton* m_StdButtonsOK;
135
136 // Virtual event handlers, override them in your derived class
137 virtual void onViaNotFreeClicked( wxCommandEvent& event ) { event.Skip(); }
138 virtual void onWidthSelect( wxCommandEvent& event ) { event.Skip(); }
139 virtual void onWidthEdit( wxCommandEvent& event ) { event.Skip(); }
140 virtual void onViaSelect( wxCommandEvent& event ) { event.Skip(); }
141 virtual void onViaEdit( wxCommandEvent& event ) { event.Skip(); }
142 virtual void onFrontTentingChanged( wxCommandEvent& event ) { event.Skip(); }
143 virtual void onTentingLinkToggle( wxCommandEvent& event ) { event.Skip(); }
144 virtual void onTeardropsUpdateUi( wxUpdateUIEvent& event ) { event.Skip(); }
145
146
147 public:
148
149 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 );
150
152
153};
154
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 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)