/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_TUNING_PATTERN_PROPERTIES_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_TUNING_PATTERN_PROPERTIES_BASE : public DIALOG_SHIM { private: protected: wxStaticBitmap* m_legend; wxStaticText* m_targetLengthLabel; wxTextCtrl* m_targetLengthCtrl; wxStaticText* m_targetLengthUnits; wxCheckBox* m_overrideCustomRules; wxStaticText* m_sourceInfo; wxStaticText* m_track_minALabel; wxTextCtrl* m_minACtrl; wxStaticText* m_minAUnits; wxStaticText* m_maxALabel; wxTextCtrl* m_maxACtrl; wxStaticText* m_maxAUnits; wxStaticText* m_spacingLabel; wxTextCtrl* m_spacingCtrl; wxStaticText* m_spacingUnits; wxStaticText* m_cornerLabel; wxChoice* m_cornerCtrl; wxStaticText* m_rLabel; wxTextCtrl* m_rCtrl; wxStaticText* m_rUnits; wxCheckBox* m_singleSided; wxStdDialogButtonSizer* m_stdButtons; wxButton* m_stdButtonsOK; wxButton* m_stdButtonsCancel; // Virtual event handlers, override them in your derived class virtual void onOverrideCustomRules( wxCommandEvent& event ) { event.Skip(); } public: 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_TUNING_PATTERN_PROPERTIES_BASE(); };