Skip to content

Commit

Permalink
[gui]: Mark Hyper-V as not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDrab committed Mar 13, 2021
1 parent 6a07fa7 commit 80f16cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gui/ConnectorSelectionForm.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -144,16 +140,20 @@ object ConnectorSelectionFrm: TConnectorSelectionFrm
Top = 139
Width = 129
Height = 21
Enabled = False
ReadOnly = True
TabOrder = 5
Text = '<not implemented>'
end
object HyperVAppIdEdit: TEdit
Left = 80
Top = 166
Width = 129
Height = 21
Enabled = False
ReadOnly = True
TabOrder = 6
Text = '<not implemented>'
end
end
end
Expand Down

0 comments on commit 80f16cc

Please sign in to comment.