Browse Source

添加图标

master
sc 8 months ago
parent
commit
6ae831d3a4
  1. 9
      DyeingComputer.csproj
  2. BIN
      Lmage/1000-1.png
  3. BIN
      Lmage/1000-2.png
  4. BIN
      Lmage/1000-3.png
  5. BIN
      Lmage/10000.png
  6. BIN
      Lmage/10001.gif
  7. 8
      View/EquipmentSimulationView.xaml
  8. BIN
      View/无标题.png

9
DyeingComputer.csproj

@ -392,11 +392,20 @@
<PackageReference Include="TouchSocket">
<Version>2.1.9</Version>
</PackageReference>
<PackageReference Include="WpfAnimatedGif">
<Version>2.0.2</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Content Include="Fonts\font-awesome-4.7.0\css\font-awesome.css" />
<Content Include="Fonts\font-awesome-4.7.0\css\font-awesome.min.css" />
<Content Include="Fonts\font-awesome-4.7.0\fonts\fontawesome-webfont.svg" />
<Resource Include="Lmage\10001.gif" />
<Resource Include="Lmage\10000.png" />
<Resource Include="Lmage\1000-3.png" />
<Resource Include="Lmage\1000-2.png" />
<Resource Include="Lmage\1000-1.png" />
<Resource Include="View\无标题.png" />
<Resource Include="sunlight_logo.ico" />
<Resource Include="LOGO\SUNLIGHT.ico" />
<Resource Include="LOGO\sunlight_logo.ico" />

BIN
Lmage/1000-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

BIN
Lmage/1000-2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
Lmage/1000-3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
Lmage/10000.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
Lmage/10001.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

8
View/EquipmentSimulationView.xaml

@ -4,9 +4,15 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DyeingComputer.View"
xmlns:gif="http://wpfanimatedgif.codeplex.com"
mc:Ignorable="d"
d:DesignHeight="630" d:DesignWidth="1280">
<Grid>
<Canvas>
<Image Width="300" Height="300" Source="/Lmage/10000.png"
HorizontalAlignment="Left" VerticalAlignment="Top" Canvas.Left="100" Canvas.Top="125"/>
<Image Width="300" Height="300" gif:ImageBehavior.AnimatedSource="/Lmage/10001.gif"
gif:ImageBehavior.RepeatBehavior="Forever" HorizontalAlignment="Left" Canvas.Left="20" Canvas.Top="180"/>
</Canvas>
</Grid>
</UserControl>

BIN
View/无标题.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Loading…
Cancel
Save