You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.2 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Dec 30 2017)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_PNS_SETTINGS_BASE_H__
  8. #define __DIALOG_PNS_SETTINGS_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. #include "dialog_shim.h"
  13. #include <wx/string.h>
  14. #include <wx/radiobox.h>
  15. #include <wx/gdicmn.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/stattext.h>
  20. #include <wx/choice.h>
  21. #include <wx/sizer.h>
  22. #include <wx/checkbox.h>
  23. #include <wx/statline.h>
  24. #include <wx/slider.h>
  25. #include <wx/statbox.h>
  26. #include <wx/button.h>
  27. #include <wx/dialog.h>
  28. ///////////////////////////////////////////////////////////////////////////
  29. ///////////////////////////////////////////////////////////////////////////////
  30. /// Class DIALOG_PNS_SETTINGS_BASE
  31. ///////////////////////////////////////////////////////////////////////////////
  32. class DIALOG_PNS_SETTINGS_BASE : public DIALOG_SHIM
  33. {
  34. private:
  35. protected:
  36. wxRadioBox* m_mode;
  37. wxStaticText* m_staticText4;
  38. wxChoice* m_dragToolMode;
  39. wxCheckBox* m_freeAngleMode;
  40. wxCheckBox* m_shoveVias;
  41. wxCheckBox* m_backPressure;
  42. wxCheckBox* m_removeLoops;
  43. wxCheckBox* m_smartPads;
  44. wxCheckBox* m_smoothDragged;
  45. wxCheckBox* m_violateDrc;
  46. wxCheckBox* m_suggestEnding;
  47. wxStaticLine* m_staticline1;
  48. wxStaticText* m_effortLabel;
  49. wxSlider* m_effort;
  50. wxStaticText* m_lowLabel;
  51. wxStaticText* m_highLabel;
  52. wxStdDialogButtonSizer* m_stdButtons;
  53. wxButton* m_stdButtonsOK;
  54. wxButton* m_stdButtonsCancel;
  55. // Virtual event handlers, overide them in your derived class
  56. virtual void onFreeAngleModeChange( wxCommandEvent& event ) { event.Skip(); }
  57. virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
  58. public:
  59. 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 );
  60. ~DIALOG_PNS_SETTINGS_BASE();
  61. };
  62. #endif //__DIALOG_PNS_SETTINGS_BASE_H__