|
@@ -26,7 +26,7 @@
|
26
|
26
|
</Grid>
|
27
|
27
|
<Grid Grid.Row="2" Margin="0,0,0,0">
|
28
|
28
|
<Border x:Name="borOk" Background="#2D8CF0" CornerRadius="6" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,30,20">
|
29
|
|
- <Button x:Name="BtnOK" Width="104" Height="42" Content="确定" FontSize="20" Background="#00000000" BorderBrush="{x:Null}" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Foreground="White" Cursor="Hand" Click="BtnOK_Click"/>
|
|
29
|
+ <Button x:Name="BtnOK" Width="104" Height="42" Content="确定" FontSize="20" Background="#00000000" BorderBrush="{x:Null}" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Foreground="White" Cursor="Hand" Click="BtnOK_Click" IsDefault="True"/>
|
30
|
30
|
</Border>
|
31
|
31
|
<Border x:Name="borCancel" Background="#E5E5E5" CornerRadius="6" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,150,20">
|
32
|
32
|
<Button x:Name="BtnCancel" Width="104" Height="42" Content="取消" FontSize="20" Background="#00000000" BorderBrush="{x:Null}" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Cursor="Hand" Click="BtnCancel_Click"/>
|