mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
UI更新
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
<Setter Property="pu:WindowXCaption.CloseButtonStyle">
|
<Setter Property="pu:WindowXCaption.CloseButtonStyle">
|
||||||
<Setter.Value>
|
<Setter.Value>
|
||||||
<Style TargetType="Button"
|
<Style TargetType="Button"
|
||||||
BasedOn="{StaticResource {x:Static pu:WindowXCaption.CloseButtonStyle}}">
|
BasedOn="{StaticResource {x:Static pu:WindowXCaption.CloseButtonStyleKey}}">
|
||||||
<Setter Property="pu:ButtonHelper.HoverBackground"
|
<Setter Property="pu:ButtonHelper.HoverBackground"
|
||||||
Value="{x:Null}" />
|
Value="{x:Null}" />
|
||||||
</Style>
|
</Style>
|
||||||
@ -75,7 +75,7 @@
|
|||||||
<Setter Property="pu:ComboBoxHelper.ToggleArrowTransformControlStyle">
|
<Setter Property="pu:ComboBoxHelper.ToggleArrowTransformControlStyle">
|
||||||
<Setter.Value>
|
<Setter.Value>
|
||||||
<Style TargetType="pu:TransformControl"
|
<Style TargetType="pu:TransformControl"
|
||||||
BasedOn="{StaticResource {x:Static pu:ComboBoxHelper.ToggleArrowTransformControlStyle}}">
|
BasedOn="{StaticResource {x:Static pu:ComboBoxHelper.ToggleArrowTransformControlStyleKey}}">
|
||||||
<Setter Property="Foreground"
|
<Setter Property="Foreground"
|
||||||
Value="{DynamicResource PrimaryText}" />
|
Value="{DynamicResource PrimaryText}" />
|
||||||
<Setter Property="FontSize"
|
<Setter Property="FontSize"
|
||||||
|
@ -94,8 +94,8 @@
|
|||||||
<Reference Include="Panuon.WPF, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Panuon.WPF, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Panuon.WPF.1.0.1\lib\net462\Panuon.WPF.dll</HintPath>
|
<HintPath>..\packages\Panuon.WPF.1.0.1\lib\net462\Panuon.WPF.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Panuon.WPF.UI, Version=1.1.9.4, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Panuon.WPF.UI, Version=1.1.10.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Panuon.WPF.UI.1.1.9.4\lib\net462\Panuon.WPF.UI.dll</HintPath>
|
<HintPath>..\packages\Panuon.WPF.UI.1.1.10\lib\net462\Panuon.WPF.UI.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="PresentationCore" />
|
<Reference Include="PresentationCore" />
|
||||||
<Reference Include="PresentationFramework" />
|
<Reference Include="PresentationFramework" />
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
<packages>
|
<packages>
|
||||||
<package id="LinePutScript" version="1.8.0" targetFramework="net462" />
|
<package id="LinePutScript" version="1.8.0" targetFramework="net462" />
|
||||||
<package id="Panuon.WPF" version="1.0.1" targetFramework="net462" />
|
<package id="Panuon.WPF" version="1.0.1" targetFramework="net462" />
|
||||||
<package id="Panuon.WPF.UI" version="1.1.9.4" targetFramework="net462" />
|
<package id="Panuon.WPF.UI" version="1.1.10" targetFramework="net462" />
|
||||||
</packages>
|
</packages>
|
@ -90,8 +90,8 @@
|
|||||||
<Reference Include="Panuon.WPF, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Panuon.WPF, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Panuon.WPF.1.0.1\lib\net48\Panuon.WPF.dll</HintPath>
|
<HintPath>..\packages\Panuon.WPF.1.0.1\lib\net48\Panuon.WPF.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Panuon.WPF.UI, Version=1.1.9.4, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Panuon.WPF.UI, Version=1.1.10.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Panuon.WPF.UI.1.1.9.4\lib\net48\Panuon.WPF.UI.dll</HintPath>
|
<HintPath>..\packages\Panuon.WPF.UI.1.1.10\lib\net48\Panuon.WPF.UI.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
<package id="LinePutScript" version="1.8.0" targetFramework="net48" />
|
<package id="LinePutScript" version="1.8.0" targetFramework="net48" />
|
||||||
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
|
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
|
||||||
<package id="Panuon.WPF" version="1.0.1" targetFramework="net48" />
|
<package id="Panuon.WPF" version="1.0.1" targetFramework="net48" />
|
||||||
<package id="Panuon.WPF.UI" version="1.1.9.4" targetFramework="net48" />
|
<package id="Panuon.WPF.UI" version="1.1.10" targetFramework="net48" />
|
||||||
</packages>
|
</packages>
|
Reference in New Issue
Block a user