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.

72 lines
2.2 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
  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 "widgets/html_window.h"
  12. #include "dialog_shim.h"
  13. #include <wx/html/htmlwin.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/string.h>
  19. #include <wx/stattext.h>
  20. #include <wx/dataview.h>
  21. #include <wx/sizer.h>
  22. #include <wx/panel.h>
  23. #include <wx/button.h>
  24. #include <wx/bitmap.h>
  25. #include <wx/image.h>
  26. #include <wx/icon.h>
  27. #include <wx/dialog.h>
  28. ///////////////////////////////////////////////////////////////////////////
  29. ///////////////////////////////////////////////////////////////////////////////
  30. /// Class DIALOG_RESCUE_EACH_BASE
  31. ///////////////////////////////////////////////////////////////////////////////
  32. class DIALOG_RESCUE_EACH_BASE : public DIALOG_SHIM
  33. {
  34. private:
  35. protected:
  36. HTML_WINDOW* m_htmlPrompt;
  37. wxStaticText* m_titleSymbols;
  38. wxDataViewListCtrl* m_ListOfConflicts;
  39. wxStaticText* m_titleInstances;
  40. wxDataViewListCtrl* m_ListOfInstances;
  41. wxStaticText* m_previewOldLabel;
  42. wxPanel* m_previewOldPanel;
  43. wxBoxSizer* m_SizerOldPanel;
  44. wxStaticText* m_previewNewLabel;
  45. wxPanel* m_previewNewPanel;
  46. wxBoxSizer* m_SizerNewPanel;
  47. wxButton* m_btnNeverShowAgain;
  48. wxStdDialogButtonSizer* m_stdButtons;
  49. wxButton* m_stdButtonsOK;
  50. wxButton* m_stdButtonsCancel;
  51. // Virtual event handlers, override them in your derived class
  52. virtual void OnDialogResize( wxSizeEvent& event ) { event.Skip(); }
  53. virtual void OnConflictSelect( wxDataViewEvent& event ) { event.Skip(); }
  54. virtual void OnNeverShowClick( wxCommandEvent& event ) { event.Skip(); }
  55. virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
  56. public:
  57. DIALOG_RESCUE_EACH_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Project Rescue Helper"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  58. ~DIALOG_RESCUE_EACH_BASE();
  59. };