更新图标

This commit is contained in:
ZouJin 2023-01-07 17:48:19 +08:00
parent bc3d5ddf42
commit 28817448bb
21 changed files with 7 additions and 5 deletions

View File

@ -74,6 +74,9 @@
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>vpeticon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="LinePutScript, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\LinePutScript.1.6.1\lib\net48\LinePutScript.dll</HintPath>
@ -173,6 +176,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="vpeticon.ico" />
<Resource Include="Res\TopLogo2018.PNG" />
<Content Include="steam_api.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

View File

@ -6,10 +6,8 @@
xmlns:local="clr-namespace:VPet_Simulator.Windows.WinDesign"
xmlns:pu="clr-namespace:Panuon.WPF.UI;assembly=Panuon.WPF.UI"
mc:Ignorable="d"
d:DesignHeight="450"
d:DesignWidth="800"
Title="设置"
Width="350"
Width="450"
Height="450"
Style="{DynamicResource BaseWindowXStyle}"
WindowStartupLocation="CenterScreen">
@ -349,7 +347,7 @@
</Grid>
</TabItem>
</TabControl>
<Label x:Name="GameVerison" Content="版本v1.0 (655366666)" HorizontalAlignment="Left" Margin="0,398,0,-1"
VerticalAlignment="Top" FontSize="10" Foreground="Green" Background="{x:Null}" />
<Label x:Name="GameVerison" Content="版本v1.0 (655366666)" HorizontalAlignment="Left" VerticalAlignment="Bottom"
FontSize="10" Foreground="Green" Background="{x:Null}" />
</Grid>
</pu:WindowX>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
vpeticon.ase Normal file

Binary file not shown.

BIN
vpeticon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
vpeticon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB