更新图标

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

View File

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