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.

68 lines
2.1 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
  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 STD_BITMAP_BUTTON;
  12. class WX_GRID;
  13. class WX_INFOBAR;
  14. #include "dialog_shim.h"
  15. #include <wx/infobar.h>
  16. #include <wx/gdicmn.h>
  17. #include <wx/font.h>
  18. #include <wx/colour.h>
  19. #include <wx/settings.h>
  20. #include <wx/string.h>
  21. #include <wx/grid.h>
  22. #include <wx/bmpbuttn.h>
  23. #include <wx/bitmap.h>
  24. #include <wx/image.h>
  25. #include <wx/icon.h>
  26. #include <wx/button.h>
  27. #include <wx/hyperlink.h>
  28. #include <wx/sizer.h>
  29. #include <wx/dialog.h>
  30. ///////////////////////////////////////////////////////////////////////////
  31. ///////////////////////////////////////////////////////////////////////////////
  32. /// Class DIALOG_USER_DEFINED_SIGNALS_BASE
  33. ///////////////////////////////////////////////////////////////////////////////
  34. class DIALOG_USER_DEFINED_SIGNALS_BASE : public DIALOG_SHIM
  35. {
  36. private:
  37. protected:
  38. WX_INFOBAR* m_infoBar;
  39. WX_GRID* m_grid;
  40. wxBoxSizer* bButtonSize;
  41. STD_BITMAP_BUTTON* m_addButton;
  42. STD_BITMAP_BUTTON* m_deleteButton;
  43. wxHyperlinkCtrl* m_syntaxHelp;
  44. wxStdDialogButtonSizer* m_sdbSizer1;
  45. wxButton* m_sdbSizer1OK;
  46. wxButton* m_sdbSizer1Cancel;
  47. // Virtual event handlers, override them in your derived class
  48. virtual void onGridCellClick( wxGridEvent& event ) { event.Skip(); }
  49. virtual void onAddSignal( wxCommandEvent& event ) { event.Skip(); }
  50. virtual void onDeleteSignal( wxCommandEvent& event ) { event.Skip(); }
  51. virtual void OnFormattingHelp( wxHyperlinkEvent& event ) { event.Skip(); }
  52. public:
  53. DIALOG_USER_DEFINED_SIGNALS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("User-defined Signals"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  54. ~DIALOG_USER_DEFINED_SIGNALS_BASE();
  55. };