Browse Source

需求单No.139367

master
wugang 7 years ago
parent
commit
61475cdff8
2 changed files with 1 additions and 6 deletions
  1. +1
    -1
      CowOutputClient/OperateWindow.xaml
  2. +0
    -5
      CowOutputClient/OperateWindow.xaml.cs

+ 1
- 1
CowOutputClient/OperateWindow.xaml View File

@ -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>


+ 0
- 5
CowOutputClient/OperateWindow.xaml.cs View File

@ -315,11 +315,6 @@ namespace CowOutputClient
return true; return true;
} }
private void Grid_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
DragMove();
}
private void Window_Loaded_1(object sender, RoutedEventArgs e) private void Window_Loaded_1(object sender, RoutedEventArgs e)
{ {
thread1 = new MyThread(); thread1 = new MyThread();


Loading…
Cancel
Save