2014-05-14 13:53:54 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2018-04-23 17:29:09 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Apr 19 2018)
|
2014-05-14 13:53:54 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2017-12-27 17:09:27 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2014-05-14 13:53:54 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef __DIALOG_PNS_SETTINGS_BASE_H__
|
|
|
|
#define __DIALOG_PNS_SETTINGS_BASE_H__
|
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2014-06-20 17:29:35 +00:00
|
|
|
#include "dialog_shim.h"
|
2014-05-14 13:53:54 +00:00
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/radiobox.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2015-07-02 14:09:51 +00:00
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/choice.h>
|
|
|
|
#include <wx/sizer.h>
|
2014-05-14 13:53:54 +00:00
|
|
|
#include <wx/checkbox.h>
|
2015-02-06 10:54:55 +00:00
|
|
|
#include <wx/statline.h>
|
2014-05-14 13:53:54 +00:00
|
|
|
#include <wx/slider.h>
|
|
|
|
#include <wx/statbox.h>
|
2014-06-24 18:04:16 +00:00
|
|
|
#include <wx/button.h>
|
2014-05-14 13:53:54 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_PNS_SETTINGS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2014-06-20 17:29:35 +00:00
|
|
|
class DIALOG_PNS_SETTINGS_BASE : public DIALOG_SHIM
|
2014-05-14 13:53:54 +00:00
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
|
|
|
wxRadioBox* m_mode;
|
2015-07-02 14:09:51 +00:00
|
|
|
wxStaticText* m_staticText4;
|
|
|
|
wxChoice* m_dragToolMode;
|
|
|
|
wxCheckBox* m_freeAngleMode;
|
2014-05-14 13:53:54 +00:00
|
|
|
wxCheckBox* m_shoveVias;
|
|
|
|
wxCheckBox* m_backPressure;
|
|
|
|
wxCheckBox* m_removeLoops;
|
2018-02-15 15:09:39 +00:00
|
|
|
wxCheckBox* m_smartPads;
|
2014-05-14 13:53:54 +00:00
|
|
|
wxCheckBox* m_smoothDragged;
|
|
|
|
wxCheckBox* m_violateDrc;
|
|
|
|
wxCheckBox* m_suggestEnding;
|
2015-02-06 10:54:55 +00:00
|
|
|
wxStaticLine* m_staticline1;
|
2014-05-14 13:53:54 +00:00
|
|
|
wxStaticText* m_effortLabel;
|
|
|
|
wxSlider* m_effort;
|
|
|
|
wxStaticText* m_lowLabel;
|
|
|
|
wxStaticText* m_highLabel;
|
2014-05-30 13:31:30 +00:00
|
|
|
wxStdDialogButtonSizer* m_stdButtons;
|
|
|
|
wxButton* m_stdButtonsOK;
|
|
|
|
wxButton* m_stdButtonsCancel;
|
2014-05-14 13:53:54 +00:00
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
2018-06-19 04:41:10 +00:00
|
|
|
virtual void onModeChange( wxCommandEvent& event ) { event.Skip(); }
|
2015-07-02 14:09:51 +00:00
|
|
|
virtual void onFreeAngleModeChange( wxCommandEvent& event ) { event.Skip(); }
|
2014-05-30 13:31:30 +00:00
|
|
|
virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
|
2014-05-14 13:53:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
2017-12-27 17:09:27 +00:00
|
|
|
DIALOG_PNS_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Interactive Router Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2014-05-14 13:53:54 +00:00
|
|
|
~DIALOG_PNS_SETTINGS_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //__DIALOG_PNS_SETTINGS_BASE_H__
|