mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-04 13:18:18 +02:00
293 lines
7.6 KiB
Plaintext
293 lines
7.6 KiB
Plaintext
object CodetoolsIndentifierCompletionOptionsFrame: TCodetoolsIndentifierCompletionOptionsFrame
|
|
Left = 0
|
|
Height = 415
|
|
Top = 0
|
|
Width = 537
|
|
ClientHeight = 415
|
|
ClientWidth = 537
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 514
|
|
DesignTop = 178
|
|
object ICAddSemicolonCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAddDividerBevel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 99
|
|
Width = 161
|
|
Caption = 'ICAddSemicolonCheckBox'
|
|
TabOrder = 3
|
|
end
|
|
object ICAddAssignOperatorCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAddSemicolonCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 118
|
|
Width = 187
|
|
Caption = 'ICAddAssignOperatorCheckBox'
|
|
TabOrder = 4
|
|
end
|
|
object ICAutoStartAfterPointCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICOpenDividerBevel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 25
|
|
Width = 187
|
|
Caption = 'ICAutoStartAfterPointCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object ICAutoAddParameterBracketsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAddDoCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 156
|
|
Width = 229
|
|
Caption = 'ICAutoAddParameterBracketsCheckBox'
|
|
TabOrder = 6
|
|
end
|
|
object ICShowHelpCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAutoUseSingleIdent
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 63
|
|
Width = 137
|
|
Caption = 'ICShowHelpCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
end
|
|
object ICReplaceCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICMiscDividerBevel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 344
|
|
Width = 124
|
|
Caption = 'ICReplaceCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 12
|
|
end
|
|
object ICAddDoCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAddAssignOperatorCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 137
|
|
Width = 120
|
|
Caption = 'ICAddDoCheckBox'
|
|
TabOrder = 5
|
|
end
|
|
object ICSortForHistoryCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICSortDividerBevel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 192
|
|
Width = 159
|
|
Caption = 'ICSortForHistoryCheckBox'
|
|
TabOrder = 7
|
|
end
|
|
object ICSortForScopeCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICSortForHistoryCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 211
|
|
Width = 153
|
|
Caption = 'ICSortForScopeCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 8
|
|
end
|
|
object ICOpenDividerBevel: TDividerBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 15
|
|
Top = 10
|
|
Width = 537
|
|
Caption = 'ICOpenDividerBevel'
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object ICAddDividerBevel: TDividerBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICShowHelpCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 15
|
|
Top = 84
|
|
Width = 537
|
|
Caption = 'ICAddDividerBevel'
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 2
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object ICSortDividerBevel: TDividerBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAutoAddParameterBracketsCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 15
|
|
Top = 177
|
|
Width = 537
|
|
Caption = 'ICSortDividerBevel'
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 2
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object ICMiscDividerBevel: TDividerBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICUseIconsInCompletionBoxCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 15
|
|
Top = 329
|
|
Width = 537
|
|
Caption = 'ICMiscDividerBevel'
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 2
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object ICJumpToErrorCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICReplaceCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 363
|
|
Width = 151
|
|
Caption = 'ICJumpToErrorCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 13
|
|
end
|
|
object ICAutoUseSingleIdent: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAutoStartAfterPointCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 44
|
|
Width = 135
|
|
Caption = 'ICAutoUseSingleIdent'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object ICContainsFilterCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICContentDividerBevel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 247
|
|
Width = 156
|
|
Caption = 'ICContainsFilterCheckBox'
|
|
TabOrder = 9
|
|
end
|
|
object ICAppearanceDividerBevel: TDividerBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAddWordsComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 15
|
|
Top = 293
|
|
Width = 537
|
|
Caption = 'ICAppearanceDividerBevel'
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 2
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object ICUseIconsInCompletionBoxCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICAppearanceDividerBevel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 308
|
|
Width = 222
|
|
Caption = 'ICUseIconsInCompletionBoxCheckBox'
|
|
TabOrder = 11
|
|
end
|
|
object ICContentDividerBevel: TDividerBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ICSortForScopeCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 15
|
|
Top = 232
|
|
Width = 537
|
|
Caption = 'ICContentDividerBevel'
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 2
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object ICIncludeWordsLabel: TLabel
|
|
AnchorSideTop.Control = ICAddWordsComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 15
|
|
Top = 272
|
|
Width = 112
|
|
Caption = 'ICIncludeWordsLabel'
|
|
ParentColor = False
|
|
end
|
|
object ICAddWordsComboBox: TComboBox
|
|
AnchorSideLeft.Control = ICIncludeWordsLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ICContainsFilterCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 117
|
|
Height = 23
|
|
Top = 268
|
|
Width = 200
|
|
BorderSpacing.Left = 5
|
|
BorderSpacing.Top = 2
|
|
ItemHeight = 15
|
|
Style = csDropDownList
|
|
TabOrder = 10
|
|
end
|
|
end
|