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.

86 lines
2.6 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 <wx/string.h>
  12. #include <wx/stattext.h>
  13. #include <wx/gdicmn.h>
  14. #include <wx/font.h>
  15. #include <wx/colour.h>
  16. #include <wx/settings.h>
  17. #include <wx/choice.h>
  18. #include <wx/sizer.h>
  19. #include <wx/statbox.h>
  20. #include <wx/textctrl.h>
  21. #include <wx/checkbox.h>
  22. #include <wx/radiobut.h>
  23. #include <wx/panel.h>
  24. ///////////////////////////////////////////////////////////////////////////
  25. ///////////////////////////////////////////////////////////////////////////////
  26. /// Class PANEL_SETUP_FORMATTING_BASE
  27. ///////////////////////////////////////////////////////////////////////////////
  28. class PANEL_SETUP_FORMATTING_BASE : public wxPanel
  29. {
  30. DECLARE_EVENT_TABLE()
  31. private:
  32. // Private event handlers
  33. void _wxFB_onCheckBoxIref( wxCommandEvent& event ){ onCheckBoxIref( event ); }
  34. protected:
  35. wxStaticText* m_staticText26;
  36. wxChoice* m_choiceSeparatorRefId;
  37. wxStaticText* m_textSizeLabel;
  38. wxTextCtrl* m_textSizeCtrl;
  39. wxStaticText* m_textSizeUnits;
  40. wxStaticText* m_textOffsetRatioLabel;
  41. wxTextCtrl* m_textOffsetRatioCtrl;
  42. wxStaticText* m_offsetRatioUnits;
  43. wxStaticText* m_labelSizeRatioLabel;
  44. wxTextCtrl* m_labelSizeRatioCtrl;
  45. wxStaticText* m_labelSizeRatioUnits;
  46. wxStaticText* m_lineWidthLabel;
  47. wxTextCtrl* m_lineWidthCtrl;
  48. wxStaticText* m_lineWidthUnits;
  49. wxStaticText* m_pinSymbolSizeLabel;
  50. wxTextCtrl* m_pinSymbolSizeCtrl;
  51. wxStaticText* m_pinSymbolSizeUnits;
  52. wxStaticText* m_staticText261;
  53. wxChoice* m_choiceJunctionDotSize;
  54. wxCheckBox* m_showIntersheetsReferences;
  55. wxCheckBox* m_listOwnPage;
  56. wxRadioButton* m_radioFormatStandard;
  57. wxRadioButton* m_radioFormatAbbreviated;
  58. wxStaticText* m_prefixLabel;
  59. wxTextCtrl* m_prefixCtrl;
  60. wxStaticText* m_suffixLabel;
  61. wxTextCtrl* m_suffixCtrl;
  62. wxStaticText* dashLengthLabel;
  63. wxTextCtrl* m_dashLengthCtrl;
  64. wxStaticText* gapLengthLabel;
  65. wxTextCtrl* m_gapLengthCtrl;
  66. wxStaticText* m_dashedLineHelp;
  67. // Virtual event handlers, override them in your derived class
  68. virtual void onCheckBoxIref( wxCommandEvent& event ) { event.Skip(); }
  69. public:
  70. PANEL_SETUP_FORMATTING_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 );
  71. ~PANEL_SETUP_FORMATTING_BASE();
  72. };