diff --git a/src/ToolboxApp/App.xaml b/src/ToolboxApp/App.xaml index 32710c7..7cdd8a9 100644 --- a/src/ToolboxApp/App.xaml +++ b/src/ToolboxApp/App.xaml @@ -1,9 +1,32 @@ - - + + + + + + + + + + + + + + diff --git a/src/ToolboxApp/MainWindow.xaml b/src/ToolboxApp/MainWindow.xaml index 1df5096..02475a5 100644 --- a/src/ToolboxApp/MainWindow.xaml +++ b/src/ToolboxApp/MainWindow.xaml @@ -1,12 +1,295 @@ - - + Title="个人工具箱" + Height="720" + Width="1120" + MinHeight="620" + MinWidth="960" + Background="{StaticResource AppBackgroundBrush}" + Loaded="Window_OnLoaded" + Closing="Window_OnClosing"> + + + + + + + + + + + + + + + + +