添加页面
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
<Window x:Class="片剂四用仪.Views.ShowData"
|
||||
<Window x:Class="片剂四用仪.Views.PharmacopoeiaSettingsWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:片剂四用仪.Views"
|
||||
mc:Ignorable="d"
|
||||
Title="ShowData" Height="768" Width="1024"
|
||||
Title="药典参数设置" Height="768" Width="1024"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
Background="#F5F5F5">
|
||||
Background="#F0F2F5">
|
||||
|
||||
|
||||
<Window.Resources>
|
||||
@@ -15,7 +11,7 @@
|
||||
<Style x:Key="CardStyle" TargetType="Border">
|
||||
<Setter Property="Background" Value="White"/>
|
||||
<Setter Property="CornerRadius" Value="10"/>
|
||||
<Setter Property="Margin" Value="15"/>
|
||||
<Setter Property="Margin" Value="15,15,80,15"/>
|
||||
<Setter Property="Padding" Value="15"/>
|
||||
<Setter Property="Effect">
|
||||
<Setter.Value>
|
||||
|
||||
Reference in New Issue
Block a user