lazarus/ide/frames/codetools_classcompletion_options.lfm
mattias 8425f35288 IDE: codetools options: shorter caption
git-svn-id: trunk@36652 -
2012-04-07 09:25:03 +00:00

258 lines
7.7 KiB
Plaintext

object CodetoolsClassCompletionOptionsFrame: TCodetoolsClassCompletionOptionsFrame
Left = 0
Height = 455
Top = 0
Width = 572
ClientHeight = 455
ClientWidth = 572
TabOrder = 0
Visible = False
DesignLeft = 334
DesignTop = 307
object ClassPartInsertPolicyRadioGroup: TRadioGroup
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 100
Top = 0
Width = 250
AutoFill = True
AutoSize = True
Caption = 'ClassPartInsertPolicyRadioGroup'
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
Constraints.MinWidth = 250
TabOrder = 0
end
object MethodInsertPolicyRadioGroup: TRadioGroup
AnchorSideLeft.Control = ClassPartInsertPolicyRadioGroup
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 256
Height = 100
Top = 0
Width = 316
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
BorderSpacing.Left = 6
Caption = 'MethodInsertPolicyRadioGroup'
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 = 1
end
object MixMethodsAndPropertiesCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ClassPartInsertPolicyRadioGroup
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 106
Width = 220
BorderSpacing.Around = 6
Caption = 'MixMethodsAndPropertiesCheckBox'
TabOrder = 2
end
object ClassHeaderCommentsCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MixMethodsAndPropertiesCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 134
Width = 209
BorderSpacing.Around = 6
Caption = 'ClassHeaderCommentsCheckBox'
TabOrder = 3
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 = 176
Top = 190
Width = 572
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
Caption = 'PropertyCompletionGroupBox'
ClientHeight = 160
ClientWidth = 568
TabOrder = 4
object PropertyCompletionCheckBox: TCheckBox
AnchorSideLeft.Control = PropertyCompletionGroupBox
AnchorSideTop.Control = PropertyCompletionGroupBox
Left = 6
Height = 22
Top = 6
Width = 188
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 = 120
Top = 34
Width = 556
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
BevelOuter = bvNone
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ChildSizing.ControlsPerLine = 5
ClientHeight = 120
ClientWidth = 556
TabOrder = 1
object SetPropertyVariablenameLabel: TLabel
AnchorSideTop.Side = asrCenter
Left = 7
Height = 15
Top = 4
Width = 171
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaRightBottom
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'SetPropertyVariablenameLabel'
ParentColor = False
end
object PrivateVariablePrefixLabel: TLabel
AnchorSideTop.Side = asrCenter
Left = 34
Height = 15
Top = 28
Width = 144
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaRightBottom
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'PrivateVariablePrefixLabel'
ParentColor = False
end
object PropertyStoredIdentPostfixLabel: TLabel
AnchorSideTop.Side = asrCenter
Left = 0
Height = 15
Top = 52
Width = 178
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaRightBottom
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'PropertyStoredIdentPostfixLabel'
ParentColor = False
end
object PropertyWriteIdentPrefixLabel: TLabel
AnchorSideTop.Side = asrCenter
Left = 13
Height = 15
Top = 76
Width = 165
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaRightBottom
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'PropertyWriteIdentPrefixLabel'
ParentColor = False
end
object PropertyReadIdentPrefixLabel: TLabel
AnchorSideTop.Side = asrCenter
Left = 13
Height = 15
Top = 100
Width = 165
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaRightBottom
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'PropertyReadIdentPrefixLabel'
ParentColor = False
end
object SetPropertyVariablenameEdit: TEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 184
Height = 24
Top = 0
Width = 80
TabOrder = 0
Text = 'SetPropertyVariablenameEdit'
end
object PrivateVariablePrefixEdit: TEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 184
Height = 24
Top = 24
Width = 80
TabOrder = 1
Text = 'PrivateVariablePrefixEdit'
end
object PropertyStoredIdentPostfixEdit: TEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 184
Height = 24
Top = 48
Width = 80
TabOrder = 2
Text = 'PropertyStoredIdentPostfixEdit'
end
object PropertyWriteIdentPrefixEdit: TEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 184
Height = 24
Top = 72
Width = 80
TabOrder = 3
Text = 'PropertyWriteIdentPrefixEdit'
end
object PropertyReadIdentPrefixEdit: TEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 184
Height = 24
Top = 96
Width = 80
TabOrder = 4
Text = 'PropertyReadIdentPrefixEdit'
end
end
end
object ClassImplementationCommentsCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ClassHeaderCommentsCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 162
Width = 257
BorderSpacing.Around = 6
Caption = 'ClassImplementationCommentsCheckBox'
TabOrder = 5
end
end