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.

123 lines
3.7 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. class BITMAP_BUTTON;
  12. class COLOR_SWATCH;
  13. class FONT_CHOICE;
  14. class STD_BITMAP_BUTTON;
  15. class WX_GRID;
  16. #include "dialog_shim.h"
  17. #include <wx/string.h>
  18. #include <wx/stattext.h>
  19. #include <wx/gdicmn.h>
  20. #include <wx/font.h>
  21. #include <wx/colour.h>
  22. #include <wx/settings.h>
  23. #include <wx/textctrl.h>
  24. #include <wx/combobox.h>
  25. #include <wx/hyperlink.h>
  26. #include <wx/sizer.h>
  27. #include <wx/grid.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/statbox.h>
  34. #include <wx/radiobut.h>
  35. #include <wx/choice.h>
  36. #include <wx/checkbox.h>
  37. #include <wx/panel.h>
  38. #include <wx/gbsizer.h>
  39. #include <wx/dialog.h>
  40. ///////////////////////////////////////////////////////////////////////////
  41. ///////////////////////////////////////////////////////////////////////////////
  42. /// Class DIALOG_LABEL_PROPERTIES_BASE
  43. ///////////////////////////////////////////////////////////////////////////////
  44. class DIALOG_LABEL_PROPERTIES_BASE : public DIALOG_SHIM
  45. {
  46. private:
  47. protected:
  48. enum
  49. {
  50. wxID_VALUESINGLE = 1000
  51. };
  52. wxFlexGridSizer* m_textEntrySizer;
  53. wxStaticText* m_labelSingleLine;
  54. wxTextCtrl* m_valueSingleLine;
  55. wxStaticText* m_labelCombo;
  56. wxComboBox* m_valueCombo;
  57. wxHyperlinkCtrl* m_syntaxHelp;
  58. WX_GRID* m_grid;
  59. STD_BITMAP_BUTTON* m_bpAdd;
  60. STD_BITMAP_BUTTON* m_bpMoveUp;
  61. STD_BITMAP_BUTTON* m_bpMoveDown;
  62. STD_BITMAP_BUTTON* m_bpDelete;
  63. wxStaticBoxSizer* m_shapeSizer;
  64. wxRadioButton* m_input;
  65. wxRadioButton* m_output;
  66. wxRadioButton* m_bidirectional;
  67. wxRadioButton* m_triState;
  68. wxRadioButton* m_passive;
  69. wxRadioButton* m_dot;
  70. wxRadioButton* m_circle;
  71. wxRadioButton* m_diamond;
  72. wxRadioButton* m_rectangle;
  73. wxGridBagSizer* m_formattingGB;
  74. wxStaticText* m_fontLabel;
  75. FONT_CHOICE* m_fontCtrl;
  76. wxBoxSizer* m_iconBar;
  77. BITMAP_BUTTON* m_separator1;
  78. BITMAP_BUTTON* m_bold;
  79. BITMAP_BUTTON* m_italic;
  80. BITMAP_BUTTON* m_separator2;
  81. BITMAP_BUTTON* m_spin0;
  82. BITMAP_BUTTON* m_spin1;
  83. BITMAP_BUTTON* m_spin2;
  84. BITMAP_BUTTON* m_spin3;
  85. wxCheckBox* m_autoRotate;
  86. BITMAP_BUTTON* m_separator3;
  87. wxStaticText* m_textSizeLabel;
  88. wxTextCtrl* m_textSizeCtrl;
  89. wxStaticText* m_textSizeUnits;
  90. wxStaticText* m_textColorLabel;
  91. wxPanel* m_panelBorderColor1;
  92. COLOR_SWATCH* m_textColorSwatch;
  93. wxStdDialogButtonSizer* m_sdbSizer1;
  94. wxButton* m_sdbSizer1OK;
  95. wxButton* m_sdbSizer1Cancel;
  96. // Virtual event handlers, override them in your derived class
  97. virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
  98. virtual void OnValueCharHook( wxKeyEvent& event ) { event.Skip(); }
  99. virtual void OnEnterKey( wxCommandEvent& event ) { event.Skip(); }
  100. virtual void OnFormattingHelp( wxHyperlinkEvent& event ) { event.Skip(); }
  101. virtual void OnSizeGrid( wxSizeEvent& event ) { event.Skip(); }
  102. virtual void OnAddField( wxCommandEvent& event ) { event.Skip(); }
  103. virtual void OnMoveUp( wxCommandEvent& event ) { event.Skip(); }
  104. virtual void OnMoveDown( wxCommandEvent& event ) { event.Skip(); }
  105. virtual void OnDeleteField( wxCommandEvent& event ) { event.Skip(); }
  106. public:
  107. DIALOG_LABEL_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Label Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  108. ~DIALOG_LABEL_PROPERTIES_BASE();
  109. };