mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
141 lines
3.6 KiB
Text
141 lines
3.6 KiB
Text
inherited frmOptionsColumnsView: TfrmOptionsColumnsView
|
|
Height = 344
|
|
Width = 659
|
|
ClientHeight = 344
|
|
ClientWidth = 659
|
|
DesignTop = 20
|
|
object grpAutosizeColumns: TGroupBox[0]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = gbShowGrid
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 114
|
|
Top = 118
|
|
Width = 647
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Auto-size columns'
|
|
ChildSizing.LeftRightSpacing = 12
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 84
|
|
ClientWidth = 643
|
|
TabOrder = 1
|
|
object chkAutoFillColumns: TCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 12
|
|
Height = 29
|
|
Top = 6
|
|
Width = 164
|
|
Caption = 'A&uto fill columns'
|
|
TabOrder = 0
|
|
end
|
|
object lblAutoSizeColumn: TLabel
|
|
AnchorSideLeft.Control = chkAutoFillColumns
|
|
AnchorSideTop.Control = cmbAutoSizeColumn
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 12
|
|
Height = 25
|
|
Top = 49
|
|
Width = 141
|
|
Caption = 'Auto si&ze column:'
|
|
FocusControl = cmbAutoSizeColumn
|
|
ParentColor = False
|
|
end
|
|
object cmbAutoSizeColumn: TComboBox
|
|
AnchorSideLeft.Control = lblAutoSizeColumn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = chkAutoFillColumns
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = grpAutosizeColumns
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 165
|
|
Height = 33
|
|
Top = 45
|
|
Width = 466
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 10
|
|
BorderSpacing.Right = 10
|
|
ItemHeight = 25
|
|
Items.Strings = (
|
|
'First'
|
|
'Last'
|
|
)
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object gbShowGrid: TGroupBox[1]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 106
|
|
Top = 6
|
|
Width = 647
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Show grid'
|
|
ChildSizing.LeftRightSpacing = 12
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 76
|
|
ClientWidth = 643
|
|
TabOrder = 0
|
|
object cbGridVertLine: TCheckBox
|
|
AnchorSideLeft.Control = gbShowGrid
|
|
AnchorSideTop.Control = gbShowGrid
|
|
Left = 12
|
|
Height = 29
|
|
Top = 6
|
|
Width = 127
|
|
Caption = '&Vertical lines'
|
|
TabOrder = 0
|
|
end
|
|
object cbGridHorzLine: TCheckBox
|
|
AnchorSideLeft.Control = gbShowGrid
|
|
AnchorSideTop.Control = cbGridVertLine
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 12
|
|
Height = 29
|
|
Top = 41
|
|
Width = 152
|
|
BorderSpacing.Top = 6
|
|
Caption = '&Horizontal lines'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object grpMisc: TGroupBox[2]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = grpAutosizeColumns
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 71
|
|
Top = 238
|
|
Width = 647
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
ChildSizing.LeftRightSpacing = 12
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 41
|
|
ClientWidth = 643
|
|
TabOrder = 2
|
|
object cbCutTextToColWidth: TCheckBox
|
|
Left = 12
|
|
Height = 29
|
|
Top = 6
|
|
Width = 226
|
|
Caption = 'Cut &text to column width'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|