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.

117 lines
3.7 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.0-39-g3487c3cb)
  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. class WX_COMBOBOX;
  15. class WX_INFOBAR;
  16. #include "dialog_shim.h"
  17. #include <wx/infobar.h>
  18. #include <wx/gdicmn.h>
  19. #include <wx/font.h>
  20. #include <wx/colour.h>
  21. #include <wx/settings.h>
  22. #include <wx/string.h>
  23. #include <wx/stattext.h>
  24. #include <wx/stc/stc.h>
  25. #include <wx/hyperlink.h>
  26. #include <wx/sizer.h>
  27. #include <wx/choice.h>
  28. #include <wx/bmpbuttn.h>
  29. #include <wx/bitmap.h>
  30. #include <wx/image.h>
  31. #include <wx/icon.h>
  32. #include <wx/button.h>
  33. #include <wx/textctrl.h>
  34. #include <wx/panel.h>
  35. #include <wx/checkbox.h>
  36. #include <wx/bmpcbox.h>
  37. #include <wx/gbsizer.h>
  38. #include <wx/dialog.h>
  39. ///////////////////////////////////////////////////////////////////////////
  40. ///////////////////////////////////////////////////////////////////////////////
  41. /// Class DIALOG_TEXT_PROPERTIES_BASE
  42. ///////////////////////////////////////////////////////////////////////////////
  43. class DIALOG_TEXT_PROPERTIES_BASE : public DIALOG_SHIM
  44. {
  45. private:
  46. protected:
  47. WX_INFOBAR* m_infoBar;
  48. wxGridBagSizer* m_textEntrySizer;
  49. wxStaticText* m_textLabel;
  50. wxStyledTextCtrl* m_textCtrl;
  51. wxHyperlinkCtrl* m_syntaxHelp;
  52. wxStaticText* m_fontLabel;
  53. FONT_CHOICE* m_fontCtrl;
  54. BITMAP_BUTTON* m_separator1;
  55. BITMAP_BUTTON* m_bold;
  56. BITMAP_BUTTON* m_italic;
  57. BITMAP_BUTTON* m_separator2;
  58. BITMAP_BUTTON* m_hAlignLeft;
  59. BITMAP_BUTTON* m_hAlignCenter;
  60. BITMAP_BUTTON* m_hAlignRight;
  61. BITMAP_BUTTON* m_separator3;
  62. BITMAP_BUTTON* m_vAlignTop;
  63. BITMAP_BUTTON* m_vAlignCenter;
  64. BITMAP_BUTTON* m_vAlignBottom;
  65. BITMAP_BUTTON* m_separator4;
  66. BITMAP_BUTTON* m_horizontal;
  67. BITMAP_BUTTON* m_vertical;
  68. BITMAP_BUTTON* m_separator5;
  69. wxStaticText* m_textSizeLabel;
  70. wxTextCtrl* m_textSizeCtrl;
  71. wxStaticText* m_textSizeUnits;
  72. wxStaticText* m_textColorLabel;
  73. wxPanel* m_panelBorderColor1;
  74. COLOR_SWATCH* m_textColorSwatch;
  75. wxCheckBox* m_borderCheckbox;
  76. wxStaticText* m_borderWidthLabel;
  77. wxTextCtrl* m_borderWidthCtrl;
  78. wxStaticText* m_borderWidthUnits;
  79. wxStaticText* m_borderColorLabel;
  80. wxPanel* m_panelBorderColor;
  81. COLOR_SWATCH* m_borderColorSwatch;
  82. wxStaticText* m_borderStyleLabel;
  83. wxBitmapComboBox* m_borderStyleCombo;
  84. wxCheckBox* m_filledCtrl;
  85. wxStaticText* m_fillColorLabel;
  86. wxPanel* m_panelFillColor;
  87. COLOR_SWATCH* m_fillColorSwatch;
  88. wxCheckBox* m_hyperlinkCb;
  89. WX_COMBOBOX* m_hyperlinkCombo;
  90. wxStdDialogButtonSizer* m_sdbSizer1;
  91. wxButton* m_sdbSizer1OK;
  92. wxButton* m_sdbSizer1Cancel;
  93. // Virtual event handlers, override them in your derived class
  94. virtual void onMultiLineTCLostFocus( wxFocusEvent& event ) { event.Skip(); }
  95. virtual void OnFormattingHelp( wxHyperlinkEvent& event ) { event.Skip(); }
  96. virtual void onBorderChecked( wxCommandEvent& event ) { event.Skip(); }
  97. virtual void onFillChecked( wxCommandEvent& event ) { event.Skip(); }
  98. virtual void onHyperlinkChecked( wxCommandEvent& event ) { event.Skip(); }
  99. virtual void onHyperlinkCombo( wxCommandEvent& event ) { event.Skip(); }
  100. virtual void onHyperlinkText( wxCommandEvent& event ) { event.Skip(); }
  101. public:
  102. DIALOG_TEXT_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Text Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  103. ~DIALOG_TEXT_PROPERTIES_BASE();
  104. };