doublecmd/src/frames/foptionsbehavior.lfm

172 lines
4.9 KiB
Text

inherited frmOptionsBehavior: TfrmOptionsBehavior
Height = 352
Width = 666
ClientHeight = 352
ClientWidth = 666
object gbMisc1: TGroupBox[0]
AnchorSideTop.Side = asrBottom
Left = 8
Height = 121
Top = 8
Width = 646
Anchors = [akTop, akLeft, akRight]
AutoSize = True
ChildSizing.LeftRightSpacing = 8
ChildSizing.TopBottomSpacing = 6
ClientHeight = 99
ClientWidth = 642
TabOrder = 0
object cbOnlyOnce: TCheckBox
AnchorSideLeft.Control = gbMisc1
AnchorSideTop.Control = gbMisc1
AnchorSideRight.Control = gbMisc1
AnchorSideRight.Side = asrBottom
Left = 8
Height = 25
Top = 6
Width = 626
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'Allow 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 = 25
Top = 37
Width = 626
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 = 25
Top = 68
Width = 626
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'Always show tray icon'
OnChange = cbAlwaysShowTrayIconChange
TabOrder = 2
end
end
object gbMisc2: TGroupBox[1]
AnchorSideLeft.Control = gbMisc1
AnchorSideTop.Control = gbMisc1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbMisc1
AnchorSideRight.Side = asrBottom
Left = 8
Height = 89
Top = 129
Width = 646
Anchors = [akTop, akLeft, akRight]
AutoSize = True
ClientHeight = 67
ClientWidth = 642
TabOrder = 1
object lblDrivesBlackList: TLabel
AnchorSideLeft.Control = gbMisc2
AnchorSideTop.Control = gbMisc2
Left = 8
Height = 22
Top = 2
Width = 102
BorderSpacing.Left = 8
BorderSpacing.Top = 2
Caption = 'Drives blacklist'
ParentColor = False
end
object edtDrivesBlackList: TEdit
AnchorSideLeft.Control = lblDrivesBlackList
AnchorSideTop.Control = lblDrivesBlackList
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbMisc2
AnchorSideRight.Side = asrBottom
Left = 8
Height = 29
Hint = 'Here you can enter one or more drives or mount points, separated by ";".'
Top = 30
Width = 626
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
end
object gbMisc3: TGroupBox[2]
AnchorSideTop.Control = gbMisc2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 8
Height = 121
Top = 224
Width = 646
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
ChildSizing.LeftRightSpacing = 8
ChildSizing.TopBottomSpacing = 6
ClientHeight = 99
ClientWidth = 642
TabOrder = 2
object cbShowSystemFiles: TCheckBox
AnchorSideLeft.Control = gbMisc3
AnchorSideTop.Control = gbMisc3
AnchorSideRight.Control = gbMisc3
AnchorSideRight.Side = asrBottom
Left = 8
Height = 25
Top = 6
Width = 626
Anchors = [akTop, akLeft, akRight]
Caption = 'Show system and hidden files'
TabOrder = 0
end
object cbListFilesInThread: TCheckBox
AnchorSideLeft.Control = cbShowSystemFiles
AnchorSideTop.Control = cbShowSystemFiles
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbMisc3
AnchorSideRight.Side = asrBottom
Left = 8
Height = 25
Top = 37
Width = 626
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'Load file list in separate thread'
TabOrder = 1
end
object cbLoadIconsSeparately: TCheckBox
AnchorSideLeft.Control = cbListFilesInThread
AnchorSideTop.Control = cbListFilesInThread
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbMisc3
AnchorSideRight.Side = asrBottom
Left = 8
Height = 25
Top = 68
Width = 626
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'Load icons after file list'
TabOrder = 2
end
end
end