diff --git a/v2rayN/ServiceLib/Resx/ResUI.Designer.cs b/v2rayN/ServiceLib/Resx/ResUI.Designer.cs index cfab6c55..7e7f8db3 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.Designer.cs +++ b/v2rayN/ServiceLib/Resx/ResUI.Designer.cs @@ -1563,6 +1563,15 @@ namespace ServiceLib.Resx { } } + /// + /// 查找类似 Server List 的本地化字符串。 + /// + public static string menuServerList { + get { + return ResourceManager.GetString("menuServerList", resourceCulture); + } + } + /// /// 查找类似 Configurations 的本地化字符串。 /// diff --git a/v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx b/v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx index 6e72ecf3..3c97c097 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx @@ -1548,4 +1548,7 @@ Remove Child Configuration + + Server List + \ No newline at end of file diff --git a/v2rayN/ServiceLib/Resx/ResUI.hu.resx b/v2rayN/ServiceLib/Resx/ResUI.hu.resx index 77da5d71..a120f428 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.hu.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.hu.resx @@ -1548,4 +1548,7 @@ Remove Child Configuration + + Server List + \ No newline at end of file diff --git a/v2rayN/ServiceLib/Resx/ResUI.resx b/v2rayN/ServiceLib/Resx/ResUI.resx index 96bfb43e..cb2ae1d8 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.resx @@ -1548,4 +1548,7 @@ Remove Child Configuration + + Server List + \ No newline at end of file diff --git a/v2rayN/ServiceLib/Resx/ResUI.ru.resx b/v2rayN/ServiceLib/Resx/ResUI.ru.resx index 50481c7b..1a4fd7ec 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.ru.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.ru.resx @@ -1548,4 +1548,7 @@ Remove Child Configuration + + Server List + \ No newline at end of file diff --git a/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx b/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx index bd9dc471..e044ae49 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx @@ -1545,4 +1545,7 @@ 删除子配置文件 + + 服务器列表 + \ No newline at end of file diff --git a/v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx b/v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx index 09915756..33700f11 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx @@ -1545,4 +1545,7 @@ Remove Child Configuration + + Server List + \ No newline at end of file diff --git a/v2rayN/v2rayN.Desktop/Views/AddGroupServerWindow.axaml b/v2rayN/v2rayN.Desktop/Views/AddGroupServerWindow.axaml index 836db47f..e24fa67c 100644 --- a/v2rayN/v2rayN.Desktop/Views/AddGroupServerWindow.axaml +++ b/v2rayN/v2rayN.Desktop/Views/AddGroupServerWindow.axaml @@ -33,64 +33,65 @@ IsCancel="True" /> - - + + + + + + + + + + + x:Name="gridPolicyGroup" + Grid.Row="3" + Grid.Column="0" + Grid.ColumnSpan="3" + ColumnDefinitions="180,Auto,Auto"> - - - - - + Text="{x:Static resx:ResUI.TbPolicyGroupType}" /> - - - - - - + + + + - - + + diff --git a/v2rayN/v2rayN/Views/AddGroupServerWindow.xaml b/v2rayN/v2rayN/Views/AddGroupServerWindow.xaml index 41428b3b..56fb7211 100644 --- a/v2rayN/v2rayN/Views/AddGroupServerWindow.xaml +++ b/v2rayN/v2rayN/Views/AddGroupServerWindow.xaml @@ -13,6 +13,7 @@ Width="900" Height="700" x:TypeArguments="vms:AddGroupServerViewModel" + ResizeMode="CanResize" ShowInTaskbar="False" Style="{StaticResource WindowGlobal}" WindowStartupLocation="CenterScreen" @@ -38,107 +39,104 @@ IsCancel="true" Style="{StaticResource DefButton}" /> - - + + + + + + + + + + + + + + - - - - + + + + + - - - - - - - - + + + + + + + + + + - - - - - - - + Text="{x:Static resx:ResUI.TbPolicyGroupType}" /> - - - - - - - - - - - + + + + - - + +