From 80f16cc9fdc73ab8e8db06c55f19679ca15306e4 Mon Sep 17 00:00:00 2001 From: Martin Drab Date: Sat, 13 Mar 2021 14:38:12 +0100 Subject: [PATCH] [gui]: Mark Hyper-V as not implemented --- gui/ConnectorSelectionForm.dfm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gui/ConnectorSelectionForm.dfm b/gui/ConnectorSelectionForm.dfm index bd480e0..6f0897d 100644 --- a/gui/ConnectorSelectionForm.dfm +++ b/gui/ConnectorSelectionForm.dfm @@ -21,17 +21,15 @@ object ConnectorSelectionFrm: TConnectorSelectionFrm Top = 0 Width = 320 Height = 255 - ActivePage = NetworkTabSheet + ActivePage = DeviceTabSheet Align = alTop TabOrder = 0 object NoneTabSheet: TTabSheet Caption = 'None' - ExplicitHeight = 157 end object DeviceTabSheet: TTabSheet Caption = 'Device' ImageIndex = 1 - ExplicitHeight = 157 object Label1: TLabel Left = 8 Top = 8 @@ -50,8 +48,6 @@ object ConnectorSelectionFrm: TConnectorSelectionFrm object NetworkTabSheet: TTabSheet Caption = 'Network' ImageIndex = 2 - ExplicitLeft = 0 - ExplicitTop = 28 object DomainLabel: TLabel Left = 3 Top = 8 @@ -144,16 +140,20 @@ object ConnectorSelectionFrm: TConnectorSelectionFrm Top = 139 Width = 129 Height = 21 + Enabled = False ReadOnly = True TabOrder = 5 + Text = '' end object HyperVAppIdEdit: TEdit Left = 80 Top = 166 Width = 129 Height = 21 + Enabled = False ReadOnly = True TabOrder = 6 + Text = '' end end end