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.

89 lines
2.6 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 4.1.0-0-g733bf3d)
  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. class BITMAP_BUTTON;
  12. class COLOR_SWATCH;
  13. class FONT_CHOICE;
  14. #include "dialog_shim.h"
  15. #include <wx/string.h>
  16. #include <wx/stattext.h>
  17. #include <wx/gdicmn.h>
  18. #include <wx/font.h>
  19. #include <wx/colour.h>
  20. #include <wx/settings.h>
  21. #include <wx/combobox.h>
  22. #include <wx/hyperlink.h>
  23. #include <wx/sizer.h>
  24. #include <wx/radiobut.h>
  25. #include <wx/statbox.h>
  26. #include <wx/choice.h>
  27. #include <wx/bmpbuttn.h>
  28. #include <wx/bitmap.h>
  29. #include <wx/image.h>
  30. #include <wx/icon.h>
  31. #include <wx/button.h>
  32. #include <wx/textctrl.h>
  33. #include <wx/panel.h>
  34. #include <wx/gbsizer.h>
  35. #include <wx/dialog.h>
  36. ///////////////////////////////////////////////////////////////////////////
  37. ///////////////////////////////////////////////////////////////////////////////
  38. /// Class DIALOG_SHEET_PIN_PROPERTIES_BASE
  39. ///////////////////////////////////////////////////////////////////////////////
  40. class DIALOG_SHEET_PIN_PROPERTIES_BASE : public DIALOG_SHIM
  41. {
  42. private:
  43. protected:
  44. wxStaticText* m_staticText1;
  45. wxComboBox* m_comboName;
  46. wxHyperlinkCtrl* m_hyperlink1;
  47. wxStaticBoxSizer* m_shapeSizer;
  48. wxRadioButton* m_input;
  49. wxRadioButton* m_output;
  50. wxRadioButton* m_bidirectional;
  51. wxRadioButton* m_triState;
  52. wxRadioButton* m_passive;
  53. wxStaticText* m_fontLabel;
  54. FONT_CHOICE* m_fontCtrl;
  55. BITMAP_BUTTON* m_separator1;
  56. BITMAP_BUTTON* m_bold;
  57. BITMAP_BUTTON* m_italic;
  58. BITMAP_BUTTON* m_separator2;
  59. wxStaticText* m_textSizeLabel;
  60. wxTextCtrl* m_textSizeCtrl;
  61. wxStaticText* m_textSizeUnits;
  62. wxStaticText* m_textColorLabel;
  63. wxPanel* m_panelBorderColor1;
  64. COLOR_SWATCH* m_textColorSwatch;
  65. wxStdDialogButtonSizer* m_sdbSizer;
  66. wxButton* m_sdbSizerOK;
  67. wxButton* m_sdbSizerCancel;
  68. // Virtual event handlers, override them in your derived class
  69. virtual void onComboBox( wxCommandEvent& event ) { event.Skip(); }
  70. virtual void OnSyntaxHelp( wxHyperlinkEvent& event ) { event.Skip(); }
  71. virtual void onOKButton( wxCommandEvent& event ) { event.Skip(); }
  72. public:
  73. DIALOG_SHEET_PIN_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Sheet Pin Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  74. ~DIALOG_SHEET_PIN_PROPERTIES_BASE();
  75. };