mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-24 01:05:59 +02:00
30 lines
754 B
Plaintext
30 lines
754 B
Plaintext
object CodetoolsIndentifierComplietionOptionsFrame: TCodetoolsIndentifierComplietionOptionsFrame
|
|
Height = 300
|
|
Width = 400
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 991
|
|
DesignTop = 321
|
|
object ICAddSemicolonCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Height = 19
|
|
Width = 150
|
|
Caption = 'ICAddSemicolonCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object ICAddAssignOperatorCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAddSemicolonCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Height = 19
|
|
Top = 25
|
|
Width = 178
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ICAddAssignOperatorCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
end
|