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.

69 lines
2.1 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Sep 8 2010)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __dialog_edit_label_base__
  8. #define __dialog_edit_label_base__
  9. #include <wx/intl.h>
  10. #include <wx/string.h>
  11. #include <wx/stattext.h>
  12. #include <wx/gdicmn.h>
  13. #include <wx/font.h>
  14. #include <wx/colour.h>
  15. #include <wx/settings.h>
  16. #include <wx/textctrl.h>
  17. #include <wx/sizer.h>
  18. #include <wx/radiobox.h>
  19. #include <wx/button.h>
  20. #include <wx/dialog.h>
  21. ///////////////////////////////////////////////////////////////////////////
  22. ///////////////////////////////////////////////////////////////////////////////
  23. /// Class DialogLabelEditor_Base
  24. ///////////////////////////////////////////////////////////////////////////////
  25. class DialogLabelEditor_Base : public wxDialog
  26. {
  27. private:
  28. protected:
  29. enum
  30. {
  31. wxID_VALUESINGLE = 1000,
  32. wxID_VALUEMULTI,
  33. wxID_SIZE,
  34. };
  35. wxFlexGridSizer* m_textControlSizer;
  36. wxStaticText* m_staticText1;
  37. wxTextCtrl* m_textLabelSingleLine;
  38. wxTextCtrl* m_textLabelMultiLine;
  39. wxStaticText* m_SizeTitle;
  40. wxTextCtrl* m_TextSize;
  41. wxStaticText* m_staticSizeUnits;
  42. wxRadioBox* m_TextOrient;
  43. wxRadioBox* m_TextStyle;
  44. wxRadioBox* m_TextShape;
  45. wxStdDialogButtonSizer* m_sdbSizer1;
  46. wxButton* m_sdbSizer1OK;
  47. wxButton* m_sdbSizer1Cancel;
  48. // Virtual event handlers, overide them in your derived class
  49. virtual void OnEnterKey( wxCommandEvent& event ) { event.Skip(); }
  50. virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
  51. virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
  52. public:
  53. DialogLabelEditor_Base( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Text Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 359,347 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  54. ~DialogLabelEditor_Base();
  55. };
  56. #endif //__dialog_edit_label_base__