diff --git a/CrazyCoder/App.xaml b/CrazyCoder/App.xaml
index 3e2485ca..7dda89c2 100644
--- a/CrazyCoder/App.xaml
+++ b/CrazyCoder/App.xaml
@@ -6,10 +6,10 @@
-
+
diff --git a/CrazyCoder/CrazyCoder.csproj b/CrazyCoder/CrazyCoder.csproj
index 4305cd92..ad72adfa 100644
--- a/CrazyCoder/CrazyCoder.csproj
+++ b/CrazyCoder/CrazyCoder.csproj
@@ -98,7 +98,7 @@
ResXFileCodeGenerator
Resources.Designer.cs
-
+
SettingsSingleFileGenerator
Settings.Designer.cs
diff --git a/CrazyCoder/Fonts/iconfont.ttf b/CrazyCoder/Fonts/iconfont.ttf
new file mode 100644
index 00000000..c7673348
Binary files /dev/null and b/CrazyCoder/Fonts/iconfont.ttf differ
diff --git a/CrazyCoder/MainWindow.xaml b/CrazyCoder/MainWindow.xaml
index c4ea4936..fa75c03b 100644
--- a/CrazyCoder/MainWindow.xaml
+++ b/CrazyCoder/MainWindow.xaml
@@ -5,9 +5,225 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:CrazyCoder"
mc:Ignorable="d"
- Title="新生命码神工具" Height="450" Width="800" WindowStartupLocation="CenterScreen">
+ Title="新生命码神工具" Height="450" Width="800" WindowStyle="None" AllowsTransparency="True" ResizeMode="CanResizeWithGrip" WindowStartupLocation="CenterScreen">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/CrazyCoder/MainWindow.xaml.cs b/CrazyCoder/MainWindow.xaml.cs
index 86efd0e1..428f4c48 100644
--- a/CrazyCoder/MainWindow.xaml.cs
+++ b/CrazyCoder/MainWindow.xaml.cs
@@ -67,5 +67,22 @@ private void About_Click(Object sender, RoutedEventArgs e)
//Process.Start("https://www.newlifex.com");
}
#endregion
+
+ private void Nav_MouseDown(Object sender, MouseButtonEventArgs e)
+ {
+ if (e.LeftButton == MouseButtonState.Pressed) DragMove();
+ }
+
+ private void Min_Click(Object sender, RoutedEventArgs e)
+ {
+ }
+
+ private void Max_Click(Object sender, RoutedEventArgs e)
+ {
+ }
+
+ private void Close_Click(Object sender, RoutedEventArgs e)
+ {
+ }
}
}
\ No newline at end of file
diff --git a/CrazyCoder/iconfont.ttf b/CrazyCoder/iconfont.ttf
deleted file mode 100644
index 48cbcce1..00000000
Binary files a/CrazyCoder/iconfont.ttf and /dev/null differ