doublecmd/src/frames/foptionsfilesviewscomplement.lfm
2019-06-17 23:40:40 +00:00

222 lines
6.4 KiB
Text

inherited frmOptionsFilesViewsComplement: TfrmOptionsFilesViewsComplement
Height = 550
Width = 640
ClientHeight = 550
ClientWidth = 640
DesignLeft = 200
DesignTop = 261
object gbMisc: TGroupBox[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbMarking
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 235
Top = 121
Width = 628
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.VerticalSpacing = 4
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 215
ClientWidth = 624
TabOrder = 1
object cbSpaceMovesDown: TCheckBox
Left = 6
Height = 19
Top = 6
Width = 459
Caption = '&When selecting files with <SPACEBAR>, move down to next file (as with <INSERT>)'
TabOrder = 0
end
object cbDirBrackets: TCheckBox
Left = 6
Height = 19
Top = 29
Width = 459
Caption = 'S&how square brackets around directories'
TabOrder = 1
end
object cbShowSystemFiles: TCheckBox
Left = 6
Height = 19
Top = 52
Width = 459
Caption = 'Show s&ystem and hidden files'
TabOrder = 2
end
object cbListFilesInThread: TCheckBox
Left = 6
Height = 19
Top = 75
Width = 459
Caption = 'Load &file list in separate thread'
TabOrder = 3
end
object cbLoadIconsSeparately: TCheckBox
Left = 6
Height = 19
Top = 98
Width = 459
Caption = 'Load icons af&ter file list'
TabOrder = 4
end
object cbDelayLoadingTabs: TCheckBox
Left = 6
Height = 19
Top = 121
Width = 459
Caption = 'Do&n''t load file list until a tab is activated'
TabOrder = 5
end
object cbHighlightUpdatedFiles: TCheckBox
Left = 6
Height = 19
Top = 144
Width = 459
Caption = 'Hi&ghlight new and updated files'
TabOrder = 6
end
object cbInplaceRename: TCheckBox
Left = 6
Height = 19
Top = 167
Width = 459
Caption = 'Enable inplace &renaming when clicking twice on a name'
TabOrder = 7
end
object cbDblClickToParent: TCheckBox
Left = 6
Height = 19
Top = 190
Width = 459
Caption = 'Enable changing to &parent folder when double-clicking on empty part of file view'
TabOrder = 8
end
end
object gbMarking: TGroupBox[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 109
Top = 6
Width = 628
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Marking/Unmarking entries'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 8
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 4
ClientHeight = 89
ClientWidth = 624
TabOrder = 0
object chkMarkMaskFilterWindows: TCheckBox
AnchorSideLeft.Control = gbMarking
AnchorSideTop.Control = gbMarking
Left = 12
Height = 19
Top = 8
Width = 463
Caption = 'Windows style filter when marking files ("*.*" also select files without extension, etc.)'
TabOrder = 0
end
object pnlDefaultAttribute: TPanel
AnchorSideLeft.Control = chkMarkMaskFilterWindows
AnchorSideTop.Control = chkMarkMaskFilterWindows
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbMarking
AnchorSideRight.Side = asrBottom
Left = 12
Height = 27
Top = 31
Width = 600
Anchors = [akTop, akLeft, akRight]
BevelOuter = bvNone
ChildSizing.HorizontalSpacing = 3
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ClientHeight = 27
ClientWidth = 600
TabOrder = 1
object lbAttributeMask: TLabel
AnchorSideLeft.Control = pnlDefaultAttribute
AnchorSideTop.Control = edtDefaultAttribute
AnchorSideTop.Side = asrCenter
Left = 0
Height = 15
Top = 6
Width = 186
Caption = 'Default attribute mask value to use:'
ParentColor = False
end
object edtDefaultAttribute: TEdit
AnchorSideLeft.Control = lbAttributeMask
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = btnAddAttribute
AnchorSideBottom.Side = asrCenter
Left = 189
Height = 27
Top = 0
Width = 304
Anchors = [akTop, akLeft, akRight]
AutoSize = False
TabOrder = 0
end
object btnAttrsHelp: TButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edtDefaultAttribute
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = pnlDefaultAttribute
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 547
Height = 27
Top = 0
Width = 53
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.InnerBorder = 1
Caption = '&Help'
Constraints.MinHeight = 26
OnClick = btnAttrsHelpClick
TabOrder = 2
end
object btnAddAttribute: TButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edtDefaultAttribute
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = btnAttrsHelp
Left = 496
Height = 26
Top = 0
Width = 48
Anchors = [akTop, akRight]
AutoSize = True
Caption = '&Add'
Constraints.MinHeight = 26
OnClick = btnAddAttributeClick
TabOrder = 1
end
end
object chkMarkMaskShowAttribute: TCheckBox
AnchorSideLeft.Control = chkMarkMaskFilterWindows
AnchorSideTop.Control = pnlDefaultAttribute
AnchorSideTop.Side = asrBottom
Left = 12
Height = 19
Top = 62
Width = 366
Caption = 'Use an independent attribute filter in mask input dialog each time'
TabOrder = 2
end
end
end