KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_pin_properties_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>
16class WX_INFOBAR;
17
18#include "dialog_shim.h"
19#include <wx/infobar.h>
20#include <wx/gdicmn.h>
21#include <wx/font.h>
22#include <wx/colour.h>
23#include <wx/settings.h>
24#include <wx/string.h>
25#include <wx/stattext.h>
26#include <wx/textctrl.h>
27#include <wx/combobox.h>
28#include <wx/gbsizer.h>
29#include <wx/sizer.h>
30#include <wx/checkbox.h>
31#include <wx/panel.h>
32#include <wx/button.h>
33#include <wx/dialog.h>
34
36
41{
42 private:
43
44 protected:
46 wxStaticText* m_pinNameLabel;
47 wxTextCtrl* m_textPinName;
48 wxStaticText* m_pinNumberLabel;
49 wxTextCtrl* m_textPinNumber;
50 wxStaticText* m_posXLabel;
51 wxTextCtrl* m_posXCtrl;
52 wxStaticText* m_posYLabel;
53 wxTextCtrl* m_posYCtrl;
54 wxStaticText* m_pinLengthLabel;
55 wxTextCtrl* m_pinLengthCtrl;
56 wxStaticText* m_nameSizeLabel;
57 wxTextCtrl* m_nameSizeCtrl;
58 wxStaticText* m_numberSizeLabel;
59 wxTextCtrl* m_numberSizeCtrl;
60 wxStaticText* m_staticTextEType;
62 wxStaticText* m_staticTextGstyle;
64 wxStaticText* m_staticTextOrient;
66 wxStaticText* m_posXUnits;
67 wxStaticText* m_posYUnits;
68 wxStaticText* m_pinLengthUnits;
69 wxStaticText* m_nameSizeUnits;
70 wxStaticText* m_numberSizeUnits;
73 wxCheckBox* m_checkShow;
74 wxStaticText* m_staticText16;
76 wxBoxSizer* m_lowerSizer;
77 wxStdDialogButtonSizer* m_sdbSizerButtons;
80
81 // Virtual event handlers, override them in your derived class
82 virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
83 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
84 virtual void OnPropertiesChange( wxCommandEvent& event ) { event.Skip(); }
85
86
87 public:
88
89 DIALOG_PIN_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Pin Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
90
92
93};
94
DIALOG_PIN_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Pin Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
virtual void OnSize(wxSizeEvent &event)
wxStdDialogButtonSizer * m_sdbSizerButtons
virtual void OnPropertiesChange(wxCommandEvent &event)
virtual void OnUpdateUI(wxUpdateUIEvent &event)
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
A modified version of the wxInfoBar class that allows us to:
Definition wx_infobar.h:76
#define _(s)