From 7ea78170d1051e7e87e5b765911f3941c19dab5b Mon Sep 17 00:00:00 2001 From: next-autumn Date: Mon, 26 Apr 2021 10:24:36 +0800 Subject: [PATCH] review --- ProxySU_Core/ProxySU_Core.csproj | 27 +- .../RecordEditor/RecordEditorWindow.xaml | 42 ++- .../ShadowSocksEditorControl.xaml | 62 ---- .../ShadowSocksEditorControl.xaml.cs | 28 -- .../RecordEditor/TrojanEditorControl.xaml | 49 --- .../RecordEditor/TrojanEditorControl.xaml.cs | 28 -- .../RecordEditor/VlessEditorControl.xaml | 159 ---------- .../RecordEditor/VmessEditorControl.xaml | 140 --------- .../RecordEditor/VmessEditorControl.xaml.cs | 28 -- .../Views/RecordEditor/XrayEditorControl.xaml | 295 ++++++++++++++++++ ...trol.xaml.cs => XrayEditorControl.xaml.cs} | 6 +- 11 files changed, 326 insertions(+), 538 deletions(-) delete mode 100644 ProxySU_Core/Views/RecordEditor/ShadowSocksEditorControl.xaml delete mode 100644 ProxySU_Core/Views/RecordEditor/ShadowSocksEditorControl.xaml.cs delete mode 100644 ProxySU_Core/Views/RecordEditor/TrojanEditorControl.xaml delete mode 100644 ProxySU_Core/Views/RecordEditor/TrojanEditorControl.xaml.cs delete mode 100644 ProxySU_Core/Views/RecordEditor/VlessEditorControl.xaml delete mode 100644 ProxySU_Core/Views/RecordEditor/VmessEditorControl.xaml delete mode 100644 ProxySU_Core/Views/RecordEditor/VmessEditorControl.xaml.cs create mode 100644 ProxySU_Core/Views/RecordEditor/XrayEditorControl.xaml rename ProxySU_Core/Views/RecordEditor/{VlessEditorControl.xaml.cs => XrayEditorControl.xaml.cs} (79%) diff --git a/ProxySU_Core/ProxySU_Core.csproj b/ProxySU_Core/ProxySU_Core.csproj index 9717368..a352476 100644 --- a/ProxySU_Core/ProxySU_Core.csproj +++ b/ProxySU_Core/ProxySU_Core.csproj @@ -191,17 +191,8 @@ ServerInfoControl.xaml - - ShadowSocksEditorControl.xaml - - - TrojanEditorControl.xaml - - - VlessEditorControl.xaml - - - VmessEditorControl.xaml + + XrayEditorControl.xaml TerminalWindow.xaml @@ -415,19 +406,7 @@ Designer MSBuild:Compile - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - + Designer MSBuild:Compile diff --git a/ProxySU_Core/Views/RecordEditor/RecordEditorWindow.xaml b/ProxySU_Core/Views/RecordEditor/RecordEditorWindow.xaml index 17f36c8..3a0907c 100644 --- a/ProxySU_Core/Views/RecordEditor/RecordEditorWindow.xaml +++ b/ProxySU_Core/Views/RecordEditor/RecordEditorWindow.xaml @@ -8,7 +8,7 @@ xmlns:local="clr-namespace:ProxySU_Core.Views.RecordEditor" xmlns:converters="clr-namespace:ProxySU_Core.Converters" mc:Ignorable="d" - Title="编辑主机信息" Height="600" Width="1000"> + Title="编辑主机信息" Height="600" Width="1100"> @@ -34,32 +34,40 @@ - + - - - + + + + + + - - + + - - - - - + + - -