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.

69 lines
2.1 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
  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. #include "dialog_shim.h"
  13. #include <wx/string.h>
  14. #include <wx/stattext.h>
  15. #include <wx/gdicmn.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/textctrl.h>
  20. #include <wx/sizer.h>
  21. #include <wx/checkbox.h>
  22. #include <wx/listbox.h>
  23. #include <wx/bmpbuttn.h>
  24. #include <wx/bitmap.h>
  25. #include <wx/image.h>
  26. #include <wx/icon.h>
  27. #include <wx/button.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. STD_BITMAP_BUTTON* m_bpAddMember;
  43. STD_BITMAP_BUTTON* m_bpRemoveMember;
  44. wxStdDialogButtonSizer* m_sdbSizer;
  45. wxButton* m_sdbSizerOK;
  46. wxButton* m_sdbSizerCancel;
  47. // Virtual event handlers, override them in your derived class
  48. virtual void onClose( wxCloseEvent& event ) { event.Skip(); }
  49. virtual void OnMemberSelected( wxCommandEvent& event ) { event.Skip(); }
  50. virtual void OnAddMember( wxCommandEvent& event ) { event.Skip(); }
  51. virtual void OnRemoveMember( wxCommandEvent& event ) { event.Skip(); }
  52. public:
  53. 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 );
  54. ~DIALOG_GROUP_PROPERTIES_BASE();
  55. };