|
|
|
@ -433,6 +433,10 @@
|
|
|
|
|
</DataGrid.InputBindings>
|
|
|
|
|
<DataGrid.ContextMenu>
|
|
|
|
|
<ContextMenu Style="{StaticResource DefContextMenu}">
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuEditServer"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuEditServer}" />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuSetDefaultServer"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
@ -454,6 +458,31 @@
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuShareServer}" />
|
|
|
|
|
<Separator />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuMixedTestServer"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuMixedTestServer}" />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuPingServer"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuPingServer}" />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuTcpingServer"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuTcpingServer}" />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuRealPingServer"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuRealPingServer}" />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuSpeedServer"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuSpeedServer}" />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuSortServerResult"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuSortServerResult}" />
|
|
|
|
|
<Separator />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuMoveToGroup"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
@ -493,31 +522,6 @@
|
|
|
|
|
Click="menuSelectAll_Click"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuSelectAll}" />
|
|
|
|
|
<Separator />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuMixedTestServer"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuMixedTestServer}" />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuPingServer"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuPingServer}" />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuTcpingServer"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuTcpingServer}" />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuRealPingServer"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuRealPingServer}" />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuSpeedServer"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuSpeedServer}" />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuSortServerResult"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|
Header="{x:Static resx:ResUI.menuSortServerResult}" />
|
|
|
|
|
<Separator />
|
|
|
|
|
<MenuItem
|
|
|
|
|
x:Name="menuExport2ClientConfig"
|
|
|
|
|
Height="{StaticResource MenuItemHeight}"
|
|
|
|
|