From 7b2df973dab9f615d01085c3706740b6a31c6d9d Mon Sep 17 00:00:00 2001 From: copiousfish Date: Sun, 18 Sep 2022 21:30:16 -0700 Subject: [PATCH 1/8] fixed up the project a bit. changed the layout to use grids --- AutoSynthesis/AutoSynthesis.csproj | 8 +- AutoSynthesis/MainWindow.xaml | 2134 +++++++++++++----- AutoSynthesis/MainWindow.xaml.cs | 65 +- AutoSynthesis/Resources/Icon/Icon - Copy.png | Bin 3817 -> 0 bytes AutoSynthesis/Windows/Settings.xaml | 149 +- AutoSynthesis/packages.config | 2 +- 6 files changed, 1748 insertions(+), 610 deletions(-) delete mode 100644 AutoSynthesis/Resources/Icon/Icon - Copy.png diff --git a/AutoSynthesis/AutoSynthesis.csproj b/AutoSynthesis/AutoSynthesis.csproj index 9eba1bf..29865a8 100644 --- a/AutoSynthesis/AutoSynthesis.csproj +++ b/AutoSynthesis/AutoSynthesis.csproj @@ -177,6 +177,7 @@ ResXFileCodeGenerator Resources.Designer.cs + Designer @@ -206,10 +207,9 @@ - - - - + + PreserveNewest + diff --git a/AutoSynthesis/MainWindow.xaml b/AutoSynthesis/MainWindow.xaml index f476796..18ff18c 100644 --- a/AutoSynthesis/MainWindow.xaml +++ b/AutoSynthesis/MainWindow.xaml @@ -1,170 +1,197 @@  + x:Class="AutoSynthesis.MainWindow" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:Themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero2" + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:local="clr-namespace:AutoSynthesis" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + x:Name="window" + Title="AutoSynthesis" + HorizontalAlignment="Center" + VerticalAlignment="Center" + Closing="Window_Closing" + Deactivated="Window_Deactivated" + Icon="Resources/Icon/Icon.png" + ResizeMode="CanMinimize" + SizeToContent="WidthAndHeight" + mc:Ignorable="d"> - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - + - - - - - - - + + + + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - + + + + + - + + -