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.

73 lines
2.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Oct 26 2018)
  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 "widgets/resettable_panel.h"
  12. #include <wx/string.h>
  13. #include <wx/checkbox.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/statbox.h>
  20. #include <wx/stattext.h>
  21. #include <wx/choice.h>
  22. #include <wx/spinctrl.h>
  23. #include <wx/statline.h>
  24. #include <wx/slider.h>
  25. #include <wx/panel.h>
  26. ///////////////////////////////////////////////////////////////////////////
  27. ///////////////////////////////////////////////////////////////////////////////
  28. /// Class PANEL_3D_DISPLAY_OPTIONS_BASE
  29. ///////////////////////////////////////////////////////////////////////////////
  30. class PANEL_3D_DISPLAY_OPTIONS_BASE : public RESETTABLE_PANEL
  31. {
  32. private:
  33. protected:
  34. wxCheckBox* m_checkBoxSilkscreen;
  35. wxCheckBox* m_checkBoxSubtractMaskFromSilk;
  36. wxCheckBox* m_checkBoxClipSilkOnViaAnnulus;
  37. wxCheckBox* m_checkBoxSolderMask;
  38. wxCheckBox* m_checkBoxSolderpaste;
  39. wxCheckBox* m_checkBoxAdhesive;
  40. wxCheckBox* m_checkBoxComments;
  41. wxCheckBox* m_checkBoxECO;
  42. wxCheckBox* m_checkBoxRealisticMode;
  43. wxCheckBox* m_checkBoxBoardBody;
  44. wxCheckBox* m_checkBoxAreas;
  45. wxCheckBox* m_checkBoxRenderPlatedPadsAsPlated;
  46. wxStaticText* m_materialPropertiesLabel;
  47. wxChoice* m_materialProperties;
  48. wxStaticText* m_staticTextRotAngle;
  49. wxSpinCtrlDouble* m_spinCtrlRotationAngle;
  50. wxStaticText* m_staticTextRotAngleUnits;
  51. wxStaticLine* m_staticline3;
  52. wxCheckBox* m_checkBoxEnableAnimation;
  53. wxStaticText* m_staticAnimationSpeed;
  54. wxSlider* m_sliderAnimationSpeed;
  55. // Virtual event handlers, overide them in your derived class
  56. virtual void OnCheckRealisticMode( wxCommandEvent& event ) { event.Skip(); }
  57. virtual void OnCheckEnableAnimation( wxCommandEvent& event ) { event.Skip(); }
  58. public:
  59. PANEL_3D_DISPLAY_OPTIONS_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 );
  60. ~PANEL_3D_DISPLAY_OPTIONS_BASE();
  61. };