KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eeschema/dialogs/panel_setup_formatting_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
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>
13#include <wx/string.h>
14#include <wx/stattext.h>
15#include <wx/gdicmn.h>
16#include <wx/font.h>
17#include <wx/colour.h>
18#include <wx/settings.h>
19#include <wx/choice.h>
20#include <wx/sizer.h>
21#include <wx/statbox.h>
22#include <wx/textctrl.h>
23#include <wx/gbsizer.h>
24#include <wx/checkbox.h>
25#include <wx/radiobut.h>
26#include <wx/spinctrl.h>
27#include <wx/panel.h>
28
30
34class PANEL_SETUP_FORMATTING_BASE : public wxPanel
35{
36 DECLARE_EVENT_TABLE()
37 private:
38
39 // Private event handlers
40 void _wxFB_onCheckBoxIref( wxCommandEvent& event ){ onCheckBoxIref( event ); }
41
42
43 protected:
44 wxStaticText* m_staticText26;
46 wxStaticText* m_textSizeLabel;
47 wxTextCtrl* m_textSizeCtrl;
48 wxStaticText* m_textSizeUnits;
49 wxStaticText* m_overbarHieghtLabel;
51 wxStaticText* m_overbarHeightUnits;
54 wxStaticText* m_offsetRatioUnits;
55 wxStaticText* m_labelSizeRatioLabel;
57 wxStaticText* m_labelSizeRatioUnits;
58 wxStaticText* m_lineWidthLabel;
59 wxTextCtrl* m_lineWidthCtrl;
60 wxStaticText* m_lineWidthUnits;
61 wxStaticText* m_pinSymbolSizeLabel;
63 wxStaticText* m_pinSymbolSizeUnits;
64 wxStaticText* m_staticText261;
66 wxStaticText* m_connectionGridLabel;
68 wxStaticText* m_connectionGridUnits;
70 wxCheckBox* m_listOwnPage;
71 wxRadioButton* m_radioFormatStandard;
73 wxStaticText* m_prefixLabel;
74 wxTextCtrl* m_prefixCtrl;
75 wxStaticText* m_suffixLabel;
76 wxTextCtrl* m_suffixCtrl;
77 wxStaticText* dashLengthLabel;
78 wxTextCtrl* m_dashLengthCtrl;
79 wxStaticText* gapLengthLabel;
80 wxTextCtrl* m_gapLengthCtrl;
81 wxStaticText* m_dashedLineHelp;
82 wxSpinCtrl* m_vPrecisionCtrl;
83 wxChoice* m_vRangeCtrl;
84 wxSpinCtrl* m_iPrecisionCtrl;
85 wxChoice* m_iRangeCtrl;
86
87 // Virtual event handlers, override them in your derived class
88 virtual void onCheckBoxIref( wxCommandEvent& event ) { event.Skip(); }
89
90
91 public:
92
93 PANEL_SETUP_FORMATTING_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 );
94
96
97};
98
const char * name
Definition: DXF_plotter.cpp:57
virtual void onCheckBoxIref(wxCommandEvent &event)