mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 22:44:22 +02:00
160 lines
4.3 KiB
Plaintext
160 lines
4.3 KiB
Plaintext
object CodetoolsCodeCreationOptionsFrame: TCodetoolsCodeCreationOptionsFrame
|
|
Left = 0
|
|
Height = 371
|
|
Top = 0
|
|
Width = 566
|
|
ClientHeight = 371
|
|
ClientWidth = 566
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 322
|
|
DesignTop = 167
|
|
object ForwardProcsKeepOrderCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ForwardProcsInsertPolicyComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 45
|
|
Width = 200
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ForwardProcsKeepOrderCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
object UpdateMultiProcSignaturesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = UsesInsertPolicyComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 99
|
|
Width = 217
|
|
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 = 19
|
|
Top = 118
|
|
Width = 244
|
|
BorderSpacing.Left = 6
|
|
Caption = 'UpdateOtherProcSignaturesCaseCheckBox'
|
|
TabOrder = 4
|
|
end
|
|
object TemplateFileLabel: TLabel
|
|
AnchorSideLeft.Control = GroupLocalVariablesCheckBox
|
|
AnchorSideTop.Control = TemplateFileEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 185
|
|
Width = 95
|
|
Caption = 'TemplateFileLabel'
|
|
ParentColor = False
|
|
end
|
|
object GroupLocalVariablesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = UpdateOtherProcSignaturesCaseCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 137
|
|
Width = 180
|
|
BorderSpacing.Left = 6
|
|
Caption = 'GroupLocalVariablesCheckBox'
|
|
TabOrder = 5
|
|
end
|
|
object ForwardProcsInsertPolicyComboBox: TComboBox
|
|
AnchorSideLeft.Control = ForwardProcsInsertPolicyLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 173
|
|
Height = 23
|
|
Top = 16
|
|
Width = 170
|
|
ItemHeight = 15
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object ForwardProcsInsertPolicyLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ForwardProcsInsertPolicyComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = ForwardProcsInsertPolicyComboBox
|
|
Left = 6
|
|
Height = 15
|
|
Top = 20
|
|
Width = 161
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ForwardProcsInsertPolicyLabel'
|
|
ParentColor = False
|
|
end
|
|
object UsesInsertPolicyLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = UsesInsertPolicyComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = UsesInsertPolicyComboBox
|
|
Left = 6
|
|
Height = 15
|
|
Top = 74
|
|
Width = 113
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UsesInsertPolicyLabel'
|
|
ParentColor = False
|
|
end
|
|
object UsesInsertPolicyComboBox: TComboBox
|
|
AnchorSideLeft.Control = UsesInsertPolicyLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ForwardProcsKeepOrderCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 125
|
|
Height = 23
|
|
Top = 70
|
|
Width = 170
|
|
BorderSpacing.Top = 6
|
|
ItemHeight = 15
|
|
Style = csDropDownList
|
|
TabOrder = 2
|
|
end
|
|
object TemplateFileEdit: TFileNameEdit
|
|
AnchorSideLeft.Control = TemplateFileLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = OverrideStringTypesWithFirstParamTypeCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 107
|
|
Height = 23
|
|
Top = 181
|
|
Width = 453
|
|
FilterIndex = 0
|
|
HideDirectories = False
|
|
ButtonWidth = 25
|
|
NumGlyphs = 1
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
MaxLength = 0
|
|
TabOrder = 7
|
|
Text = 'TemplateFileEdit'
|
|
end
|
|
object OverrideStringTypesWithFirstParamTypeCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = GroupLocalVariablesCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 156
|
|
Width = 286
|
|
BorderSpacing.Left = 6
|
|
Caption = 'OverrideStringTypesWithFirstParamTypeCheckBox'
|
|
TabOrder = 6
|
|
end
|
|
end
|