Skip to content

Commit

Permalink
Merge pull request #799 from architecture-building-systems/776-new-icons
Browse files Browse the repository at this point in the history
Icons for Hive Conduit Components
  • Loading branch information
christophwaibel authored Dec 10, 2022
2 parents c287a36 + 141a66e commit 89b3a11
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 3 deletions.
Binary file modified GrasshopperExamples/Templates/Hive_FullTemplate.gh
Binary file not shown.
Binary file not shown.
Binary file modified setup/Hive.ProvingGround.Conduit.gha
Binary file not shown.
Binary file modified setup/Setup_Hive.exe
Binary file not shown.
Binary file added src/Graphics/PNG/IOCore_DistConduit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Hive.IO/Hive.IO/GhDistributors/GhDistConduit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected override void SolveInstance(IGH_DataAccess DA)
DA.SetData(2, title2);
}

//protected override System.Drawing.Bitmap Icon => Properties.Resources.IOCore_Distconvtech;
protected override System.Drawing.Bitmap Icon => Properties.Resources.IOCore_DistConduit;

public override Guid ComponentGuid => new Guid("d4c71228-b0bd-4c8b-b24e-a73164189fcd");
}
Expand Down
1 change: 1 addition & 0 deletions src/Hive.IO/Hive.IO/Hive.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@
<None Include="Resources\Icons\IOCore_DistEmitter.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\IOCore_DistConduit.png" />
<None Include="Resources\demand_SIAroomreader.png" />
<Content Include="Resources\EnergySystems\flat_plate.jpg" />
<Content Include="Resources\EnergySystems\vacuum_tube.jpg" />
Expand Down
2 changes: 1 addition & 1 deletion src/Hive.IO/Hive.IO/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.16.x")]
[assembly: AssemblyInformationalVersion("1.17")]
12 changes: 11 additions & 1 deletion src/Hive.IO/Hive.IO/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/Hive.IO/Hive.IO/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,7 @@
<data name="Solar_PerformanceRatio" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\solar_PerformanceRatio.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="IOCore_DistConduit" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\IOCore_DistConduit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file added src/Hive.IO/Hive.IO/Resources/IOCore_DistConduit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 89b3a11

Please sign in to comment.