mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-16 05:08:29 +02:00
332 lines
9.1 KiB
Plaintext
332 lines
9.1 KiB
Plaintext
object CodetoolsClassCompletionOptionsFrame: TCodetoolsClassCompletionOptionsFrame
|
|
Left = 0
|
|
Height = 431
|
|
Top = 0
|
|
Width = 575
|
|
ClientHeight = 431
|
|
ClientWidth = 575
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 336
|
|
DesignTop = 176
|
|
object MixMethodsAndPropertiesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = InsertPoliciesPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 93
|
|
Width = 211
|
|
BorderSpacing.Left = 6
|
|
Caption = 'MixMethodsAndPropertiesCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object ClassHeaderCommentsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = UpdateAllMethodSignaturesCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 143
|
|
Width = 194
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ClassHeaderCommentsCheckBox'
|
|
TabOrder = 2
|
|
end
|
|
object PropertyCompletionGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ClassImplementationCommentsCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 196
|
|
Top = 193
|
|
Width = 575
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'PropertyCompletionGroupBox'
|
|
ClientHeight = 176
|
|
ClientWidth = 571
|
|
TabOrder = 4
|
|
object PropertyCompletionCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = PropertyCompletionGroupBox
|
|
AnchorSideTop.Control = PropertyCompletionGroupBox
|
|
Left = 6
|
|
Height = 19
|
|
Top = 6
|
|
Width = 178
|
|
BorderSpacing.Around = 6
|
|
Caption = 'PropertyCompletionCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object PropPrefixesPanel: TPanel
|
|
AnchorSideLeft.Control = PropertyCompletionGroupBox
|
|
AnchorSideTop.Control = PropertyCompletionCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = PropertyCompletionGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 139
|
|
Top = 31
|
|
Width = 559
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
BevelOuter = bvNone
|
|
ChildSizing.VerticalSpacing = 6
|
|
ChildSizing.Layout = cclTopToBottomThenLeftToRight
|
|
ChildSizing.ControlsPerLine = 5
|
|
ClientHeight = 139
|
|
ClientWidth = 559
|
|
TabOrder = 1
|
|
object PrivateVariablePrefixLabel: TLabel
|
|
Left = 34
|
|
Height = 15
|
|
Top = 4
|
|
Width = 135
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
|
BorderSpacing.CellAlignVertical = ccaCenter
|
|
Caption = 'PrivateVariablePrefixLabel'
|
|
Color = clDefault
|
|
ParentColor = False
|
|
end
|
|
object PropertyStoredIdentPostfixLabel: TLabel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 33
|
|
Width = 169
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
|
BorderSpacing.CellAlignVertical = ccaCenter
|
|
Caption = 'PropertyStoredIdentPostfixLabel'
|
|
Color = clDefault
|
|
ParentColor = False
|
|
end
|
|
object PropertyWriteIdentPrefixLabel: TLabel
|
|
Left = 12
|
|
Height = 15
|
|
Top = 62
|
|
Width = 157
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
|
BorderSpacing.CellAlignVertical = ccaCenter
|
|
Caption = 'PropertyWriteIdentPrefixLabel'
|
|
Color = clDefault
|
|
ParentColor = False
|
|
end
|
|
object PropertyReadIdentPrefixLabel: TLabel
|
|
Left = 14
|
|
Height = 15
|
|
Top = 91
|
|
Width = 155
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
|
BorderSpacing.CellAlignVertical = ccaCenter
|
|
Caption = 'PropertyReadIdentPrefixLabel'
|
|
Color = clDefault
|
|
ParentColor = False
|
|
end
|
|
object SetPropertyVariablenameLabel: TLabel
|
|
Left = 8
|
|
Height = 15
|
|
Top = 120
|
|
Width = 161
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
|
BorderSpacing.CellAlignVertical = ccaCenter
|
|
Caption = 'SetPropertyVariablenameLabel'
|
|
Color = clDefault
|
|
ParentColor = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
end
|
|
object PrivateVariablePrefixEdit: TEdit
|
|
Left = 175
|
|
Height = 23
|
|
Top = 0
|
|
Width = 80
|
|
TabOrder = 0
|
|
Text = 'PrivateVariablePrefixEdit'
|
|
end
|
|
object PropertyStoredIdentPostfixEdit: TEdit
|
|
Left = 175
|
|
Height = 23
|
|
Top = 29
|
|
Width = 80
|
|
TabOrder = 1
|
|
Text = 'PropertyStoredIdentPostfixEdit'
|
|
end
|
|
object PropertyWriteIdentPrefixEdit: TEdit
|
|
Left = 175
|
|
Height = 23
|
|
Top = 58
|
|
Width = 80
|
|
TabOrder = 2
|
|
Text = 'PropertyWriteIdentPrefixEdit'
|
|
end
|
|
object PropertyReadIdentPrefixEdit: TEdit
|
|
Left = 175
|
|
Height = 23
|
|
Top = 87
|
|
Width = 80
|
|
TabOrder = 3
|
|
Text = 'PropertyReadIdentPrefixEdit'
|
|
end
|
|
object SetPropertyVariablenameEdit: TEdit
|
|
Left = 175
|
|
Height = 23
|
|
Top = 116
|
|
Width = 80
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 4
|
|
Text = 'SetPropertyVariablenameEdit'
|
|
end
|
|
object SetPropertyVariableIsPrefixCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = SetPropertyVariablenameEdit
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = SetPropertyVariablenameEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 265
|
|
Height = 19
|
|
Top = 118
|
|
Width = 210
|
|
BorderSpacing.Left = 10
|
|
Caption = 'SetPropertyVariableIsPrefixCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 5
|
|
end
|
|
object SetPropertyVariableUseConstCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = SetPropertyVariableIsPrefixCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = SetPropertyVariablenameEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 485
|
|
Height = 19
|
|
Top = 118
|
|
Width = 223
|
|
BorderSpacing.Left = 10
|
|
Caption = 'SetPropertyVariableUseConstCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 6
|
|
end
|
|
end
|
|
end
|
|
object ClassImplementationCommentsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ClassHeaderCommentsCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 168
|
|
Width = 241
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ClassImplementationCommentsCheckBox'
|
|
TabOrder = 3
|
|
end
|
|
object UpdateAllMethodSignaturesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MixMethodsAndPropertiesCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 118
|
|
Width = 219
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UpdateAllMethodSignaturesCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
object InsertPoliciesPanel: TPanel
|
|
Left = 0
|
|
Height = 93
|
|
Top = 0
|
|
Width = 575
|
|
Align = alTop
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 6
|
|
ChildSizing.VerticalSpacing = 6
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
ClientHeight = 93
|
|
ClientWidth = 575
|
|
TabOrder = 5
|
|
object ClassPartInsertPolicyLabel: TLabel
|
|
Left = 6
|
|
Height = 15
|
|
Top = 10
|
|
Width = 147
|
|
BorderSpacing.CellAlignVertical = ccaCenter
|
|
Caption = 'ClassPartInsertPolicyLabel'
|
|
Color = clDefault
|
|
ParentColor = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
end
|
|
object ClassPartInsertPolicyComboBox: TComboBox
|
|
AnchorSideRight.Control = InsertPoliciesPanel
|
|
Left = 159
|
|
Height = 23
|
|
Top = 6
|
|
Width = 100
|
|
ItemHeight = 15
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object MethodInsertPolicyLabel: TLabel
|
|
Left = 6
|
|
Height = 15
|
|
Top = 39
|
|
Width = 147
|
|
BorderSpacing.CellAlignVertical = ccaCenter
|
|
Caption = 'MethodInsertPolicyLabel'
|
|
Color = clDefault
|
|
ParentColor = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
end
|
|
object MethodInsertPolicyComboBox: TComboBox
|
|
Left = 159
|
|
Height = 23
|
|
Top = 35
|
|
Width = 100
|
|
ItemHeight = 15
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
end
|
|
object MethodDefaultSectionLabel: TLabel
|
|
Left = 6
|
|
Height = 15
|
|
Top = 68
|
|
Width = 147
|
|
BorderSpacing.CellAlignVertical = ccaCenter
|
|
Caption = 'MethodDefaultSectionLabel'
|
|
Color = clDefault
|
|
ParentColor = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
end
|
|
object MethodDefaultSectionComboBox: TComboBox
|
|
Left = 159
|
|
Height = 23
|
|
Top = 64
|
|
Width = 100
|
|
ItemHeight = 15
|
|
Style = csDropDownList
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|