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.2 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
  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/radiobut.h>
  21. #include <wx/bitmap.h>
  22. #include <wx/image.h>
  23. #include <wx/icon.h>
  24. #include <wx/statbmp.h>
  25. #include <wx/sizer.h>
  26. #include <wx/textctrl.h>
  27. #include <wx/gbsizer.h>
  28. #include <wx/panel.h>
  29. ///////////////////////////////////////////////////////////////////////////
  30. #define ID_SORT_BY_X_POSITION 1000
  31. #define ID_SORT_BY_Y_POSITION 1001
  32. #define wxID_FIRST_FREE 1002
  33. #define wxID_SHEET_X_100 1003
  34. #define wxID_SHEET_X_1000 1004
  35. ///////////////////////////////////////////////////////////////////////////////
  36. /// Class PANEL_EESCHEMA_ANNOTATION_OPTIONS_BASE
  37. ///////////////////////////////////////////////////////////////////////////////
  38. class PANEL_EESCHEMA_ANNOTATION_OPTIONS_BASE : public RESETTABLE_PANEL
  39. {
  40. private:
  41. protected:
  42. wxCheckBox* m_checkAutoAnnotate;
  43. wxStaticText* m_orderLabel;
  44. wxStaticLine* m_staticline2;
  45. wxRadioButton* m_rbSortBy_X_Position;
  46. wxStaticBitmap* annotate_down_right_bitmap;
  47. wxRadioButton* m_rbSortBy_Y_Position;
  48. wxStaticBitmap* annotate_right_down_bitmap;
  49. wxStaticText* m_numberingLabel;
  50. wxStaticLine* m_staticline3;
  51. wxRadioButton* m_rbFirstFree;
  52. wxTextCtrl* m_textNumberAfter;
  53. wxRadioButton* m_rbSheetX100;
  54. wxRadioButton* m_rbSheetX1000;
  55. // Virtual event handlers, override them in your derived class
  56. virtual void OnOptionChanged( wxCommandEvent& event ) { event.Skip(); }
  57. public:
  58. PANEL_EESCHEMA_ANNOTATION_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 );
  59. ~PANEL_EESCHEMA_ANNOTATION_OPTIONS_BASE();
  60. };