From 5718c1ceb6165d8ff3acce232d7cd973b4d134e8 Mon Sep 17 00:00:00 2001 From: j502647092 Date: Wed, 29 Jul 2015 20:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=95=8C=E9=9D=A2...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: j502647092 --- CTZLauncher/MainWindow.xaml | 19 +++++---- CTZLauncher/MainWindow.xaml.cs | 75 +++++++++++++++++++--------------- 2 files changed, 53 insertions(+), 41 deletions(-) diff --git a/CTZLauncher/MainWindow.xaml b/CTZLauncher/MainWindow.xaml index 8eaa597..95b69a8 100644 --- a/CTZLauncher/MainWindow.xaml +++ b/CTZLauncher/MainWindow.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ResizeMode = "NoResize" MouseMove="Window_MouseMove" - Title="MainWindow" Height="768" Width="1024" Background="#FF3A3A3A" AllowsTransparency="True" WindowStyle="None" Visibility="Visible" HorizontalContentAlignment="Center" HorizontalAlignment="Center" Icon="E:\JTB\Project\CTZLauncher\CTZLauncher\ico.ico" VerticalAlignment="Center" VerticalContentAlignment="Center" WindowStartupLocation="CenterScreen"> + Title="MainWindow" Height="768" Width="1024" Background="#FF3A3A3A" AllowsTransparency="True" WindowStyle="None" Visibility="Visible" HorizontalContentAlignment="Center" HorizontalAlignment="Center" Icon="E:\JTB\Project\CTZLauncher\CTZLauncher\ico.ico" VerticalAlignment="Center" VerticalContentAlignment="Center" WindowStartupLocation="CenterScreen" Initialized="Window_Initialized" Loaded="Window_Loaded"> @@ -16,7 +16,7 @@ - + @@ -80,12 +80,15 @@ - -