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.

49 lines
1.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a-dirty)
  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/stattext.h>
  19. #include <wx/statline.h>
  20. #include <wx/choice.h>
  21. #include <wx/sizer.h>
  22. #include <wx/panel.h>
  23. ///////////////////////////////////////////////////////////////////////////
  24. ///////////////////////////////////////////////////////////////////////////////
  25. /// Class PANEL_SETUP_ANNOTATION_BASE
  26. ///////////////////////////////////////////////////////////////////////////////
  27. class PANEL_SETUP_ANNOTATION_BASE : public RESETTABLE_PANEL
  28. {
  29. private:
  30. protected:
  31. wxCheckBox* m_checkReuseRefdes;
  32. wxStaticText* m_unitsLabel;
  33. wxStaticLine* m_staticline2;
  34. wxStaticText* m_staticText3;
  35. wxChoice* m_choiceSeparatorRefId;
  36. public:
  37. PANEL_SETUP_ANNOTATION_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 );
  38. ~PANEL_SETUP_ANNOTATION_BASE();
  39. };