lazarus/ide/frames/codetools_identifiercompletion_options.lfm
2009-08-18 19:59:28 +00:00

45 lines
1.1 KiB
Plaintext

inherited CodetoolsIndentifierComplietionOptionsFrame: TCodetoolsIndentifierComplietionOptionsFrame
Height = 300
Width = 400
ClientHeight = 300
ClientWidth = 400
TabOrder = 0
Visible = False
DesignLeft = 651
DesignTop = 262
object ICAddSemicolonCheckBox: TCheckBox[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 0
Height = 22
Top = 0
Width = 191
Caption = 'ICAddSemicolonCheckBox'
TabOrder = 0
end
object ICAddAssignOperatorCheckBox: TCheckBox[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ICAddSemicolonCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 22
Top = 28
Width = 223
BorderSpacing.Top = 6
Caption = 'ICAddAssignOperatorCheckBox'
TabOrder = 1
end
object ICAutoStartAfterPointCheckBox: TCheckBox[2]
AnchorSideLeft.Control = ICAddSemicolonCheckBox
AnchorSideTop.Control = ICAddAssignOperatorCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 22
Top = 56
Width = 224
BorderSpacing.Top = 6
Caption = 'ICAutoStartAfterPointCheckBox'
TabOrder = 2
end
end