lazarus/ide/frames/naming_options.lfm
paul e9c15a640d ide: fix anchors
git-svn-id: trunk@41018 -
2013-05-04 08:10:07 +00:00

150 lines
4.5 KiB
Plaintext

object NamingOptionsFrame: TNamingOptionsFrame
Left = 0
Height = 367
Top = 0
Width = 507
ClientHeight = 367
ClientWidth = 507
TabOrder = 0
Visible = False
DesignLeft = 353
DesignTop = 291
object PascalFileExtRadiogroup: TRadioGroup
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 47
Top = 0
Width = 507
Anchors = [akTop, akLeft, akRight]
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
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = PascalFileExtRadiogroup
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 67
Top = 53
Width = 507
Anchors = [akTop, akLeft, akRight]
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
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AmbiguousFileActionRadioGroup
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 58
Top = 126
Width = 507
Anchors = [akTop, akLeft, akRight]
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
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = CharcaseFileActionRadioGroup
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 50
Top = 190
Width = 507
Anchors = [akTop, akLeft, akRight]
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
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = UnitReferencesRadioGroup
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 19
Top = 246
Width = 507
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'AskForFilenameOnNewCheckBox'
TabOrder = 4
end
object LowercaseDefaultFilenameCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AskForFilenameOnNewCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 19
Top = 271
Width = 507
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'LowercaseDefaultFilenameCheckBox'
Checked = True
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 5
end
end