lazarus/ide/findrenameidentifier.lfm
2025-07-13 21:21:27 +02:00

212 lines
5.2 KiB
Plaintext

object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
Left = 314
Height = 525
Top = 188
Width = 460
AutoSize = True
BorderIcons = [biSystemMenu]
Caption = 'FindRenameIdentifierDialog'
ClientHeight = 525
ClientWidth = 460
Constraints.MinHeight = 450
Constraints.MinWidth = 460
LCLVersion = '4.99.0.0'
OnClose = FindRenameIdentifierDialogClose
OnCreate = FindRenameIdentifierDialogCreate
OnShow = FormShow
object CurrentGroupBox: TGroupBox
Left = 6
Height = 100
Top = 6
Width = 448
Align = alClient
BorderSpacing.Around = 6
Caption = 'CurrentGroupBox'
ClientHeight = 73
ClientWidth = 438
Constraints.MinHeight = 100
TabOrder = 0
object CurrentListBox: TListBox
Left = 6
Height = 61
Top = 6
Width = 426
Align = alClient
BorderSpacing.Around = 6
ClickOnSelChange = False
ItemHeight = 0
ScrollWidth = 430
TabOrder = 0
end
end
object NewGroupBox: TGroupBox
Left = 6
Height = 108
Top = 79
Width = 448
Align = alBottom
AutoSize = True
BorderSpacing.Around = 6
Caption = 'NewGroupBox'
ClientHeight = 81
ClientWidth = 438
TabOrder = 1
object NewEdit: TEdit
AnchorSideLeft.Control = NewGroupBox
AnchorSideTop.Control = ShowResultCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = NewGroupBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 54
Width = 426
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 2
Text = 'NewEdit'
OnChange = ValidateNewName
end
object RenameCheckBox: TCheckBox
Left = 6
Height = 18
Top = 6
Width = 426
Align = alTop
BorderSpacing.Around = 6
Caption = 'RenameCheckBox'
TabOrder = 0
OnChange = RenameCheckBoxChange
end
object ShowResultCheckBox: TCheckBox
AnchorSideLeft.Control = NewGroupBox
AnchorSideTop.Control = RenameCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = NewGroupBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 18
Top = 30
Width = 426
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
Caption = 'ShowResultCheckBox'
TabOrder = 1
end
end
object ScopeGroupBox: TGroupBox
Left = 6
Height = 288
Top = 193
Width = 448
Align = alBottom
AutoSize = True
BorderSpacing.Around = 6
Caption = 'ScopeGroupBox'
ClientHeight = 261
ClientWidth = 438
TabOrder = 2
object ExtraFilesGroupBox: TGroupBox
Left = 6
Height = 60
Top = 123
Width = 426
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'ExtraFilesGroupBox'
ClientHeight = 33
ClientWidth = 416
TabOrder = 1
object ExtraFilesEdit: TEdit
Left = 6
Height = 21
Top = 6
Width = 404
Align = alTop
BorderSpacing.Around = 6
TabOrder = 0
Text = 'ExtraFilesEdit'
end
end
object ScopeRadioGroup: TRadioGroup
Left = 6
Height = 111
Top = 6
Width = 426
Align = alTop
AutoFill = True
AutoSize = True
BorderSpacing.Around = 6
Caption = 'ScopeRadioGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 84
ClientWidth = 416
Items.Strings = (
'in current unit'
'in main project'
'in project/package owning file'
'in all open projects and packages'
)
TabOrder = 0
end
object ScopeCommentsCheckBox: TCheckBox
Left = 6
Height = 18
Top = 189
Width = 426
Align = alTop
BorderSpacing.Around = 6
Caption = 'ScopeCommentsCheckBox'
TabOrder = 2
end
object ScopeOverridesCheckBox: TCheckBox
Left = 6
Height = 18
Top = 213
Width = 426
Align = alTop
BorderSpacing.Around = 6
Caption = 'ScopeOverridesCheckBox'
TabOrder = 3
end
object ScopeIncludeLFMs: TCheckBox
Left = 6
Height = 18
Top = 237
Width = 426
Align = alTop
BorderSpacing.Around = 6
Caption = 'ScopeIncludeLFMs'
TabOrder = 4
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 32
Top = 487
Width = 448
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
OKButton.OnClick = FindOrRenameButtonClick
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
HelpButton.OnClick = HelpButtonClick
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 3
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
end