doublecmd/src/frames/foptionsbehavior.lfm

130 lines
No EOL
3.7 KiB
Text

inherited frmOptionsBehavior: TfrmOptionsBehavior
Height = 276
Width = 666
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 276
ClientWidth = 666
object gbMisc1: TGroupBox[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 93
Top = 6
Width = 654
Anchors = [akTop, akLeft, akRight]
AutoSize = True
ChildSizing.LeftRightSpacing = 8
ChildSizing.TopBottomSpacing = 6
ClientHeight = 75
ClientWidth = 650
TabOrder = 0
object cbOnlyOnce: TCheckBox
AnchorSideLeft.Control = gbMisc1
AnchorSideTop.Control = gbMisc1
AnchorSideRight.Control = gbMisc1
AnchorSideRight.Side = asrBottom
Left = 8
Height = 17
Top = 6
Width = 634
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'A&llow only one copy of DC at a time'
TabOrder = 0
end
object cbMinimizeToTray: TCheckBox
AnchorSideLeft.Control = gbMisc1
AnchorSideTop.Control = cbOnlyOnce
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbMisc1
AnchorSideRight.Side = asrBottom
Left = 8
Height = 17
Top = 29
Width = 634
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'Mo&ve icon to system tray when minimized'
TabOrder = 1
end
object cbAlwaysShowTrayIcon: TCheckBox
AnchorSideLeft.Control = gbMisc1
AnchorSideTop.Control = cbMinimizeToTray
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbMisc1
AnchorSideRight.Side = asrBottom
Left = 8
Height = 17
Top = 52
Width = 634
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'Al&ways show tray icon'
OnChange = cbAlwaysShowTrayIconChange
TabOrder = 2
end
end
object gbMisc2: TGroupBox[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbMisc1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 85
Top = 99
Width = 654
Anchors = [akTop, akLeft, akRight]
AutoSize = True
ClientHeight = 67
ClientWidth = 650
TabOrder = 1
object lblDrivesBlackList: TLabel
AnchorSideLeft.Control = gbMisc2
AnchorSideTop.Control = gbMisc2
Left = 8
Height = 13
Top = 2
Width = 70
BorderSpacing.Left = 8
BorderSpacing.Top = 2
Caption = 'Drives &blacklist'
FocusControl = edtDrivesBlackList
ParentColor = False
end
object edtDrivesBlackList: TEdit
AnchorSideLeft.Control = lblDrivesBlackList
AnchorSideTop.Control = lblDrivesBlackList
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbMisc2
AnchorSideRight.Side = asrBottom
Left = 8
Height = 21
Hint = 'Here you can enter one or more drives or mount points, separated by ";".'
Top = 21
Width = 634
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 8
BorderSpacing.Bottom = 4
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object cbBlacklistUnmountedDevices: TCheckBox
AnchorSideLeft.Control = edtDrivesBlackList
AnchorSideTop.Control = edtDrivesBlackList
AnchorSideTop.Side = asrBottom
Left = 8
Height = 27
Top = 65
Width = 314
BorderSpacing.Bottom = 4
Caption = 'Automatically &hide unmounted devices'
TabOrder = 1
end
end
end