mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-06 06:12:37 +02:00
134 lines
3.9 KiB
Plaintext
134 lines
3.9 KiB
Plaintext
inherited NamingOptionsFrame: TNamingOptionsFrame
|
|
Height = 367
|
|
Width = 507
|
|
ClientHeight = 367
|
|
ClientWidth = 507
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 353
|
|
DesignTop = 291
|
|
object PascalFileExtRadiogroup: TRadioGroup[0]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
Left = 0
|
|
Height = 47
|
|
Top = 0
|
|
Width = 507
|
|
Align = alTop
|
|
AutoFill = True
|
|
AutoSize = True
|
|
Caption = 'PascalFileExtRadiogroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
Columns = 2
|
|
TabOrder = 0
|
|
end
|
|
object AmbiguousFileActionRadioGroup: TRadioGroup[1]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = CharcaseFileActionRadioGroup
|
|
AnchorSideRight.Control = Owner
|
|
Left = 0
|
|
Height = 67
|
|
Top = 53
|
|
Width = 507
|
|
Align = alTop
|
|
AutoFill = True
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'AmbiguousFileActionRadioGroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
Columns = 2
|
|
TabOrder = 1
|
|
end
|
|
object CharcaseFileActionRadioGroup: TRadioGroup[2]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = AmbiguousFileActionRadioGroup
|
|
AnchorSideRight.Control = Owner
|
|
Left = 0
|
|
Height = 58
|
|
Top = 126
|
|
Width = 507
|
|
Align = alTop
|
|
AutoFill = True
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'CharcaseFileActionRadioGroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
Columns = 2
|
|
TabOrder = 2
|
|
end
|
|
object UnitReferencesRadioGroup: TRadioGroup[3]
|
|
Left = 0
|
|
Height = 50
|
|
Top = 190
|
|
Width = 507
|
|
Align = alTop
|
|
AutoFill = True
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'UnitReferencesRadioGroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 3
|
|
Columns = 3
|
|
Constraints.MinHeight = 50
|
|
TabOrder = 3
|
|
end
|
|
object AskForFilenameOnNewCheckBox: TCheckBox[4]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = UnitReferencesRadioGroup
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 17
|
|
Top = 246
|
|
Width = 175
|
|
BorderSpacing.Around = 6
|
|
Caption = 'AskForFilenameOnNewCheckBox'
|
|
TabOrder = 4
|
|
end
|
|
object LowercaseDefaultFilenameCheckBox: TCheckBox[5]
|
|
AnchorSideLeft.Control = AskForFilenameOnNewCheckBox
|
|
AnchorSideTop.Control = AskForFilenameOnNewCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 17
|
|
Top = 269
|
|
Width = 193
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'LowercaseDefaultFilenameCheckBox'
|
|
Checked = True
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
State = cbChecked
|
|
TabOrder = 5
|
|
end
|
|
end
|