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.

60 lines
1.8 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.9.0 Jun 3 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. #include "dialog_shim.h"
  12. #include <wx/bitmap.h>
  13. #include <wx/image.h>
  14. #include <wx/icon.h>
  15. #include <wx/statbmp.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/stattext.h>
  22. #include <wx/sizer.h>
  23. #include <wx/checkbox.h>
  24. #include <wx/button.h>
  25. #include <wx/dialog.h>
  26. ///////////////////////////////////////////////////////////////////////////
  27. ///////////////////////////////////////////////////////////////////////////////
  28. /// Class DIALOG_LOCKED_ITEMS_QUERY_BASE
  29. ///////////////////////////////////////////////////////////////////////////////
  30. class DIALOG_LOCKED_ITEMS_QUERY_BASE : public DIALOG_SHIM
  31. {
  32. private:
  33. protected:
  34. wxStaticBitmap* m_icon;
  35. wxStaticText* m_messageLine1;
  36. wxStaticText* m_messageLine2;
  37. wxCheckBox* m_doNotShowBtn;
  38. wxButton* m_overrideBtn;
  39. wxStdDialogButtonSizer* m_sdbSizer;
  40. wxButton* m_sdbSizerOK;
  41. wxButton* m_sdbSizerCancel;
  42. // Virtual event handlers, overide them in your derived class
  43. virtual void OnInitDlg( wxInitDialogEvent& event ) { event.Skip(); }
  44. virtual void onOverrideLocks( wxCommandEvent& event ) { event.Skip(); }
  45. public:
  46. DIALOG_LOCKED_ITEMS_QUERY_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Locked Items"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  47. ~DIALOG_LOCKED_ITEMS_QUERY_BASE();
  48. };