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

347 lines
9.4 KiB
Text

inherited frmOptionsConfiguration: TfrmOptionsConfiguration
Height = 595
Width = 626
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 595
ClientWidth = 626
DesignLeft = 783
DesignTop = 152
object gbLocConfigFiles: TGroupBox[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 93
Top = 6
Width = 614
Anchors = [akTop, akLeft, akRight]
AutoSize = True
Caption = 'Location of configuration files'
ChildSizing.LeftRightSpacing = 10
ChildSizing.TopBottomSpacing = 5
ChildSizing.VerticalSpacing = 5
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 73
ClientWidth = 610
TabOrder = 0
object rbProgramDir: TRadioButton
Left = 10
Height = 19
Top = 5
Width = 212
BorderSpacing.CellAlignHorizontal = ccaLeftTop
Caption = 'P&rogram directory (portable version)'
Checked = True
TabOrder = 0
TabStop = True
end
object rbUserHomeDir: TRadioButton
Left = 10
Height = 19
Top = 29
Width = 127
BorderSpacing.CellAlignHorizontal = ccaLeftTop
Caption = '&User home directory'
TabOrder = 1
end
object lblCmdLineConfigDir: TLabel
Left = 10
Height = 15
Top = 53
Width = 113
BorderSpacing.CellAlignHorizontal = ccaLeftTop
Caption = 'Set on command line'
ParentColor = False
Visible = False
end
end
object gbSaveOnExit: TGroupBox[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = btnConfigEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 175
Top = 141
Width = 614
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Save on exit'
ChildSizing.TopBottomSpacing = 5
ClientHeight = 155
ClientWidth = 610
TabOrder = 3
object cbDirHistory: TCheckBox
AnchorSideLeft.Control = chkSaveConfiguration
AnchorSideTop.Control = chkSearchReplaceHistory
AnchorSideTop.Side = asrBottom
Left = 10
Height = 19
Top = 89
Width = 107
BorderSpacing.Top = 2
Caption = '&Directory history'
TabOrder = 4
end
object cbCmdLineHistory: TCheckBox
AnchorSideLeft.Control = chkSaveConfiguration
AnchorSideTop.Control = cbDirHistory
AnchorSideTop.Side = asrBottom
Left = 10
Height = 19
Top = 110
Width = 138
BorderSpacing.Top = 2
Caption = 'Co&mmand line history'
TabOrder = 5
end
object cbFileMaskHistory: TCheckBox
AnchorSideLeft.Control = chkSaveConfiguration
AnchorSideTop.Control = cbCmdLineHistory
AnchorSideTop.Side = asrBottom
Left = 10
Height = 19
Top = 131
Width = 108
BorderSpacing.Top = 2
Caption = '&File mask history'
TabOrder = 6
end
object chkSaveConfiguration: TCheckBox
AnchorSideLeft.Control = gbSaveOnExit
AnchorSideTop.Control = gbSaveOnExit
Left = 10
Height = 19
Top = 5
Width = 119
BorderSpacing.Left = 10
Caption = 'Sa&ve configuration'
OnChange = chkSaveConfigurationChange
TabOrder = 0
end
object chkSearchReplaceHistory: TCheckBox
AnchorSideLeft.Control = chkSaveConfiguration
AnchorSideTop.Control = chkFolderTabs
AnchorSideTop.Side = asrBottom
Left = 10
Height = 19
Top = 68
Width = 140
BorderSpacing.Top = 2
Caption = 'Searc&h/Replace history'
TabOrder = 3
end
object chkFolderTabs: TCheckBox
AnchorSideLeft.Control = chkSaveConfiguration
AnchorSideTop.Control = chkWindowState
AnchorSideTop.Side = asrBottom
Left = 10
Height = 19
Top = 47
Width = 78
BorderSpacing.Top = 2
Caption = 'Folder tabs'
TabOrder = 2
end
object chkWindowState: TCheckBox
AnchorSideLeft.Control = chkSaveConfiguration
AnchorSideTop.Control = chkSaveConfiguration
AnchorSideTop.Side = asrBottom
Left = 10
Height = 19
Top = 26
Width = 120
BorderSpacing.Top = 2
Caption = 'Main window state'
TabOrder = 1
end
end
object btnConfigEdit: TBitBtn[2]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbLocConfigFiles
AnchorSideTop.Side = asrBottom
Left = 10
Height = 30
Top = 105
Width = 116
BorderSpacing.Left = 10
BorderSpacing.Top = 6
Caption = '&Edit'
OnClick = btnConfigEditClick
TabOrder = 1
end
object btnConfigApply: TBitBtn[3]
AnchorSideLeft.Control = btnConfigEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = gbLocConfigFiles
AnchorSideTop.Side = asrBottom
Left = 136
Height = 30
Top = 105
Width = 116
BorderSpacing.Left = 10
BorderSpacing.Top = 6
Caption = 'A&pply'
Enabled = False
OnClick = btnConfigApplyClick
TabOrder = 2
end
object gbSortOrderConfigurationOption: TRadioGroup[4]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbSaveOnExit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 58
Top = 322
Width = 614
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Sort order of configuration order in left tree'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 38
ClientWidth = 610
ItemIndex = 0
Items.Strings = (
'Classic, legacy order'
'Alphabetic order (but language still first)'
)
OnClick = gbSortOrderConfigurationOptionClick
TabOrder = 4
end
object gbDirectories: TGroupBox[5]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gpConfigurationTreeState
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 113
Top = 450
Width = 614
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Directories'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 93
ClientWidth = 610
TabOrder = 6
object lblThumbCache: TLabel
AnchorSideTop.Control = edtThumbCache
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 10
Width = 100
Caption = 'Thumbnails cache:'
ParentColor = False
end
object edtThumbCache: TEdit
AnchorSideRight.Control = gbDirectories
AnchorSideRight.Side = asrBottom
Left = 197
Height = 23
Top = 6
Width = 407
Anchors = [akTop, akLeft, akRight]
ReadOnly = True
TabOrder = 0
end
object lblIconThemes: TLabel
AnchorSideTop.Control = edtIconThemes
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 39
Width = 68
Caption = 'Icon themes:'
ParentColor = False
end
object edtIconThemes: TEdit
AnchorSideTop.Control = edtThumbCache
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbDirectories
AnchorSideRight.Side = asrBottom
Left = 197
Height = 23
Top = 35
Width = 407
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
ReadOnly = True
TabOrder = 1
end
object edtHighlighters: TEdit
AnchorSideTop.Control = edtIconThemes
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbDirectories
AnchorSideRight.Side = asrBottom
Left = 197
Height = 23
Top = 64
Width = 407
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
ReadOnly = True
TabOrder = 2
end
object lblHighlighters: TLabel
AnchorSideTop.Control = edtHighlighters
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 68
Width = 68
Caption = 'Highlighters:'
ParentColor = False
end
end
object gpConfigurationTreeState: TRadioGroup[6]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbSortOrderConfigurationOption
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 58
Top = 386
Width = 614
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Tree state when entering in configuration page'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 38
ClientWidth = 610
ItemIndex = 0
Items.Strings = (
'Full expand'
'Full collapse'
)
OnClick = gpConfigurationTreeStateClick
TabOrder = 5
end
end