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.

54 lines
1.6 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_PCBNEW_DISPLAY_OPTIONS_BASE_H__
  8. #define __PANEL_PCBNEW_DISPLAY_OPTIONS_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. #include <wx/sizer.h>
  13. #include <wx/gdicmn.h>
  14. #include <wx/string.h>
  15. #include <wx/radiobox.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/checkbox.h>
  20. #include <wx/statbox.h>
  21. #include <wx/panel.h>
  22. ///////////////////////////////////////////////////////////////////////////
  23. ///////////////////////////////////////////////////////////////////////////////
  24. /// Class PANEL_PCBNEW_DISPLAY_OPTIONS_BASE
  25. ///////////////////////////////////////////////////////////////////////////////
  26. class PANEL_PCBNEW_DISPLAY_OPTIONS_BASE : public wxPanel
  27. {
  28. private:
  29. protected:
  30. enum
  31. {
  32. ID_SHOW_CLEARANCE = 1000
  33. };
  34. wxBoxSizer* m_galOptionsSizer;
  35. wxRadioBox* m_ShowNetNamesOption;
  36. wxCheckBox* m_OptDisplayPadNumber;
  37. wxCheckBox* m_OptDisplayPadNoConn;
  38. wxRadioBox* m_OptDisplayTracksClearance;
  39. wxCheckBox* m_OptDisplayPadClearence;
  40. public:
  41. PANEL_PCBNEW_DISPLAY_OPTIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
  42. ~PANEL_PCBNEW_DISPLAY_OPTIONS_BASE();
  43. };
  44. #endif //__PANEL_PCBNEW_DISPLAY_OPTIONS_BASE_H__