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.

62 lines
1.8 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 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/button.h>
  23. #include <wx/dialog.h>
  24. ///////////////////////////////////////////////////////////////////////////
  25. ///////////////////////////////////////////////////////////////////////////////
  26. /// Class DIALOG_JUNCTION_PROPS_BASE
  27. ///////////////////////////////////////////////////////////////////////////////
  28. class DIALOG_JUNCTION_PROPS_BASE : public DIALOG_SHIM
  29. {
  30. private:
  31. protected:
  32. wxStaticText* m_staticTextDiameter;
  33. wxTextCtrl* m_textCtrlDiameter;
  34. wxStaticText* m_staticTextDiameterUnits;
  35. wxStaticText* m_staticTextColor;
  36. wxPanel* m_panel1;
  37. COLOR_SWATCH* m_colorSwatch;
  38. wxStaticText* m_helpLabel1;
  39. wxStaticText* m_helpLabel2;
  40. wxStdDialogButtonSizer* m_sdbSizer;
  41. wxButton* m_sdbSizerOK;
  42. wxButton* m_sdbSizerApply;
  43. wxButton* m_sdbSizerCancel;
  44. // Virtual event handlers, override them in your derived class
  45. virtual void resetDefaults( wxCommandEvent& event ) { event.Skip(); }
  46. public:
  47. DIALOG_JUNCTION_PROPS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Junction Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  48. ~DIALOG_JUNCTION_PROPS_BASE();
  49. };