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.

79 lines
2.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Apr 19 2018)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_EDIT_LINE_STYLE_BASE_H__
  8. #define __DIALOG_EDIT_LINE_STYLE_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. #include "dialog_shim.h"
  13. #include <wx/string.h>
  14. #include <wx/stattext.h>
  15. #include <wx/gdicmn.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/textctrl.h>
  20. #include <wx/bitmap.h>
  21. #include <wx/image.h>
  22. #include <wx/icon.h>
  23. #include <wx/bmpbuttn.h>
  24. #include <wx/button.h>
  25. #include <wx/sizer.h>
  26. #include <wx/statbox.h>
  27. #include <wx/radiobox.h>
  28. #include <wx/statline.h>
  29. #include <wx/dialog.h>
  30. ///////////////////////////////////////////////////////////////////////////
  31. ///////////////////////////////////////////////////////////////////////////////
  32. /// Class DIALOG_EDIT_LINE_STYLE_BASE
  33. ///////////////////////////////////////////////////////////////////////////////
  34. class DIALOG_EDIT_LINE_STYLE_BASE : public DIALOG_SHIM
  35. {
  36. DECLARE_EVENT_TABLE()
  37. private:
  38. // Private event handlers
  39. void _wxFB_onColorButtonClicked( wxCommandEvent& event ){ onColorButtonClicked( event ); }
  40. void _wxFB_resetDefaults( wxCommandEvent& event ){ resetDefaults( event ); }
  41. protected:
  42. enum
  43. {
  44. idColorBtn = 1000
  45. };
  46. wxStaticText* m_staticTextWidth;
  47. wxTextCtrl* m_lineWidth;
  48. wxStaticText* m_staticWidthUnits;
  49. wxStaticText* m_staticText5;
  50. wxBitmapButton* m_colorButton;
  51. wxRadioBox* m_lineStyle;
  52. wxStaticLine* m_staticline;
  53. wxStdDialogButtonSizer* m_sdbSizer;
  54. wxButton* m_sdbSizerOK;
  55. wxButton* m_sdbSizerApply;
  56. wxButton* m_sdbSizerCancel;
  57. // Virtual event handlers, overide them in your derived class
  58. virtual void onColorButtonClicked( wxCommandEvent& event ) { event.Skip(); }
  59. virtual void resetDefaults( wxCommandEvent& event ) { event.Skip(); }
  60. public:
  61. bool m_isValid;
  62. DIALOG_EDIT_LINE_STYLE_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Line Style"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 298,204 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  63. ~DIALOG_EDIT_LINE_STYLE_BASE();
  64. };
  65. #endif //__DIALOG_EDIT_LINE_STYLE_BASE_H__