using DelftTools.Shell.Gui; using DelftTools.Shell.Gui.Swf; using DelftTools.Utils; using DeltaShell.Plugins.CommonTools.Gui.Properties; namespace DeltaShell.Plugins.CommonTools.Gui.Property { [ResourcesDisplayName(typeof(Resources), "TreeFolderProperties_DisplayName")] public class TreeFolderProperties : ObjectProperties { [ResourcesCategory(typeof(Resources), "Categories_General")] [ResourcesDisplayName(typeof(Resources), "Common_Name_DisplayName")] [ResourcesDescription(typeof(Resources), "TreeFolderProperties_Name_Description")] public string Text { get { return data.Text; } } } }