doublecmd/src/frames/foptionsbriefview.lfm
2015-04-16 18:22:24 +00:00

121 lines
2.9 KiB
Text

inherited frmOptionsBriefView: TfrmOptionsBriefView
Height = 289
Width = 519
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 289
ClientWidth = 519
DesignLeft = 497
DesignTop = 187
object gbShowFileExt: TGroupBox[0]
Left = 6
Height = 62
Top = 6
Width = 507
Align = alTop
AutoSize = True
Caption = 'Show file extensions'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 2
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 42
ClientWidth = 503
TabOrder = 0
object rbDirectly: TRadioButton
Left = 6
Height = 19
Top = 2
Width = 491
Caption = 'di&rectly after filename'
Checked = True
TabOrder = 1
TabStop = True
end
object rbAligned: TRadioButton
Left = 6
Height = 19
Top = 21
Width = 491
Caption = 'ali&gned (with Tab)'
TabOrder = 0
end
end
object gbColumns: TGroupBox[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbShowFileExt
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbShowFileExt
AnchorSideRight.Side = asrBottom
Left = 6
Height = 89
Top = 68
Width = 507
Anchors = [akTop, akLeft, akRight]
AutoSize = True
Caption = 'Columns size'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 2
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 69
ClientWidth = 503
TabOrder = 1
object rbUseAutoSize: TRadioButton
Left = 6
Height = 19
Top = 2
Width = 130
Caption = 'Auto'
Checked = True
TabOrder = 0
TabStop = True
end
object lblStub: TLabel
Left = 136
Height = 19
Top = 2
Width = 50
ParentColor = False
end
object rbUseFixedWidth: TRadioButton
Left = 6
Height = 23
Top = 21
Width = 130
Caption = 'Fixed columns width'
TabOrder = 1
end
object speUseFixedWidth: TSpinEdit
Left = 136
Height = 23
Top = 21
Width = 50
MaxValue = 1000
MinValue = 1
TabOrder = 2
Value = 1
end
object rbUseFixedCount: TRadioButton
Left = 6
Height = 23
Top = 44
Width = 130
Caption = 'Fixed columns count'
TabOrder = 3
end
object speUseFixedCount: TSpinEdit
Left = 136
Height = 23
Top = 44
Width = 50
MinValue = 1
TabOrder = 4
Value = 1
end
end
end