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.

74 lines
2.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Mar 28 2015)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_LIB_EDIT_TEXT_BASE_H__
  8. #define __DIALOG_LIB_EDIT_TEXT_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. class DIALOG_SHIM;
  13. #include "dialog_shim.h"
  14. #include <wx/string.h>
  15. #include <wx/stattext.h>
  16. #include <wx/gdicmn.h>
  17. #include <wx/font.h>
  18. #include <wx/colour.h>
  19. #include <wx/settings.h>
  20. #include <wx/textctrl.h>
  21. #include <wx/button.h>
  22. #include <wx/sizer.h>
  23. #include <wx/checkbox.h>
  24. #include <wx/statline.h>
  25. #include <wx/statbox.h>
  26. #include <wx/radiobox.h>
  27. #include <wx/dialog.h>
  28. ///////////////////////////////////////////////////////////////////////////
  29. ///////////////////////////////////////////////////////////////////////////////
  30. /// Class DIALOG_LIB_EDIT_TEXT_BASE
  31. ///////////////////////////////////////////////////////////////////////////////
  32. class DIALOG_LIB_EDIT_TEXT_BASE : public DIALOG_SHIM
  33. {
  34. private:
  35. protected:
  36. wxStaticText* m_staticText1;
  37. wxTextCtrl* m_TextValue;
  38. wxButton* m_TextValueSelectButton;
  39. wxStaticText* m_TextSizeText;
  40. wxTextCtrl* m_TextSize;
  41. wxStaticText* m_PowerComponentValues;
  42. wxCheckBox* m_Orient;
  43. wxStaticLine* m_staticline1;
  44. wxCheckBox* m_CommonUnit;
  45. wxCheckBox* m_CommonConvert;
  46. wxCheckBox* m_Invisible;
  47. wxRadioBox* m_TextShapeOpt;
  48. wxRadioBox* m_TextHJustificationOpt;
  49. wxRadioBox* m_TextVJustificationOpt;
  50. wxStdDialogButtonSizer* m_sdbSizerButtons;
  51. wxButton* m_sdbSizerButtonsOK;
  52. wxButton* m_sdbSizerButtonsCancel;
  53. // Virtual event handlers, overide them in your derived class
  54. virtual void OnCloseDialog( wxCloseEvent& event ) { event.Skip(); }
  55. virtual void OnTextValueSelectButtonClick( wxCommandEvent& event ) { event.Skip(); }
  56. virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
  57. virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
  58. public:
  59. DIALOG_LIB_EDIT_TEXT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Library Text Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 615,343 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  60. ~DIALOG_LIB_EDIT_TEXT_BASE();
  61. };
  62. #endif //__DIALOG_LIB_EDIT_TEXT_BASE_H__