From 1902bd6240152969afed2fd7ae766cff07f5fb74 Mon Sep 17 00:00:00 2001 From: Micah Morrison Date: Sat, 11 Feb 2023 18:41:08 -0500 Subject: [PATCH 1/4] Improve client config UI --- .../ClientConfigurationEditorWindow.xaml | 46 ++++++++++++++---- .../ClientConfigurationEditorWindow.xaml.cs | 17 +++++++ WgServerforWindows/Models/AppSettings.cs | 7 +++ .../Models/ClientConfiguration.cs | 18 +++++++ .../Models/ClientConfigurationList.cs | 29 ++++++++++- .../ClientConfigurationsPrerequisite.cs | 12 +++++ .../Properties/Resources.Designer.cs | 36 ++++++++++++++ WgServerforWindows/Properties/Resources.resx | 12 +++++ WgServerforWindows/WgServerforWindows.csproj | 6 +++ WgServerforWindows/lib/ExplorerSearchBox.dll | Bin 0 -> 17408 bytes 10 files changed, 172 insertions(+), 11 deletions(-) create mode 100644 WgServerforWindows/lib/ExplorerSearchBox.dll diff --git a/WgServerforWindows/Controls/ClientConfigurationEditorWindow.xaml b/WgServerforWindows/Controls/ClientConfigurationEditorWindow.xaml index cb2ae35..dd76ce9 100644 --- a/WgServerforWindows/Controls/ClientConfigurationEditorWindow.xaml +++ b/WgServerforWindows/Controls/ClientConfigurationEditorWindow.xaml @@ -7,6 +7,8 @@ xmlns:properties="clr-namespace:WgServerforWindows.Properties" xmlns:controls="clr-namespace:WgServerforWindows.Controls" xmlns:converters="clr-namespace:WgServerforWindows.Converters" + xmlns:c="clr-namespace:CalcBinding;assembly=CalcBinding" + xmlns:esb="clr-namespace:ExplorerSearchBox;assembly=ExplorerSearchBox" mc:Ignorable="d" d:DataContext="{d:DesignInstance Type=models:ClientConfigurationList}" Width="600" Height="600" @@ -14,6 +16,7 @@ + @@ -25,30 +28,53 @@ - + - - - + + + + + -