doublecmd/src/frames/foptionsmisc.lfm

35 lines
916 B
Text

inherited frmOptionsMisc: TfrmOptionsMisc
Height = 73
Width = 719
ClientHeight = 73
ClientWidth = 719
object gbExtended: TGroupBox[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 8
Height = 59
Top = 0
Width = 703
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 6
BorderSpacing.Right = 8
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ClientHeight = 37
ClientWidth = 699
TabOrder = 0
object cbShowWarningMessages: TCheckBox
Left = 12
Height = 25
Top = 6
Width = 318
Caption = 'Show warning messages ("OK" button only)'
TabOrder = 0
end
end
end