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.

76 lines
2.6 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.9.0 Jul 27 2020)
  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 WX_GRID;
  12. #include "dialog_shim.h"
  13. #include <wx/colour.h>
  14. #include <wx/settings.h>
  15. #include <wx/string.h>
  16. #include <wx/font.h>
  17. #include <wx/grid.h>
  18. #include <wx/gdicmn.h>
  19. #include <wx/bmpbuttn.h>
  20. #include <wx/bitmap.h>
  21. #include <wx/image.h>
  22. #include <wx/icon.h>
  23. #include <wx/button.h>
  24. #include <wx/sizer.h>
  25. #include <wx/statbox.h>
  26. #include <wx/dialog.h>
  27. ///////////////////////////////////////////////////////////////////////////
  28. ///////////////////////////////////////////////////////////////////////////////
  29. /// Class DIALOG_CONFIGURE_PATHS_BASE
  30. ///////////////////////////////////////////////////////////////////////////////
  31. class DIALOG_CONFIGURE_PATHS_BASE : public DIALOG_SHIM
  32. {
  33. private:
  34. protected:
  35. WX_GRID* m_EnvVars;
  36. wxBitmapButton* m_btnAddEnvVar;
  37. wxBitmapButton* m_btnDeleteEnvVar;
  38. wxStaticBoxSizer* m_sb3DSearchPaths;
  39. WX_GRID* m_SearchPaths;
  40. wxBitmapButton* m_btnAddSearchPath;
  41. wxBitmapButton* m_btnMoveUp;
  42. wxBitmapButton* m_btnMoveDown;
  43. wxBitmapButton* m_btnDeleteSearchPath;
  44. wxStdDialogButtonSizer* m_sdbSizer;
  45. wxButton* m_sdbSizerOK;
  46. wxButton* m_sdbSizerCancel;
  47. wxButton* m_sdbSizerHelp;
  48. // Virtual event handlers, overide them in your derived class
  49. virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
  50. virtual void OnGridSize( wxSizeEvent& event ) { event.Skip(); }
  51. virtual void OnAddEnvVar( wxCommandEvent& event ) { event.Skip(); }
  52. virtual void OnRemoveEnvVar( wxCommandEvent& event ) { event.Skip(); }
  53. virtual void OnGridCellChange( wxGridEvent& event ) { event.Skip(); }
  54. virtual void OnGridCellRightClick( wxGridEvent& event ) { event.Skip(); }
  55. virtual void OnAddSearchPath( wxCommandEvent& event ) { event.Skip(); }
  56. virtual void OnSearchPathMoveUp( wxCommandEvent& event ) { event.Skip(); }
  57. virtual void OnSearchPathMoveDown( wxCommandEvent& event ) { event.Skip(); }
  58. virtual void OnDeleteSearchPath( wxCommandEvent& event ) { event.Skip(); }
  59. virtual void OnHelp( wxCommandEvent& event ) { event.Skip(); }
  60. public:
  61. DIALOG_CONFIGURE_PATHS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Configure Paths"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  62. ~DIALOG_CONFIGURE_PATHS_BASE();
  63. };