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.

71 lines
2.1 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #pragma once
  8. #include <wx/artprov.h>
  9. #include <wx/xrc/xmlres.h>
  10. #include <wx/intl.h>
  11. #include <wx/string.h>
  12. #include <wx/stattext.h>
  13. #include <wx/gdicmn.h>
  14. #include <wx/font.h>
  15. #include <wx/colour.h>
  16. #include <wx/settings.h>
  17. #include <wx/statline.h>
  18. #include <wx/radiobut.h>
  19. #include <wx/sizer.h>
  20. #include <wx/choice.h>
  21. #include <wx/spinctrl.h>
  22. #include <wx/gbsizer.h>
  23. #include <wx/checkbox.h>
  24. #include <wx/panel.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class GAL_OPTIONS_PANEL_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class GAL_OPTIONS_PANEL_BASE : public wxPanel
  30. {
  31. private:
  32. protected:
  33. wxBoxSizer* m_renderingSizer;
  34. wxStaticText* m_staticText9;
  35. wxStaticLine* m_staticline3;
  36. wxRadioButton* m_rbAccelerated;
  37. wxRadioButton* m_rbFallback;
  38. wxStaticText* m_staticText1;
  39. wxStaticLine* m_staticline1;
  40. wxStaticText* m_gridStyleLabel;
  41. wxRadioButton* m_rbDots;
  42. wxRadioButton* m_rbLines;
  43. wxRadioButton* m_rbCrosses;
  44. wxStaticText* l_gridLineWidth;
  45. wxChoice* m_gridLineWidth;
  46. wxStaticText* l_gridLineWidthUnits;
  47. wxStaticText* l_gridMinSpacing;
  48. wxSpinCtrl* m_gridMinSpacing;
  49. wxStaticText* l_gridMinSpacingUnits;
  50. wxStaticText* l_gridSnapOptions;
  51. wxChoice* m_gridSnapOptions;
  52. wxStaticText* m_stGridLabel;
  53. wxStaticLine* m_staticline2;
  54. wxRadioButton* m_rbSmallCrosshairs;
  55. wxRadioButton* m_rbFullWindowCrosshairs;
  56. wxCheckBox* m_forceCursorDisplay;
  57. public:
  58. GAL_OPTIONS_PANEL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
  59. ~GAL_OPTIONS_PANEL_BASE();
  60. };