lazarus/ide/frames/codetools_identifiercompletion_options.lfm
2012-04-23 19:23:21 +00:00

100 lines
2.5 KiB
Plaintext

object CodetoolsIndentifierCompletionOptionsFrame: TCodetoolsIndentifierCompletionOptionsFrame
Left = 0
Height = 300
Top = 0
Width = 400
ClientHeight = 300
ClientWidth = 400
TabOrder = 0
Visible = False
DesignLeft = 651
DesignTop = 262
object ICAddSemicolonCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 22
Top = 6
Width = 168
BorderSpacing.Around = 6
Caption = 'ICAddSemicolonCheckBox'
TabOrder = 0
end
object ICAddAssignOperatorCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ICAddSemicolonCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 34
Width = 195
BorderSpacing.Around = 6
Caption = 'ICAddAssignOperatorCheckBox'
TabOrder = 1
end
object ICAutoStartAfterPointCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ICAddDoCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 90
Width = 194
BorderSpacing.Around = 6
Caption = 'ICAutoStartAfterPointCheckBox'
TabOrder = 2
end
object ICAutoAddParameterBracketsCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ICAutoStartAfterPointCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 118
Width = 240
BorderSpacing.Around = 6
Caption = 'ICAutoAddParameterBracketsCheckBox'
TabOrder = 3
end
object ICShowHelpCheckBox: TCheckBox
AnchorSideLeft.Control = ICAddSemicolonCheckBox
AnchorSideTop.Control = ICReplaceCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 194
Width = 144
BorderSpacing.Top = 20
Caption = 'ICShowHelpCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object ICReplaceCheckBox: TCheckBox
AnchorSideLeft.Control = ICAddSemicolonCheckBox
AnchorSideTop.Control = ICAutoAddParameterBracketsCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 152
Width = 134
BorderSpacing.Top = 12
BorderSpacing.Bottom = 6
Caption = 'ICReplaceCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 5
end
object ICAddDoCheckBox: TCheckBox
AnchorSideLeft.Control = ICAddSemicolonCheckBox
AnchorSideTop.Control = ICAddAssignOperatorCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 62
Width = 125
Caption = 'ICAddDoCheckBox'
TabOrder = 6
end
end