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.

74 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/stattext.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/statline.h>
  19. #include <wx/textctrl.h>
  20. #include <wx/gbsizer.h>
  21. #include <wx/checkbox.h>
  22. #include <wx/choice.h>
  23. #include <wx/spinctrl.h>
  24. #include <wx/sizer.h>
  25. #include <wx/panel.h>
  26. ///////////////////////////////////////////////////////////////////////////
  27. ///////////////////////////////////////////////////////////////////////////////
  28. /// Class PANEL_SYM_EDITING_OPTIONS_BASE
  29. ///////////////////////////////////////////////////////////////////////////////
  30. class PANEL_SYM_EDITING_OPTIONS_BASE : public RESETTABLE_PANEL
  31. {
  32. private:
  33. protected:
  34. wxStaticText* m_defaultsLabel;
  35. wxStaticLine* m_staticline1;
  36. wxStaticText* m_lineWidthLabel;
  37. wxTextCtrl* m_lineWidthCtrl;
  38. wxStaticText* m_lineWidthUnits;
  39. wxStaticText* m_widthHelpText;
  40. wxStaticText* m_textSizeLabel;
  41. wxTextCtrl* m_textSizeCtrl;
  42. wxStaticText* m_textSizeUnits;
  43. wxStaticText* m_pinLengthLabel;
  44. wxTextCtrl* m_pinLengthCtrl;
  45. wxStaticText* m_pinLengthUnits;
  46. wxStaticText* m_pinNumSizeLabel;
  47. wxTextCtrl* m_pinNumSizeCtrl;
  48. wxStaticText* m_pinNumSizeUnits;
  49. wxStaticText* m_pinNameSizeLabel;
  50. wxTextCtrl* m_pinNameSizeCtrl;
  51. wxStaticText* m_pinNameSizeUnits;
  52. wxCheckBox* m_cbShowPinElectricalType;
  53. wxStaticText* m_repeatLabel;
  54. wxStaticLine* m_staticline2;
  55. wxStaticText* m_pinPitchLabel;
  56. wxChoice* m_choicePinDisplacement;
  57. wxStaticText* m_pinPitchUnits;
  58. wxStaticText* m_labelIncrementLabel1;
  59. wxSpinCtrl* m_spinRepeatLabel;
  60. public:
  61. PANEL_SYM_EDITING_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 );
  62. ~PANEL_SYM_EDITING_OPTIONS_BASE();
  63. };