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.

52 lines
1.5 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 __PANEL_MODEDIT_SETTINGS_BASE_H__
  8. #define __PANEL_MODEDIT_SETTINGS_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. #include <wx/string.h>
  13. #include <wx/radiobox.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/sizer.h>
  19. #include <wx/checkbox.h>
  20. #include <wx/statbox.h>
  21. #include <wx/panel.h>
  22. ///////////////////////////////////////////////////////////////////////////
  23. #define wxID_POLAR_CTRL 1000
  24. #define wxID_UNITS 1001
  25. #define wxID_SEGMENTS45 1002
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class PANEL_MODEDIT_SETTINGS_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class PANEL_MODEDIT_SETTINGS_BASE : public wxPanel
  30. {
  31. private:
  32. protected:
  33. wxRadioBox* m_PolarDisplay;
  34. wxRadioBox* m_UnitsSelection;
  35. wxCheckBox* m_MagneticPads;
  36. wxCheckBox* m_Segments_45_Only_Ctrl;
  37. wxCheckBox* m_dragSelects;
  38. public:
  39. PANEL_MODEDIT_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
  40. ~PANEL_MODEDIT_SETTINGS_BASE();
  41. };
  42. #endif //__PANEL_MODEDIT_SETTINGS_BASE_H__