10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/statbmp.h>
21#include <wx/settings.h>
23#include <wx/stattext.h>
24#include <wx/textctrl.h>
25#include <wx/checkbox.h>
27#include <wx/gbsizer.h>
74 DIALOG_TUNING_PATTERN_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Tuning Pattern Properties"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Class DIALOG_TUNING_PATTERN_PROPERTIES_BASE.
wxStaticText * m_sourceInfo
wxButton * m_stdButtonsCancel
wxStaticText * m_maxAUnits
wxTextCtrl * m_targetLengthCtrl
wxCheckBox * m_overrideCustomRules
wxStdDialogButtonSizer * m_stdButtons
virtual void onOverrideCustomRules(wxCommandEvent &event)
wxCheckBox * m_singleSided
wxStaticText * m_track_minALabel
wxStaticText * m_maxALabel
wxStaticText * m_minAUnits
wxStaticText * m_targetLengthUnits
wxStaticText * m_spacingUnits
wxStaticText * m_cornerLabel
wxStaticBitmap * m_legend
wxStaticText * m_targetLengthLabel
wxTextCtrl * m_spacingCtrl
wxButton * m_stdButtonsOK
wxStaticText * m_spacingLabel
~DIALOG_TUNING_PATTERN_PROPERTIES_BASE()