mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 12:18:23 +02:00
142 lines
4.1 KiB
Plaintext
142 lines
4.1 KiB
Plaintext
object CodetoolsCodeCreationOptionsFrame: TCodetoolsCodeCreationOptionsFrame
|
|
Left = 0
|
|
Height = 377
|
|
Top = 0
|
|
Width = 572
|
|
ClientHeight = 377
|
|
ClientWidth = 572
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 313
|
|
DesignTop = 275
|
|
object ForwardProcsInsertPolicyRadioGroup: TRadioGroup
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 100
|
|
Top = 6
|
|
Width = 560
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ForwardProcsInsertPolicyRadioGroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
TabOrder = 0
|
|
end
|
|
object ForwardProcsKeepOrderCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ForwardProcsInsertPolicyRadioGroup
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 112
|
|
Width = 217
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ForwardProcsKeepOrderCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
object UsesInsertPolicyRadioGroup: TRadioGroup
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ForwardProcsKeepOrderCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 100
|
|
Top = 148
|
|
Width = 560
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = True
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UsesInsertPolicyRadioGroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
Constraints.MinHeight = 100
|
|
TabOrder = 2
|
|
end
|
|
object UpdateMultiProcSignaturesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = UsesInsertPolicyRadioGroup
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 254
|
|
Width = 231
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'UpdateMultiProcSignaturesCheckBox'
|
|
TabOrder = 3
|
|
end
|
|
object UpdateOtherProcSignaturesCaseCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = UpdateMultiProcSignaturesCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 278
|
|
Width = 261
|
|
BorderSpacing.Left = 6
|
|
Caption = 'UpdateOtherProcSignaturesCaseCheckBox'
|
|
TabOrder = 4
|
|
end
|
|
object TemplateFileLabel: TLabel
|
|
AnchorSideLeft.Control = UpdateOtherProcSignaturesCaseCheckBox
|
|
AnchorSideTop.Control = TemplateFileEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 307
|
|
Width = 100
|
|
Caption = 'TemplateFileLabel'
|
|
ParentColor = False
|
|
end
|
|
object TemplateFileEdit: TEdit
|
|
AnchorSideLeft.Control = TemplateFileLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = UpdateOtherProcSignaturesCaseCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = TemplateFileBrowseButton
|
|
Left = 106
|
|
Height = 25
|
|
Top = 302
|
|
Width = 439
|
|
Anchors = [akTop, akLeft, akRight]
|
|
TabOrder = 5
|
|
Text = 'TemplateFileEdit'
|
|
end
|
|
object TemplateFileBrowseButton: TButton
|
|
AnchorSideTop.Control = TemplateFileEdit
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = TemplateFileEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 545
|
|
Height = 25
|
|
Top = 302
|
|
Width = 21
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
OnClick = TemplateFileBrowseButtonClick
|
|
TabOrder = 6
|
|
end
|
|
end
|