mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-22 09:43:40 +02:00
120 lines
3.2 KiB
Plaintext
120 lines
3.2 KiB
Plaintext
object CodetoolsIndentifierCompletionOptionsFrame: TCodetoolsIndentifierCompletionOptionsFrame
|
|
Left = 0
|
|
Height = 300
|
|
Top = 0
|
|
Width = 400
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 514
|
|
DesignTop = 178
|
|
object ICAddSemicolonCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 0
|
|
Width = 400
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'ICAddSemicolonCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object ICAddAssignOperatorCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAddSemicolonCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 25
|
|
Width = 400
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ICAddAssignOperatorCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
object ICAutoStartAfterPointCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAddDoCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 75
|
|
Width = 400
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ICAutoStartAfterPointCheckBox'
|
|
TabOrder = 2
|
|
end
|
|
object ICAutoAddParameterBracketsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAutoStartAfterPointCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 100
|
|
Width = 400
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ICAutoAddParameterBracketsCheckBox'
|
|
TabOrder = 3
|
|
end
|
|
object ICShowHelpCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICReplaceCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 150
|
|
Width = 400
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ICShowHelpCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 4
|
|
end
|
|
object ICReplaceCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAutoAddParameterBracketsCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 125
|
|
Width = 400
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ICReplaceCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 5
|
|
end
|
|
object ICAddDoCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAddAssignOperatorCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 50
|
|
Width = 400
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ICAddDoCheckBox'
|
|
TabOrder = 6
|
|
end
|
|
end
|