|
|
@ -2,7 +2,7 @@ |
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
Title="OperateWindow" Height="768" Width="1064" WindowStyle="None" AllowsTransparency="True" Background="#0fff" WindowStartupLocation="CenterScreen" Loaded="Window_Loaded_1" > |
|
|
Title="OperateWindow" Height="768" Width="1064" WindowStyle="None" AllowsTransparency="True" Background="#0fff" WindowStartupLocation="CenterScreen" Loaded="Window_Loaded_1" > |
|
|
<Grid MouseLeftButtonDown="Grid_MouseLeftButtonDown"> |
|
|
|
|
|
|
|
|
<Grid> |
|
|
<Border CornerRadius="20" Background="#ccc"> |
|
|
<Border CornerRadius="20" Background="#ccc"> |
|
|
<Border Margin="20" Background="White"> |
|
|
<Border Margin="20" Background="White"> |
|
|
</Border> |
|
|
</Border> |
|
|
|