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.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>
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/checkbox.h>
24#include <wx/spinctrl.h>
25#include <wx/sizer.h>
26#include <wx/panel.h>
27
29
30
35{
36 private:
37
38 protected:
39 wxStaticText* m_defaultsLabel;
40 wxStaticLine* m_staticline1;
41 wxStaticText* m_lineWidthLabel;
42 wxTextCtrl* m_lineWidthCtrl;
43 wxStaticText* m_lineWidthUnits;
44 wxStaticText* m_widthHelpText;
45 wxStaticText* m_textSizeLabel;
46 wxTextCtrl* m_textSizeCtrl;
47 wxStaticText* m_textSizeUnits;
48 wxStaticText* m_pinLengthLabel;
49 wxTextCtrl* m_pinLengthCtrl;
50 wxStaticText* m_pinLengthUnits;
51 wxStaticText* m_pinNumSizeLabel;
52 wxTextCtrl* m_pinNumSizeCtrl;
53 wxStaticText* m_pinNumSizeUnits;
54 wxStaticText* m_pinNameSizeLabel;
55 wxTextCtrl* m_pinNameSizeCtrl;
56 wxStaticText* m_pinNameSizeUnits;
58 wxStaticText* m_repeatLabel;
59 wxStaticLine* m_staticline2;
60 wxStaticText* m_pinPitchLabel;
61 wxTextCtrl* m_pinPitchCtrl;
62 wxStaticText* m_pinPitchUnits;
64 wxSpinCtrl* m_spinRepeatLabel;
65
66 // Virtual event handlers, override them in your derived class
67 virtual void onKillFocusPinPitch( wxFocusEvent& event ) { event.Skip(); }
68
69
70 public:
71
72 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 );
73
75
76};
77
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.