diff --git a/TsubakiTranslator/ScreenshotWindow.xaml b/TsubakiTranslator/ScreenshotWindow.xaml index 9973805..ecc492f 100644 --- a/TsubakiTranslator/ScreenshotWindow.xaml +++ b/TsubakiTranslator/ScreenshotWindow.xaml @@ -3,17 +3,16 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:local="clr-namespace:TsubakiTranslator" - mc:Ignorable="d" - Title="Screenshot" WindowStyle="None" Topmost="True" KeyDown="Window_KeyDown" AllowsTransparency="True" Background="#02FFFFFF" WindowStartupLocation="CenterScreen" Height="800" Width="800" Loaded="Window_Loaded" MouseUp="Window_MouseUp" MouseMove="Window_MouseMove" MouseDown="Window_MouseDown" Cursor="Cross" Padding="0" > - - - - - 右键确认截图区域,按Esc退出 - - - -