|
@@ -8,7 +8,7 @@
|
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
|
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
|
|
|
BorderBrush="#CBCBCB" BorderThickness="1"
|
|
|
- Height="600" Width="1000" >
|
|
|
+ Height="700" Width="1100" >
|
|
|
|
|
|
<UserControl.Resources>
|
|
|
<Style TargetType="TextBlock" x:Key="textBlockStyle">
|
|
@@ -55,7 +55,7 @@
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="80"/>
|
|
|
<ColumnDefinition/>
|
|
|
- <ColumnDefinition Width="1.3*"/>
|
|
|
+ <ColumnDefinition Width="1.6*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<TextBlock Grid.Column="0" Text="前置项" Style="{StaticResource NormalTextBlockStyle}" TextAlignment="Center">
|
|
|
</TextBlock>
|
|
@@ -124,7 +124,7 @@
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="80"/>
|
|
|
<ColumnDefinition/>
|
|
|
- <ColumnDefinition Width="1.3*"/>
|
|
|
+ <ColumnDefinition Width="1.6*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<TextBlock Grid.Column="0" Text="输入项" Style="{StaticResource NormalTextBlockStyle}" TextAlignment="Center">
|
|
|
</TextBlock>
|
|
@@ -194,7 +194,7 @@
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="80"/>
|
|
|
<ColumnDefinition/>
|
|
|
- <ColumnDefinition Width="1.3*"/>
|
|
|
+ <ColumnDefinition Width="1.6*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<TextBlock Grid.Column="0" Text="结果项" Style="{StaticResource NormalTextBlockStyle}" TextAlignment="Center">
|
|
|
</TextBlock>
|
|
@@ -272,9 +272,9 @@
|
|
|
</Grid>
|
|
|
<UniformGrid Grid.Row="5" Columns="4">
|
|
|
<Button Content="开始检测" Width="80" IsEnabled="{Binding StartEnalbe}" Height="30" FontSize="12" Command="{Binding StartCommand}" Style="{DynamicResource WD.PrimaryButton}" />
|
|
|
- <Button Content="上一步" Width="80" Command="{Binding PreviousCommand}" Style="{StaticResource NormalButtonStyle}" />
|
|
|
- <Button Content="下一步" Width="80" Command="{Binding NextCommand}" Style="{StaticResource NormalButtonStyle}" />
|
|
|
- <Button Content="完成" Width="80" Command="{Binding DoneCommand}" Style="{StaticResource NormalButtonStyle}" />
|
|
|
+ <Button Content="上一步" Width="80" IsEnabled="{Binding StartEnalbe}" Height="30" FontSize="12" Command="{Binding PreviousCommand}" Style="{DynamicResource WD.PrimaryButton}" />
|
|
|
+ <Button Content="下一步" Width="80" IsEnabled="{Binding StartEnalbe}" Height="30" FontSize="12" Command="{Binding NextCommand}" Style="{DynamicResource WD.PrimaryButton}" />
|
|
|
+ <Button Content="完成" Width="80" IsEnabled="{Binding StartEnalbe}" Height="30" FontSize="12" Command="{Binding DoneCommand}" Style="{DynamicResource WD.PrimaryButton}" />
|
|
|
</UniformGrid>
|
|
|
<Grid Grid.Row="2">
|
|
|
<StackPanel Orientation="Vertical" HorizontalAlignment="Center">
|