10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
16#include <wx/infobar.h>
20#include <wx/settings.h>
22#include <wx/stattext.h>
23#include <wx/textctrl.h>
25#include <wx/spinctrl.h>
27#include <wx/checkbox.h>
76 DIALOG_LIB_NEW_SYMBOL_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"New Symbol"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_LIB_NEW_SYMBOL_BASE.
wxCheckBox * m_checkIsPowerSymbol
wxCheckBox * m_excludeFromBomCheckBox
~DIALOG_LIB_NEW_SYMBOL_BASE()
wxStaticText * m_staticTextUnits
wxStdDialogButtonSizer * m_sdbSizer
wxCheckBox * m_checkShowPinNameInside
wxStaticText * m_staticPinTextPositionUnits
wxStaticText * m_staticTextDes
wxTextCtrl * m_textPinTextPosition
wxStaticText * m_staticText5
wxStaticText * m_staticTextName
wxCheckBox * m_checkShowPinName
wxStaticText * m_staticPinTextPositionLabel
wxSpinCtrl * m_spinPartCount
wxButton * m_sdbSizerCancel
wxTextCtrl * m_textReference
wxCheckBox * m_checkShowPinNumber
wxCheckBox * m_checkUnitsInterchangeable
wxCheckBox * m_excludeFromBoardCheckBox
SYMBOL_FILTER_COMBOBOX * m_comboInheritanceSelect
wxCheckBox * m_checkHasAlternateBodyStyle
virtual void onPowerCheckBox(wxCommandEvent &event)
void _wxFB_onPowerCheckBox(wxCommandEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
A modified version of the wxInfoBar class that allows us to: