10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
23#include <wx/textctrl.h>
25#include <wx/statbox.h>
29#include <wx/statbmp.h>
30#include <wx/checkbox.h>
76 DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Trace Length Tuning"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE.
wxStaticText * m_spacingUnit
wxStdDialogButtonSizer * m_stdButtons
wxStaticText * m_minAmplUnit
wxTextCtrl * m_spacingText
wxStaticText * m_targetLengthUnit
wxStaticText * m_maxAmplUnit
wxStaticText * m_radiusUnit
DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Trace Length Tuning"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxTextCtrl * m_maxAmplText
wxStaticText * m_staticText4
wxButton * m_stdButtonsCancel
wxStaticText * m_minAmplLabel
wxButton * m_stdButtonsOK
wxStaticText * m_targetLengthLabel
wxStaticText * m_maxAmplLabel
wxStaticText * m_spacingLabel
wxStaticBitmap * m_legend
wxChoice * m_constraintSource
wxStaticText * m_radiusLabel
wxTextCtrl * m_minAmplText
~DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE()
wxChoice * m_choicePathFrom
wxStaticText * m_staticText15
wxCheckBox * m_singleSidedCheck
wxStaticText * m_staticText3
wxTextCtrl * m_targetLengthText
TEXT_CTRL_EVAL * m_radiusText
wxStaticText * m_staticText14
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
wxTextCtrl wrapper to handle math expression evaluation.