object CodetoolsClassCompletionOptionsFrame: TCodetoolsClassCompletionOptionsFrame Left = 0 Height = 431 Top = 0 Width = 575 ClientHeight = 431 ClientWidth = 575 TabOrder = 0 Visible = False DesignLeft = 336 DesignTop = 176 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 = 319 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 = 17 Top = 106 Width = 192 BorderSpacing.Around = 6 Caption = 'MixMethodsAndPropertiesCheckBox' TabOrder = 2 end object ClassHeaderCommentsCheckBox: TCheckBox AnchorSideLeft.Control = Owner AnchorSideTop.Control = UpdateAllMethodSignaturesCheckBox AnchorSideTop.Side = asrBottom Left = 6 Height = 17 Top = 152 Width = 177 BorderSpacing.Around = 6 Caption = 'ClassHeaderCommentsCheckBox' TabOrder = 4 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 = 158 Top = 198 Width = 575 Anchors = [akTop, akLeft, akRight] AutoSize = True BorderSpacing.Top = 6 Caption = 'PropertyCompletionGroupBox' ClientHeight = 140 ClientWidth = 571 TabOrder = 6 object PropertyCompletionCheckBox: TCheckBox AnchorSideLeft.Control = PropertyCompletionGroupBox AnchorSideTop.Control = PropertyCompletionGroupBox Left = 6 Height = 17 Top = 6 Width = 162 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 = 105 Top = 29 Width = 559 Anchors = [akTop, akLeft, akRight] AutoSize = True BorderSpacing.Around = 6 BevelOuter = bvNone ChildSizing.Layout = cclTopToBottomThenLeftToRight ChildSizing.ControlsPerLine = 5 ClientHeight = 105 ClientWidth = 559 TabOrder = 1 object SetPropertyVariablenameLabel: TLabel AnchorSideTop.Side = asrCenter Left = 11 Height = 13 Top = 4 Width = 147 BorderSpacing.Right = 6 BorderSpacing.CellAlignHorizontal = ccaRightBottom BorderSpacing.CellAlignVertical = ccaCenter Caption = 'SetPropertyVariablenameLabel' ParentColor = False ParentShowHint = False ShowHint = True end object PrivateVariablePrefixLabel: TLabel AnchorSideTop.Side = asrCenter Left = 33 Height = 13 Top = 25 Width = 125 BorderSpacing.Right = 6 BorderSpacing.CellAlignHorizontal = ccaRightBottom BorderSpacing.CellAlignVertical = ccaCenter Caption = 'PrivateVariablePrefixLabel' ParentColor = False end object PropertyStoredIdentPostfixLabel: TLabel AnchorSideTop.Side = asrCenter Left = 0 Height = 13 Top = 46 Width = 158 BorderSpacing.Right = 6 BorderSpacing.CellAlignHorizontal = ccaRightBottom BorderSpacing.CellAlignVertical = ccaCenter Caption = 'PropertyStoredIdentPostfixLabel' ParentColor = False end object PropertyWriteIdentPrefixLabel: TLabel AnchorSideTop.Side = asrCenter Left = 11 Height = 13 Top = 67 Width = 147 BorderSpacing.Right = 6 BorderSpacing.CellAlignHorizontal = ccaRightBottom BorderSpacing.CellAlignVertical = ccaCenter Caption = 'PropertyWriteIdentPrefixLabel' ParentColor = False end object PropertyReadIdentPrefixLabel: TLabel AnchorSideTop.Side = asrCenter Left = 12 Height = 13 Top = 88 Width = 146 BorderSpacing.Right = 6 BorderSpacing.CellAlignHorizontal = ccaRightBottom BorderSpacing.CellAlignVertical = ccaCenter Caption = 'PropertyReadIdentPrefixLabel' ParentColor = False end object SetPropertyVariablenameEdit: TEdit AnchorSideTop.Side = asrBottom AnchorSideRight.Side = asrBottom Left = 164 Height = 21 Top = 0 Width = 80 ParentShowHint = False ShowHint = True TabOrder = 0 Text = 'SetPropertyVariablenameEdit' end object PrivateVariablePrefixEdit: TEdit AnchorSideTop.Side = asrBottom AnchorSideRight.Side = asrBottom Left = 164 Height = 21 Top = 21 Width = 80 TabOrder = 3 Text = 'PrivateVariablePrefixEdit' end object PropertyStoredIdentPostfixEdit: TEdit AnchorSideTop.Side = asrBottom AnchorSideRight.Side = asrBottom Left = 164 Height = 21 Top = 42 Width = 80 TabOrder = 4 Text = 'PropertyStoredIdentPostfixEdit' end object PropertyWriteIdentPrefixEdit: TEdit AnchorSideTop.Side = asrBottom AnchorSideRight.Side = asrBottom Left = 164 Height = 21 Top = 63 Width = 80 TabOrder = 5 Text = 'PropertyWriteIdentPrefixEdit' end object PropertyReadIdentPrefixEdit: TEdit AnchorSideTop.Side = asrBottom AnchorSideRight.Side = asrBottom Left = 164 Height = 21 Top = 84 Width = 80 TabOrder = 6 Text = 'PropertyReadIdentPrefixEdit' end object SetPropertyVariableIsPrefixCheckBox: TCheckBox AnchorSideLeft.Control = SetPropertyVariablenameEdit AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = SetPropertyVariablenameEdit AnchorSideTop.Side = asrCenter Left = 254 Height = 17 Top = 2 Width = 200 BorderSpacing.Left = 10 Caption = 'SetPropertyVariableIsPrefixCheckBox' ParentShowHint = False ShowHint = True TabOrder = 1 end object SetPropertyVariableUseConstCheckBox: TCheckBox AnchorSideLeft.Control = SetPropertyVariableIsPrefixCheckBox AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = SetPropertyVariablenameEdit AnchorSideTop.Side = asrCenter Left = 464 Height = 17 Top = 2 Width = 209 BorderSpacing.Left = 10 Caption = 'SetPropertyVariableUseConstCheckBox' ParentShowHint = False ShowHint = True TabOrder = 2 end end end object ClassImplementationCommentsCheckBox: TCheckBox AnchorSideLeft.Control = Owner AnchorSideTop.Control = ClassHeaderCommentsCheckBox AnchorSideTop.Side = asrBottom Left = 6 Height = 17 Top = 175 Width = 216 BorderSpacing.Around = 6 Caption = 'ClassImplementationCommentsCheckBox' TabOrder = 5 end object UpdateAllMethodSignaturesCheckBox: TCheckBox AnchorSideLeft.Control = Owner AnchorSideTop.Control = MixMethodsAndPropertiesCheckBox AnchorSideTop.Side = asrBottom Left = 6 Height = 17 Top = 129 Width = 200 BorderSpacing.Around = 6 Caption = 'UpdateAllMethodSignaturesCheckBox' TabOrder = 3 end end