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.0 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Oct 26 2018)
  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 COLOR_SWATCH;
  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/sizer.h>
  21. #include <wx/panel.h>
  22. #include <wx/bmpcbox.h>
  23. #include <wx/statline.h>
  24. #include <wx/button.h>
  25. #include <wx/dialog.h>
  26. ///////////////////////////////////////////////////////////////////////////
  27. ///////////////////////////////////////////////////////////////////////////////
  28. /// Class DIALOG_EDIT_LINE_STYLE_BASE
  29. ///////////////////////////////////////////////////////////////////////////////
  30. class DIALOG_EDIT_LINE_STYLE_BASE : public DIALOG_SHIM
  31. {
  32. DECLARE_EVENT_TABLE()
  33. private:
  34. // Private event handlers
  35. void _wxFB_resetDefaults( wxCommandEvent& event ){ resetDefaults( event ); }
  36. protected:
  37. wxStaticText* m_staticTextWidth;
  38. wxTextCtrl* m_lineWidth;
  39. wxStaticText* m_staticWidthUnits;
  40. wxStaticText* m_staticTextColor;
  41. wxPanel* m_panel1;
  42. COLOR_SWATCH* m_colorSwatch;
  43. wxStaticText* m_staticTextStyle;
  44. wxBitmapComboBox* m_typeCombo;
  45. wxStaticLine* m_staticline;
  46. wxStdDialogButtonSizer* m_sdbSizer;
  47. wxButton* m_sdbSizerOK;
  48. wxButton* m_sdbSizerApply;
  49. wxButton* m_sdbSizerCancel;
  50. // Virtual event handlers, overide them in your derived class
  51. virtual void resetDefaults( wxCommandEvent& event ) { event.Skip(); }
  52. public:
  53. DIALOG_EDIT_LINE_STYLE_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Line Style"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  54. ~DIALOG_EDIT_LINE_STYLE_BASE();
  55. };