KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_sym_editing_options_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#include <wx/string.h>
15#include <wx/stattext.h>
16#include <wx/gdicmn.h>
17#include <wx/font.h>
18#include <wx/colour.h>
19#include <wx/settings.h>
20#include <wx/statline.h>
21#include <wx/textctrl.h>
22#include <wx/gbsizer.h>
23#include <wx/spinctrl.h>
24#include <wx/sizer.h>
25#include <wx/checkbox.h>
26#include <wx/panel.h>
27
29
34{
35 private:
36
37 protected:
38 wxStaticText* m_defaultsLabel;
39 wxStaticLine* m_staticline1;
40 wxStaticText* m_lineWidthLabel;
41 wxTextCtrl* m_lineWidthCtrl;
42 wxStaticText* m_lineWidthUnits;
43 wxStaticText* m_widthHelpText;
44 wxStaticText* m_textSizeLabel;
45 wxTextCtrl* m_textSizeCtrl;
46 wxStaticText* m_textSizeUnits;
47 wxStaticText* m_pinLengthLabel;
48 wxTextCtrl* m_pinLengthCtrl;
49 wxStaticText* m_pinLengthUnits;
50 wxStaticText* m_pinNumSizeLabel;
51 wxTextCtrl* m_pinNumSizeCtrl;
52 wxStaticText* m_pinNumSizeUnits;
53 wxStaticText* m_pinNameSizeLabel;
54 wxTextCtrl* m_pinNameSizeCtrl;
55 wxStaticText* m_pinNameSizeUnits;
56 wxStaticText* m_repeatLabel;
57 wxStaticLine* m_staticline2;
58 wxStaticText* m_pinPitchLabel;
59 wxTextCtrl* m_pinPitchCtrl;
60 wxStaticText* m_pinPitchUnits;
62 wxSpinCtrl* m_spinRepeatLabel;
63 wxStaticText* m_generalOption1;
64 wxStaticLine* m_staticline4;
66
67 // Virtual event handlers, override them in your derived class
68 virtual void onKillFocusPinPitch( wxFocusEvent& event ) { event.Skip(); }
69
70
71 public:
72
73 PANEL_SYM_EDITING_OPTIONS_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 );
74
76
77};
78
const char * name
Definition: DXF_plotter.cpp:57
Class PANEL_SYM_EDITING_OPTIONS_BASE.
virtual void onKillFocusPinPitch(wxFocusEvent &event)
A wxPanel that is designed to be reset in a standard manner.