From cee5d98df38266f035c1c9bade6e69f238cc92c7 Mon Sep 17 00:00:00 2001 From: Kaniu Tayou <1056879522@qq.com> Date: Sat, 15 Dec 2018 22:51:48 +0800 Subject: [PATCH] WPF userwindow and logwindow --- StormChatWPF/MainWindow.xaml | 6 +- StormChatWPF/MainWindow.xaml.cs | 34 ++++++++- StormChatWPF/Properties/Resources.Designer.cs | 70 +++++++++--------- StormChatWPF/Properties/Resources.resx | 17 +++-- StormChatWPF/Resources/LogFormBackground.jpg | Bin 0 -> 72364 bytes StormChatWPF/StormChatWPF.csproj | 17 +++++ StormChatWPF/UserWindow.xaml | 14 ++++ StormChatWPF/UserWindow.xaml.cs | 27 +++++++ 8 files changed, 144 insertions(+), 41 deletions(-) create mode 100644 StormChatWPF/Resources/LogFormBackground.jpg create mode 100644 StormChatWPF/UserWindow.xaml create mode 100644 StormChatWPF/UserWindow.xaml.cs diff --git a/StormChatWPF/MainWindow.xaml b/StormChatWPF/MainWindow.xaml index 75688a8..7ac6f61 100644 --- a/StormChatWPF/MainWindow.xaml +++ b/StormChatWPF/MainWindow.xaml @@ -7,7 +7,11 @@ mc:Ignorable="d" Title="MainWindow" Height="450" Width="800"> - + +