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 4.2.1-0-g80c4cb6a)
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/statline.h>
20#include <wx/textctrl.h>
21#include <wx/sizer.h>
22#include <wx/checkbox.h>
23#include <wx/choice.h>
24#include <wx/gbsizer.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;
45 wxStaticLine* m_staticline1;
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_staticText27;
59 wxStaticLine* m_staticline2;
60 wxStaticText* m_lineWidthLabel;
61 wxTextCtrl* m_lineWidthCtrl;
62 wxStaticText* m_lineWidthUnits;
63 wxStaticText* m_pinSymbolSizeLabel;
65 wxStaticText* m_pinSymbolSizeUnits;
66 wxCheckBox* m_showDNPMarkers;
67 wxStaticText* m_staticText28;
68 wxStaticLine* m_staticline3;
69 wxStaticText* m_junctionDotLabel;
71 wxStaticText* m_hopOverLabel;
73 wxStaticText* m_connectionGridLabel;
75 wxStaticText* m_connectionGridUnits;
76 wxStaticText* m_staticText29;
77 wxStaticLine* m_staticline4;
79 wxCheckBox* m_listOwnPage;
80 wxRadioButton* m_radioFormatStandard;
82 wxStaticText* m_prefixLabel;
83 wxTextCtrl* m_prefixCtrl;
84 wxStaticText* m_suffixLabel;
85 wxTextCtrl* m_suffixCtrl;
86 wxStaticText* m_staticText30;
87 wxStaticLine* m_staticline5;
88 wxStaticText* dashLengthLabel;
89 wxTextCtrl* m_dashLengthCtrl;
90 wxStaticText* gapLengthLabel;
91 wxTextCtrl* m_gapLengthCtrl;
92 wxStaticText* m_dashedLineHelp;
93 wxStaticText* m_staticText31;
94 wxStaticLine* m_staticline6;
95 wxSpinCtrl* m_vPrecisionCtrl;
96 wxChoice* m_vRangeCtrl;
97 wxSpinCtrl* m_iPrecisionCtrl;
98 wxChoice* m_iRangeCtrl;
99
100 // Virtual event handlers, override them in your derived class
101 virtual void onCheckBoxIref( wxCommandEvent& event ) { event.Skip(); }
102
103
104 public:
105
106 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 );
107
109
110};
111
const char * name
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)