mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-24 18:29:55 +01:00
175 lines
4.7 KiB
Plaintext
175 lines
4.7 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 = 24
|
|
Top = 53
|
|
Width = 261
|
|
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 = 24
|
|
Top = 120
|
|
Width = 279
|
|
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 = 144
|
|
Width = 315
|
|
BorderSpacing.Left = 6
|
|
Caption = 'UpdateOtherProcSignaturesCaseCheckBox'
|
|
TabOrder = 4
|
|
end
|
|
object TemplateFileLabel: TLabel
|
|
AnchorSideLeft.Control = GroupLocalVariablesCheckBox
|
|
AnchorSideTop.Control = TemplateFileEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 17
|
|
Top = 240
|
|
Width = 124
|
|
Caption = 'TemplateFileLabel'
|
|
ParentColor = False
|
|
end
|
|
object GroupLocalVariablesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = UpdateOtherProcSignaturesCaseCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 168
|
|
Width = 234
|
|
BorderSpacing.Left = 6
|
|
Caption = 'GroupLocalVariablesCheckBox'
|
|
TabOrder = 5
|
|
end
|
|
object ForwardProcsInsertPolicyComboBox: TComboBox
|
|
AnchorSideLeft.Control = ForwardProcsInsertPolicyLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 223
|
|
Height = 31
|
|
Top = 16
|
|
Width = 170
|
|
ItemHeight = 0
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object ForwardProcsInsertPolicyLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ForwardProcsInsertPolicyComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = ForwardProcsInsertPolicyComboBox
|
|
Left = 6
|
|
Height = 17
|
|
Top = 23
|
|
Width = 211
|
|
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 = 17
|
|
Top = 90
|
|
Width = 148
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UsesInsertPolicyLabel'
|
|
ParentColor = False
|
|
end
|
|
object UsesInsertPolicyComboBox: TComboBox
|
|
AnchorSideLeft.Control = UsesInsertPolicyLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ForwardProcsKeepOrderCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 160
|
|
Height = 31
|
|
Top = 83
|
|
Width = 170
|
|
BorderSpacing.Top = 6
|
|
ItemHeight = 0
|
|
Style = csDropDownList
|
|
TabOrder = 2
|
|
end
|
|
object EventMethodSectionLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = EventMethodSectionComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = EventMethodSectionComboBox
|
|
Left = 6
|
|
Height = 17
|
|
Top = 205
|
|
Width = 177
|
|
BorderSpacing.Around = 6
|
|
Caption = 'EventMethodSectionLabel'
|
|
ParentColor = False
|
|
end
|
|
object EventMethodSectionComboBox: TComboBox
|
|
AnchorSideLeft.Control = EventMethodSectionLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = GroupLocalVariablesCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 189
|
|
Height = 31
|
|
Top = 198
|
|
Width = 170
|
|
BorderSpacing.Top = 6
|
|
ItemHeight = 0
|
|
Style = csDropDownList
|
|
TabOrder = 6
|
|
end
|
|
object TemplateFileEdit: TFileNameEdit
|
|
AnchorSideLeft.Control = TemplateFileLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = EventMethodSectionComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 136
|
|
Height = 27
|
|
Top = 235
|
|
Width = 424
|
|
FilterIndex = 0
|
|
HideDirectories = False
|
|
ButtonWidth = 50
|
|
NumGlyphs = 1
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
MaxLength = 0
|
|
TabOrder = 7
|
|
Text = 'TemplateFileEdit'
|
|
end
|
|
end
|