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/checkbox.h>
24#include <wx/radiobut.h>
25#include <wx/spinctrl.h>
26#include <wx/panel.h>
27
29
33class PANEL_SETUP_FORMATTING_BASE : public wxPanel
34{
35 DECLARE_EVENT_TABLE()
36 private:
37
38 // Private event handlers
39 void _wxFB_onCheckBoxIref( wxCommandEvent& event ){ onCheckBoxIref( event ); }
40
41
42 protected:
43 wxStaticText* m_staticText26;
45 wxStaticText* m_textSizeLabel;
46 wxTextCtrl* m_textSizeCtrl;
47 wxStaticText* m_textSizeUnits;
48 wxStaticText* m_overbarHieghtLabel;
50 wxStaticText* m_overbarHeightUnits;
53 wxStaticText* m_offsetRatioUnits;
54 wxStaticText* m_labelSizeRatioLabel;
56 wxStaticText* m_labelSizeRatioUnits;
57 wxStaticText* m_lineWidthLabel;
58 wxTextCtrl* m_lineWidthCtrl;
59 wxStaticText* m_lineWidthUnits;
60 wxStaticText* m_pinSymbolSizeLabel;
62 wxStaticText* m_pinSymbolSizeUnits;
63 wxStaticText* m_staticText261;
66 wxCheckBox* m_listOwnPage;
67 wxRadioButton* m_radioFormatStandard;
69 wxStaticText* m_prefixLabel;
70 wxTextCtrl* m_prefixCtrl;
71 wxStaticText* m_suffixLabel;
72 wxTextCtrl* m_suffixCtrl;
73 wxStaticText* dashLengthLabel;
74 wxTextCtrl* m_dashLengthCtrl;
75 wxStaticText* gapLengthLabel;
76 wxTextCtrl* m_gapLengthCtrl;
77 wxStaticText* m_dashedLineHelp;
78 wxSpinCtrl* m_vPrecisionCtrl;
79 wxChoice* m_vRangeCtrl;
80 wxSpinCtrl* m_iPrecisionCtrl;
81 wxChoice* m_iRangeCtrl;
82
83 // Virtual event handlers, override them in your derived class
84 virtual void onCheckBoxIref( wxCommandEvent& event ) { event.Skip(); }
85
86
87 public:
88
89 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 );
90
92
93};
94
const char * name
Definition: DXF_plotter.cpp:57
virtual void onCheckBoxIref(wxCommandEvent &event)