diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Components/AttributesComponents/AttributeTypeValueList.cs b/grasshopper-plugin/TapirGrasshopperPlugin/Components/AttributesComponents/AttributeTypeValueList.cs index 3da0dbc..c4042da 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/Components/AttributesComponents/AttributeTypeValueList.cs +++ b/grasshopper-plugin/TapirGrasshopperPlugin/Components/AttributesComponents/AttributeTypeValueList.cs @@ -38,7 +38,7 @@ public override void RefreshItems () ExpireSolution (true); } - //protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.AttributeType; + protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.AttributesByTypeValueList; public override Guid ComponentGuid => new Guid ("0f6abd5b-6efe-4699-8e0f-ac67eea42890"); } diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Components/AttributesComponents/GetAttributesByTypeComponent.cs b/grasshopper-plugin/TapirGrasshopperPlugin/Components/AttributesComponents/GetAttributesByTypeComponent.cs index ffa7d48..3e7d0d8 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/Components/AttributesComponents/GetAttributesByTypeComponent.cs +++ b/grasshopper-plugin/TapirGrasshopperPlugin/Components/AttributesComponents/GetAttributesByTypeComponent.cs @@ -75,7 +75,7 @@ protected override void Solve (IGH_DataAccess DA) DA.SetDataList (2, attributeNames); } - //protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.AttributesByType; + protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.AttributesByType; public override Guid ComponentGuid => new Guid ("f974c9ec-e3ec-4cf2-a576-b7a8548c9883"); } diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Components/ClassificationsComponents/ClassificationSystemValueList.cs b/grasshopper-plugin/TapirGrasshopperPlugin/Components/ClassificationsComponents/ClassificationSystemValueList.cs index b63ad16..a97ad1d 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/Components/ClassificationsComponents/ClassificationSystemValueList.cs +++ b/grasshopper-plugin/TapirGrasshopperPlugin/Components/ClassificationsComponents/ClassificationSystemValueList.cs @@ -39,6 +39,8 @@ public override void RefreshItems () } } + protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.ClassificationSystemsValueList; + public override Guid ComponentGuid => new Guid ("a4206a77-3e1e-42e1-b220-dbd7aafdf8f5"); } } \ No newline at end of file diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Components/ElementsComponents/ElementFilterValueList.cs b/grasshopper-plugin/TapirGrasshopperPlugin/Components/ElementsComponents/ElementFilterValueList.cs index c7f3d34..8319448 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/Components/ElementsComponents/ElementFilterValueList.cs +++ b/grasshopper-plugin/TapirGrasshopperPlugin/Components/ElementsComponents/ElementFilterValueList.cs @@ -41,7 +41,7 @@ public override void RefreshItems () ExpireSolution (true); } - protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.ElemFilter; + protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.ElemFilterValueList; public override Guid ComponentGuid => new Guid ("642df9ee-ddf9-44e8-98bc-c7fe596dad87"); } diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Components/ElementsComponents/ElementTypeValueList.cs b/grasshopper-plugin/TapirGrasshopperPlugin/Components/ElementsComponents/ElementTypeValueList.cs index e79c031..216c776 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/Components/ElementsComponents/ElementTypeValueList.cs +++ b/grasshopper-plugin/TapirGrasshopperPlugin/Components/ElementsComponents/ElementTypeValueList.cs @@ -153,7 +153,7 @@ public override void RefreshItems () ExpireSolution (true); } - protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.ElemType; + protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.ElemTypeValueList; public override Guid ComponentGuid => new Guid ("ce80b380-0e42-467c-865b-69b2e8e5155e"); } diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AllClassifications.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AllClassifications.svg index 6658552..7184d87 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AllClassifications.svg +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AllClassifications.svg @@ -1,169 +1,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AllElems.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AllElems.svg index 74a3ed0..c26c940 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AllElems.svg +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AllElems.svg @@ -1,47 +1,10 @@ - - - - - - - - + + + + + + + + + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AttributesByType.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AttributesByType.svg new file mode 100644 index 0000000..c441d06 --- /dev/null +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AttributesByType.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AttributesByTypeValueList.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AttributesByTypeValueList.svg new file mode 100644 index 0000000..fcfb291 --- /dev/null +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AttributesByTypeValueList.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ClassificationById.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ClassificationById.svg index a4feae4..7afcc45 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ClassificationById.svg +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ClassificationById.svg @@ -1,209 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ClassificationSystemsValueList.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ClassificationSystemsValueList.svg new file mode 100644 index 0000000..33ab228 --- /dev/null +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ClassificationSystemsValueList.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ElemFilter.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ElemFilter.svg deleted file mode 100644 index a79ecae..0000000 --- a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ElemFilter.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ElemFilterValueList.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ElemFilterValueList.svg new file mode 100644 index 0000000..8a853ee --- /dev/null +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ElemFilterValueList.svg @@ -0,0 +1,4 @@ + + + + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ElemType.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ElemType.svg deleted file mode 100644 index bc2fe4d..0000000 --- a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ElemType.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ElemTypeValueList.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ElemTypeValueList.svg new file mode 100644 index 0000000..b50e110 --- /dev/null +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/ElemTypeValueList.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/FilterElems.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/FilterElems.svg index cf1e3c8..8f35676 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/FilterElems.svg +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/FilterElems.svg @@ -1,59 +1,6 @@ - - - - + + + + + + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/GetPropertyValues.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/GetPropertyValues.svg new file mode 100644 index 0000000..8be6001 --- /dev/null +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/GetPropertyValues.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/PropertyByGuid.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/PropertyByGuid.svg index 495d0a8..9ccc610 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/PropertyByGuid.svg +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/PropertyByGuid.svg @@ -4,6 +4,6 @@ - + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/PropertyByName.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/PropertyByName.svg index 495d0a8..9ccc610 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/PropertyByName.svg +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/PropertyByName.svg @@ -4,6 +4,6 @@ - + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/SetClassifications.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/SetClassifications.svg index a9c5c71..ab9000b 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/SetClassifications.svg +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/SetClassifications.svg @@ -1,207 +1,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/SetPropertyValues.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/SetPropertyValues.svg index 29ed0c1..d27b70c 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/SetPropertyValues.svg +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/SetPropertyValues.svg @@ -2,7 +2,7 @@ - + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/TapirLogo.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/TapirLogo.svg deleted file mode 100644 index 69af35e..0000000 --- a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/TapirLogo.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/WallDetails.svg b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/WallDetails.svg index b76e4b1..42c99f2 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/WallDetails.svg +++ b/grasshopper-plugin/TapirGrasshopperPlugin/IconSource/WallDetails.svg @@ -1,5 +1,5 @@ - + diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Properties/Resources.Designer.cs b/grasshopper-plugin/TapirGrasshopperPlugin/Properties/Resources.Designer.cs index ea70977..5ec19e7 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/Properties/Resources.Designer.cs +++ b/grasshopper-plugin/TapirGrasshopperPlugin/Properties/Resources.Designer.cs @@ -8,11 +8,10 @@ // //------------------------------------------------------------------------------ -namespace TapirGrasshopperPlugin.Properties -{ +namespace TapirGrasshopperPlugin.Properties { using System; - - + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -20,43 +19,39 @@ namespace TapirGrasshopperPlugin.Properties // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute ("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute ()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute ()] - internal class Resources - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute ("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources () - { + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// - [global::System.ComponentModel.EditorBrowsableAttribute (global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { get { - if (object.ReferenceEquals (resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager ("TapirGrasshopperPlugin.Properties.Resources", typeof (Resources).Assembly); + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TapirGrasshopperPlugin.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// - [global::System.ComponentModel.EditorBrowsableAttribute (global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -64,290 +59,284 @@ internal Resources () resourceCulture = value; } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap AllClassifications - { + internal static System.Drawing.Bitmap AllClassifications { get { - object obj = ResourceManager.GetObject ("AllClassifications", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("AllClassifications", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap AllElems - { + internal static System.Drawing.Bitmap AllElems { get { - object obj = ResourceManager.GetObject ("AllElems", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("AllElems", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap AllProperties - { + internal static System.Drawing.Bitmap AllProperties { get { - object obj = ResourceManager.GetObject ("AllProperties", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("AllProperties", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ArchicadLocation - { + internal static System.Drawing.Bitmap ArchicadLocation { get { - object obj = ResourceManager.GetObject ("ArchicadLocation", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("ArchicadLocation", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ClassificationById - { + internal static System.Drawing.Bitmap AttributesByType { get { - object obj = ResourceManager.GetObject ("ClassificationById", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("AttributesByType", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ConnectArchicad - { + internal static System.Drawing.Bitmap AttributesByTypeValueList { get { - object obj = ResourceManager.GetObject ("ConnectArchicad", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("AttributesByTypeValueList", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ElemDetails - { + internal static System.Drawing.Bitmap ClassificationById { get { - object obj = ResourceManager.GetObject ("ElemDetails", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("ClassificationById", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ElemFilter - { + internal static System.Drawing.Bitmap ClassificationSystemsValueList { get { - object obj = ResourceManager.GetObject ("ElemFilter", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("ClassificationSystemsValueList", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ElemGDLParameters - { + internal static System.Drawing.Bitmap ConnectArchicad { get { - object obj = ResourceManager.GetObject ("ElemGDLParameters", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("ConnectArchicad", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap Elems3DBoxes - { + internal static System.Drawing.Bitmap ElemDetails { get { - object obj = ResourceManager.GetObject ("Elems3DBoxes", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("ElemDetails", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ElemsByType - { + internal static System.Drawing.Bitmap ElemFilterValueList { get { - object obj = ResourceManager.GetObject ("ElemsByType", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("ElemFilterValueList", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ElemType - { + internal static System.Drawing.Bitmap ElemGDLParameters { get { - object obj = ResourceManager.GetObject ("ElemType", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("ElemGDLParameters", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap FilterElems - { + internal static System.Drawing.Bitmap Elems3DBoxes { get { - object obj = ResourceManager.GetObject ("FilterElems", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("Elems3DBoxes", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap GetPropertyValues - { + internal static System.Drawing.Bitmap ElemsByType { get { - object obj = ResourceManager.GetObject ("GetPropertyValues", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("ElemsByType", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap HighlightElems - { + internal static System.Drawing.Bitmap ElemTypeValueList { get { - object obj = ResourceManager.GetObject ("HighlightElems", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("ElemTypeValueList", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ProjectDetails - { + internal static System.Drawing.Bitmap FilterElems { get { - object obj = ResourceManager.GetObject ("ProjectDetails", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("FilterElems", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap PropertyByGuid - { + internal static System.Drawing.Bitmap GetPropertyValues { get { - object obj = ResourceManager.GetObject ("PropertyByGuid", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("GetPropertyValues", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap PropertyByName - { + internal static System.Drawing.Bitmap HighlightElems { get { - object obj = ResourceManager.GetObject ("PropertyByName", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("HighlightElems", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap SelectedElems - { + internal static System.Drawing.Bitmap ProjectDetails { get { - object obj = ResourceManager.GetObject ("SelectedElems", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("ProjectDetails", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap SetClassifications - { + internal static System.Drawing.Bitmap PropertyByGuid { get { - object obj = ResourceManager.GetObject ("SetClassifications", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("PropertyByGuid", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap SetPropertyValues - { + internal static System.Drawing.Bitmap PropertyByName { get { - object obj = ResourceManager.GetObject ("SetPropertyValues", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("PropertyByName", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap SnapPt - { + internal static System.Drawing.Bitmap SelectedElems { get { - object obj = ResourceManager.GetObject ("SnapPt", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("SelectedElems", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap Subelems - { + internal static System.Drawing.Bitmap SetClassifications { get { - object obj = ResourceManager.GetObject ("Subelems", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("SetClassifications", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap TapirLogo - { + internal static System.Drawing.Bitmap SetPropertyValues { get { - object obj = ResourceManager.GetObject ("TapirLogo", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("SetPropertyValues", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap TapirVersion - { + internal static System.Drawing.Bitmap SnapPt { get { - object obj = ResourceManager.GetObject ("TapirVersion", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("SnapPt", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } - + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Subelems { + get { + object obj = ResourceManager.GetObject("Subelems", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap TapirVersion { + get { + object obj = ResourceManager.GetObject("TapirVersion", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap WallDetails - { + internal static System.Drawing.Bitmap WallDetails { get { - object obj = ResourceManager.GetObject ("WallDetails", resourceCulture); - return ((System.Drawing.Bitmap) (obj)); + object obj = ResourceManager.GetObject("WallDetails", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); } } } diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Properties/Resources.resx b/grasshopper-plugin/TapirGrasshopperPlugin/Properties/Resources.resx index c0ee881..83aec99 100644 --- a/grasshopper-plugin/TapirGrasshopperPlugin/Properties/Resources.resx +++ b/grasshopper-plugin/TapirGrasshopperPlugin/Properties/Resources.resx @@ -1,6 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - ..\Resources\ArchicadLocation.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\ConnectArchicad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\ElemDetails.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\ElemGDLParameters.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\Elems3DBoxes.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\ElemsByType.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\ProjectDetails.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\PropertyByGuid.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\PropertyByName.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\SelectedElems.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\SetPropertyValues.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\TapirLogo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\TapirVersion.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\WallDetails.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\ElemType.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\Subelems.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\AllProperties.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\SnapPt.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\HighlightElems.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\GetPropertyValues.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\ClassificationById.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\AllClassifications.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\SetClassifications.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\FilterElems.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\AllElems.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\ElemFilter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + ..\Resources\AllClassifications.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\AllElems.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\AllProperties.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ArchicadLocation.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\AttributesByType.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\AttributesByTypeValueList.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ClassificationById.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ClassificationSystemsValueList.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ConnectArchicad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ElemDetails.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ElemFilterValueList.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ElemGDLParameters.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Elems3DBoxes.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ElemsByType.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ElemTypeValueList.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\FilterElems.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GetPropertyValues.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\HighlightElems.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ProjectDetails.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\PropertyByGuid.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\PropertyByName.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\SelectedElems.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\SetClassifications.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\SetPropertyValues.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\SnapPt.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Subelems.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\TapirVersion.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\WallDetails.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AllClassifications.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AllClassifications.png index 48f06b5..885128d 100644 Binary files a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AllClassifications.png and b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AllClassifications.png differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AllElems.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AllElems.png index aa0f871..0ba8030 100644 Binary files a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AllElems.png and b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AllElems.png differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AttributesByType.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AttributesByType.png new file mode 100644 index 0000000..13cdb3b Binary files /dev/null and b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AttributesByType.png differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AttributesByTypeValueList.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AttributesByTypeValueList.png new file mode 100644 index 0000000..14751f5 Binary files /dev/null and b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/AttributesByTypeValueList.png differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ClassificationById.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ClassificationById.png index 89c72d2..c379d6f 100644 Binary files a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ClassificationById.png and b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ClassificationById.png differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ClassificationSystemsValueList.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ClassificationSystemsValueList.png new file mode 100644 index 0000000..d9a9643 Binary files /dev/null and b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ClassificationSystemsValueList.png differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ElemFilter.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ElemFilter.png deleted file mode 100644 index 5000428..0000000 Binary files a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ElemFilter.png and /dev/null differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ElemFilterValueList.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ElemFilterValueList.png new file mode 100644 index 0000000..3a7a6c2 Binary files /dev/null and b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ElemFilterValueList.png differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ElemType.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ElemType.png deleted file mode 100644 index a1ad100..0000000 Binary files a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ElemType.png and /dev/null differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ElemTypeValueList.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ElemTypeValueList.png new file mode 100644 index 0000000..3092d17 Binary files /dev/null and b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/ElemTypeValueList.png differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/FilterElems.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/FilterElems.png index 251ae0e..e227e37 100644 Binary files a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/FilterElems.png and b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/FilterElems.png differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/GetPropertyValues.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/GetPropertyValues.png index 76ba302..dd67678 100644 Binary files a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/GetPropertyValues.png and b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/GetPropertyValues.png differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/SetClassifications.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/SetClassifications.png index 8005fc3..cbe7300 100644 Binary files a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/SetClassifications.png and b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/SetClassifications.png differ diff --git a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/TapirLogo.png b/grasshopper-plugin/TapirGrasshopperPlugin/Resources/TapirLogo.png deleted file mode 100644 index c055b7d..0000000 Binary files a/grasshopper-plugin/TapirGrasshopperPlugin/Resources/TapirLogo.png and /dev/null differ