|
|
@ -37,7 +37,7 @@ |
|
|
|
<Image Style="{StaticResource CloseHoverImageStyle}" Width="30" Height="30" /> |
|
|
|
<Image Style="{StaticResource CloseHoverImageStyle}" Width="30" Height="30" /> |
|
|
|
</Button> |
|
|
|
</Button> |
|
|
|
|
|
|
|
|
|
|
|
<TextBlock Grid.Row="1" Width="600" TextWrapping = "Wrap" Padding="30 0" HorizontalAlignment="Center" |
|
|
|
<TextBlock Grid.Row="1" Width="600" TextWrapping = "Wrap" Padding="30 0" HorizontalAlignment="Center" SizeChanged="TextBlockCenterBox_OnSizeChanged" |
|
|
|
VerticalAlignment="Center" TextAlignment="Center" FontSize="18" x:Name="TextBlockCenterBox" Margin="0 20" |
|
|
|
VerticalAlignment="Center" TextAlignment="Center" FontSize="18" x:Name="TextBlockCenterBox" Margin="0 20" |
|
|
|
/> |
|
|
|
/> |
|
|
|
<Border Grid.Row="2" Width="500" Height="40" CornerRadius="20" BorderBrush="#ebeef5" |
|
|
|
<Border Grid.Row="2" Width="500" Height="40" CornerRadius="20" BorderBrush="#ebeef5" |
|
|
@ -56,7 +56,7 @@ |
|
|
|
<ColumnDefinition Width="*" /> |
|
|
|
<ColumnDefinition Width="*" /> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
|
|
|
|
|
|
|
|
<Button x:Name="ConfirmButton" Grid.Column="1" Padding="0" Margin="0" Height="50" Click="ConfirmButton_OnClick" |
|
|
|
<Button x:Name="ConfirmButton" Grid.Column="1" Padding="0" Margin="0 0 0 20" Height="50" Click="ConfirmButton_OnClick" |
|
|
|
BorderThickness="0" Background="Transparent" FocusVisualStyle="{x:Null}"> |
|
|
|
BorderThickness="0" Background="Transparent" FocusVisualStyle="{x:Null}"> |
|
|
|
<Border |
|
|
|
<Border |
|
|
|
HorizontalAlignment="Center" |
|
|
|
HorizontalAlignment="Center" |
|
|
@ -75,7 +75,7 @@ |
|
|
|
<TextBlock FontSize="18" x:Name="ConfirmButtonText" TextAlignment="Center" Foreground="#ffffff"></TextBlock> |
|
|
|
<TextBlock FontSize="18" x:Name="ConfirmButtonText" TextAlignment="Center" Foreground="#ffffff"></TextBlock> |
|
|
|
</Border> |
|
|
|
</Border> |
|
|
|
</Button> |
|
|
|
</Button> |
|
|
|
<Button x:Name="CancelButton" Grid.Column="3" Padding="0" Margin="0" Height="50" Click="CancelButton_OnClick" |
|
|
|
<Button x:Name="CancelButton" Grid.Column="3" Padding="0" Margin="0 0 0 20" Height="50" Click="CancelButton_OnClick" |
|
|
|
BorderThickness="0" Background="Transparent" FocusVisualStyle="{x:Null}"> |
|
|
|
BorderThickness="0" Background="Transparent" FocusVisualStyle="{x:Null}"> |
|
|
|
<Border |
|
|
|
<Border |
|
|
|
HorizontalAlignment="Center" |
|
|
|
HorizontalAlignment="Center" |
|
|
|