1
This commit is contained in:
@@ -8,6 +8,10 @@
|
|||||||
<ApplicationIcon>icon\icon.ico</ApplicationIcon>
|
<ApplicationIcon>icon\icon.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Remove="muyu.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="icon\icon.ico" />
|
<Content Include="icon\icon.ico" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -17,6 +21,13 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Resource Include="muyu.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Update="images\muyu.png">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
<None Update="mp3\du.mp3">
|
<None Update="mp3\du.mp3">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<Grid Background="Black" Margin="0,0,0,0">
|
<Grid Background="Black" Margin="0,0,0,0">
|
||||||
|
|
||||||
<Image x:Name="MuYu" Height="350" Margin="244,150,244,0" VerticalAlignment="Top" Width="511" Source="/muyu.png"/>
|
<Image x:Name="MuYu" Height="350" Margin="244,150,244,0" VerticalAlignment="Top" Width="511" Source="./muyu.png"/>
|
||||||
<Label HorizontalAlignment="Left" Margin="313,350,0,0" VerticalAlignment="Top" Height="10" Width="10"/>
|
<Label HorizontalAlignment="Left" Margin="313,350,0,0" VerticalAlignment="Top" Height="10" Width="10"/>
|
||||||
<Label Content="当前功德:" HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="White" Margin="35,25,0,0" Width="165" FontSize="24" Height="40"/>
|
<Label Content="当前功德:" HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="White" Margin="35,25,0,0" Width="165" FontSize="24" Height="40"/>
|
||||||
<Label x:Name="Gd_Number" Content="0" HorizontalAlignment="Left" FontSize="24" Margin="158,26,0,0" VerticalAlignment="Top" Foreground="DarkOrange" RenderTransformOrigin="0.613,0.241" Height="40" Width="732"/>
|
<Label x:Name="Gd_Number" Content="0" HorizontalAlignment="Left" FontSize="24" Margin="158,26,0,0" VerticalAlignment="Top" Foreground="DarkOrange" RenderTransformOrigin="0.613,0.241" Height="40" Width="732"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user