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 Oct 26 2018)
  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/string.h>
  13. #include <wx/stattext.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/textctrl.h>
  19. #include <wx/sizer.h>
  20. #include <wx/checkbox.h>
  21. #include <wx/listbox.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/statline.h>
  28. #include <wx/dialog.h>
  29. ///////////////////////////////////////////////////////////////////////////
  30. ///////////////////////////////////////////////////////////////////////////////
  31. /// Class DIALOG_GROUP_PROPERTIES_BASE
  32. ///////////////////////////////////////////////////////////////////////////////
  33. class DIALOG_GROUP_PROPERTIES_BASE : public DIALOG_SHIM
  34. {
  35. private:
  36. protected:
  37. wxStaticText* m_nameLabel;
  38. wxTextCtrl* m_nameCtrl;
  39. wxCheckBox* m_locked;
  40. wxStaticText* m_membersLabel;
  41. wxListBox* m_membersList;
  42. wxBitmapButton* m_bpAddMember;
  43. wxBitmapButton* m_bpRemoveMember;
  44. wxStaticLine* m_staticline1;
  45. wxStdDialogButtonSizer* m_sdbSizer;
  46. wxButton* m_sdbSizerOK;
  47. wxButton* m_sdbSizerCancel;
  48. // Virtual event handlers, overide them in your derived class
  49. virtual void onClose( wxCloseEvent& event ) { event.Skip(); }
  50. virtual void OnMemberSelected( wxCommandEvent& event ) { event.Skip(); }
  51. virtual void OnAddMember( wxCommandEvent& event ) { event.Skip(); }
  52. virtual void OnRemoveMember( wxCommandEvent& event ) { event.Skip(); }
  53. public:
  54. DIALOG_GROUP_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Group Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  55. ~DIALOG_GROUP_PROPERTIES_BASE();
  56. };