diff --git a/componentsGrasshopper/Bars/BarsModify.cs b/componentsGrasshopper/Bars/BarsModify.cs index f34ee6fa1..d3a7e38e1 100644 --- a/componentsGrasshopper/Bars/BarsModify.cs +++ b/componentsGrasshopper/Bars/BarsModify.cs @@ -119,7 +119,7 @@ protected override System.Drawing.Bitmap Icon { get { - return null; + return FemDesign.Properties.Resources.BarModify; } } public override Guid ComponentGuid diff --git a/componentsGrasshopper/Deconstruct/MaterialDeconstruct.cs b/componentsGrasshopper/Deconstruct/MaterialDeconstruct.cs index 401e5f172..f378ed9df 100644 --- a/componentsGrasshopper/Deconstruct/MaterialDeconstruct.cs +++ b/componentsGrasshopper/Deconstruct/MaterialDeconstruct.cs @@ -38,7 +38,7 @@ protected override System.Drawing.Bitmap Icon { get { - return null; + return FemDesign.Properties.Resources.MaterialDeconstrut; } } public override Guid ComponentGuid diff --git a/componentsGrasshopper/Deconstruct/SectionDeconstruct.cs b/componentsGrasshopper/Deconstruct/SectionDeconstruct.cs index b2edb43b0..b2312ec12 100644 --- a/componentsGrasshopper/Deconstruct/SectionDeconstruct.cs +++ b/componentsGrasshopper/Deconstruct/SectionDeconstruct.cs @@ -46,7 +46,7 @@ protected override System.Drawing.Bitmap Icon { get { - return null; + return FemDesign.Properties.Resources.SectionDeconstruct; } } public override Guid ComponentGuid diff --git a/componentsGrasshopper/Deconstruct/SurfaceReinforcementParametersDeconstruct.cs b/componentsGrasshopper/Deconstruct/SurfaceReinforcementParametersDeconstruct.cs index 1471283e4..5d8fd44f0 100644 --- a/componentsGrasshopper/Deconstruct/SurfaceReinforcementParametersDeconstruct.cs +++ b/componentsGrasshopper/Deconstruct/SurfaceReinforcementParametersDeconstruct.cs @@ -38,7 +38,7 @@ protected override System.Drawing.Bitmap Icon { get { - return null; + return FemDesign.Properties.Resources.ReinforcementParametersDeconstruct; } } public override Guid ComponentGuid diff --git a/componentsGrasshopper/Deconstruct/ThicknessDeconstruct.cs b/componentsGrasshopper/Deconstruct/ThicknessDeconstruct.cs index 950ccf41b..472a346e5 100644 --- a/componentsGrasshopper/Deconstruct/ThicknessDeconstruct.cs +++ b/componentsGrasshopper/Deconstruct/ThicknessDeconstruct.cs @@ -40,7 +40,7 @@ protected override System.Drawing.Bitmap Icon { get { - return null; + return FemDesign.Properties.Resources.ThicknessDeconstruct; } } public override Guid ComponentGuid diff --git a/componentsGrasshopper/Sections/SectionDatabaseAddSection.cs b/componentsGrasshopper/Sections/SectionDatabaseAddSection.cs index 6f07f1e81..ca2f376e8 100644 --- a/componentsGrasshopper/Sections/SectionDatabaseAddSection.cs +++ b/componentsGrasshopper/Sections/SectionDatabaseAddSection.cs @@ -47,7 +47,7 @@ protected override System.Drawing.Bitmap Icon { get { - return null; + return FemDesign.Properties.Resources.SectionDatabaseAddSection; } } public override Guid ComponentGuid diff --git a/componentsGrasshopper/Sections/SectionDatabaseSave.cs b/componentsGrasshopper/Sections/SectionDatabaseSave.cs index f82ca51d7..08f5c6534 100644 --- a/componentsGrasshopper/Sections/SectionDatabaseSave.cs +++ b/componentsGrasshopper/Sections/SectionDatabaseSave.cs @@ -41,7 +41,7 @@ protected override System.Drawing.Bitmap Icon { get { - return FemDesign.Properties.Resources.SectionDatabaseDefault; + return FemDesign.Properties.Resources.SectionDatabaseSave; } } public override Guid ComponentGuid diff --git a/componentsGrasshopper/Sections/SectionDefine.cs b/componentsGrasshopper/Sections/SectionDefine.cs index 50eb1e8ba..392ba94b9 100644 --- a/componentsGrasshopper/Sections/SectionDefine.cs +++ b/componentsGrasshopper/Sections/SectionDefine.cs @@ -91,7 +91,7 @@ protected override System.Drawing.Bitmap Icon { get { - return null; + return FemDesign.Properties.Resources.SectionDefine; } } public override Guid ComponentGuid diff --git a/componentsGrasshopper/Shells/ProfiledPlateDefine.cs b/componentsGrasshopper/Shells/ProfiledPlateDefine.cs index aa97a59d4..721dd50e0 100644 --- a/componentsGrasshopper/Shells/ProfiledPlateDefine.cs +++ b/componentsGrasshopper/Shells/ProfiledPlateDefine.cs @@ -120,7 +120,7 @@ protected override System.Drawing.Bitmap Icon { get { - return null; + return FemDesign.Properties.Resources.ProfiledPlateDefine; } } public override Guid ComponentGuid