lazarus/ide/frames/codetools_classcompletion_options.lfm
2017-11-23 14:06:04 +00:00

323 lines
8.9 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 = 213
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 = 196
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 = 172
Top = 193
Width = 575
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
Caption = 'PropertyCompletionGroupBox'
ClientHeight = 152
ClientWidth = 571
TabOrder = 4
object PropertyCompletionCheckBox: TCheckBox
AnchorSideLeft.Control = PropertyCompletionGroupBox
AnchorSideTop.Control = PropertyCompletionGroupBox
Left = 6
Height = 19
Top = 6
Width = 180
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 = 115
Top = 31
Width = 559
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
BevelOuter = bvNone
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ChildSizing.ControlsPerLine = 5
ClientHeight = 115
ClientWidth = 559
TabOrder = 1
object PrivateVariablePrefixLabel: TLabel
Left = 35
Height = 15
Top = 4
Width = 134
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaRightBottom
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'PrivateVariablePrefixLabel'
ParentColor = False
end
object PropertyStoredIdentPostfixLabel: TLabel
Left = 0
Height = 15
Top = 27
Width = 169
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaRightBottom
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'PropertyStoredIdentPostfixLabel'
ParentColor = False
end
object PropertyWriteIdentPrefixLabel: TLabel
Left = 12
Height = 15
Top = 50
Width = 157
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaRightBottom
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'PropertyWriteIdentPrefixLabel'
ParentColor = False
end
object PropertyReadIdentPrefixLabel: TLabel
Left = 14
Height = 15
Top = 73
Width = 155
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaRightBottom
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'PropertyReadIdentPrefixLabel'
ParentColor = False
end
object SetPropertyVariablenameLabel: TLabel
Left = 9
Height = 15
Top = 96
Width = 160
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaRightBottom
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'SetPropertyVariablenameLabel'
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 = 23
Width = 80
TabOrder = 1
Text = 'PropertyStoredIdentPostfixEdit'
end
object PropertyWriteIdentPrefixEdit: TEdit
Left = 175
Height = 23
Top = 46
Width = 80
TabOrder = 2
Text = 'PropertyWriteIdentPrefixEdit'
end
object PropertyReadIdentPrefixEdit: TEdit
Left = 175
Height = 23
Top = 69
Width = 80
TabOrder = 3
Text = 'PropertyReadIdentPrefixEdit'
end
object SetPropertyVariablenameEdit: TEdit
Left = 175
Height = 23
Top = 92
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 = 94
Width = 212
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 = 487
Height = 19
Top = 94
Width = 225
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 = 243
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 = 221
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'
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'
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'
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