8 #ifndef __DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE_H__ 9 #define __DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE_H__ 11 #include <wx/artprov.h> 12 #include <wx/xrc/xmlres.h> 15 #include <wx/string.h> 16 #include <wx/stattext.h> 17 #include <wx/gdicmn.h> 19 #include <wx/colour.h> 20 #include <wx/settings.h> 21 #include <wx/textctrl.h> 23 #include <wx/checkbox.h> 24 #include <wx/statline.h> 25 #include <wx/button.h> 26 #include <wx/dialog.h> 60 DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Differential Pair Dimensions"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
65 #endif //__DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE_H__
DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Differential Pair Dimensions"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxButton * m_stdButtonsOK
wxTextCtrl * m_traceGapText
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
wxStaticText * m_traceWidthLabel
wxStaticText * m_traceGapLabel
wxStaticText * m_viaGapUnit
~DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE()
wxTextCtrl * m_traceWidthText
wxStaticText * m_viaGapLabel
wxTextCtrl * m_viaGapText
virtual void OnViaTraceGapEqualCheck(wxCommandEvent &event)
Class DIALOG_PNS_DIFF_PAIR_DIMENSIONS_BASE.
wxStaticText * m_traceWidthUnit
wxButton * m_stdButtonsCancel
wxCheckBox * m_viaTraceGapEqual
wxStaticLine * m_staticline1
wxStaticText * m_traceGapUnit
wxStdDialogButtonSizer * m_stdButtons