From 1b86b02383af82d4a5709d3f73606719d9c50e97 Mon Sep 17 00:00:00 2001 From: j502647092 Date: Thu, 6 Aug 2015 20:49:15 +0800 Subject: [PATCH] Updata... --- CTZLauncher/CTZLauncher.csproj | 2 +- CTZLauncher/MainWindow.xaml | 7 +++---- CTZLauncher/MainWindow.xaml.cs | 34 +++++++++++++++++++++------------- 3 files changed, 25 insertions(+), 18 deletions(-) diff --git a/CTZLauncher/CTZLauncher.csproj b/CTZLauncher/CTZLauncher.csproj index 9cb4105..15347ae 100644 --- a/CTZLauncher/CTZLauncher.csproj +++ b/CTZLauncher/CTZLauncher.csproj @@ -5,7 +5,7 @@ Debug AnyCPU {EC25362D-5BA7-4CB3-BDA2-C575B9318086} - Exe + WinExe Properties CTZLauncher CTZLauncher diff --git a/CTZLauncher/MainWindow.xaml b/CTZLauncher/MainWindow.xaml index 0862a0b..c886ac1 100644 --- a/CTZLauncher/MainWindow.xaml +++ b/CTZLauncher/MainWindow.xaml @@ -4,8 +4,7 @@ xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" x:Class="CTZLauncher.MainWindow" ResizeMode = "NoResize" - MouseMove="Window_MouseMove" - Title="MainWindow" Height="600" Width="800" Background="#FF3A3A3A" AllowsTransparency="True" WindowStyle="None" Visibility="Visible" HorizontalContentAlignment="Center" HorizontalAlignment="Center" Icon="ico.ico" VerticalAlignment="Center" VerticalContentAlignment="Center" WindowStartupLocation="CenterScreen" Initialized="Window_Initialized" Loaded="Window_Loaded" FontFamily="Microsoft YaHei"> + Title="MainWindow" Height="600" Width="800" Background="#FF3A3A3A" AllowsTransparency="True" WindowStyle="None" Visibility="Visible" HorizontalContentAlignment="Center" HorizontalAlignment="Center" Icon="ico.ico" VerticalAlignment="Center" VerticalContentAlignment="Center" WindowStartupLocation="CenterScreen" Initialized="Window_Initialized" FontFamily="Microsoft YaHei" Loaded="s"> @@ -55,9 +54,9 @@ -