1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
inherited fClarifyLongLineBreaker: TfClarifyLongLineBreaker
Height = 194
Width = 437
ClientHeight = 194
ClientWidth = 437
TabOrder = 0
object Label3: TLabel[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = edtMaxLineLength
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 9
Width = 73
BorderSpacing.Left = 6
Caption = 'Max line length'
ParentColor = False
end
object edtMaxLineLength: TSpinEdit[1]
AnchorSideLeft.Control = Label3
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
Left = 85
Height = 21
Top = 6
Width = 49
BorderSpacing.Around = 6
MaxValue = 999
TabOrder = 0
end
object rgRebreakLongLines: TRadioGroup[2]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = edtMaxLineLength
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 81
Top = 33
Width = 425
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Break lines that are longer than max line length'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 63
ClientWidth = 421
ItemIndex = 1
Items.Strings = (
'&Never'
'&Sometimes, if a good place to break is found'
'&Usually, unless there is no acceptable place to break'
)
TabOrder = 1
end
end
|