mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 20:42:39 +02:00
175 lines
4.0 KiB
Plaintext
175 lines
4.0 KiB
Plaintext
object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
|
Left = 283
|
|
Height = 468
|
|
Top = 160
|
|
Width = 452
|
|
ActiveControl = CurrentListBox
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'FindRenameIdentifierDialog'
|
|
ClientHeight = 468
|
|
ClientWidth = 452
|
|
OnClose = FindRenameIdentifierDialogClose
|
|
OnCreate = FindRenameIdentifierDialogCreate
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.27'
|
|
object CurrentGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 79
|
|
Top = 6
|
|
Width = 440
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'CurrentGroupBox'
|
|
ClientHeight = 60
|
|
ClientWidth = 436
|
|
TabOrder = 0
|
|
object CurrentListBox: TListBox
|
|
Left = 6
|
|
Height = 48
|
|
Top = 6
|
|
Width = 424
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
ClickOnSelChange = False
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
end
|
|
end
|
|
object NewGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 85
|
|
Top = 91
|
|
Width = 440
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'NewGroupBox'
|
|
ClientHeight = 66
|
|
ClientWidth = 436
|
|
TabOrder = 1
|
|
object NewEdit: TEdit
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 424
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
Text = 'NewEdit'
|
|
end
|
|
object RenameCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 35
|
|
Width = 424
|
|
Align = alTop
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'RenameCheckBox'
|
|
OnChange = RenameCheckBoxChange
|
|
TabOrder = 1
|
|
UseOnChange = True
|
|
end
|
|
end
|
|
object ScopeGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 244
|
|
Top = 182
|
|
Width = 440
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ScopeGroupBox'
|
|
ClientHeight = 225
|
|
ClientWidth = 436
|
|
TabOrder = 2
|
|
object ScopeCommentsCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 185
|
|
Width = 424
|
|
Align = alTop
|
|
AllowGrayed = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ScopeCommentsCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object ScopeRadioGroup: TRadioGroup
|
|
Left = 6
|
|
Height = 112
|
|
Top = 6
|
|
Width = 424
|
|
Align = alTop
|
|
AutoFill = 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 = 93
|
|
ClientWidth = 420
|
|
Items.Strings = (
|
|
'in current unit'
|
|
'in main project'
|
|
'in project/package owning file'
|
|
'in all open projects and packages'
|
|
)
|
|
TabOrder = 1
|
|
end
|
|
object ExtraFilesGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 55
|
|
Top = 124
|
|
Width = 424
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ExtraFilesGroupBox'
|
|
ClientHeight = 36
|
|
ClientWidth = 420
|
|
TabOrder = 2
|
|
object ExtraFilesEdit: TEdit
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 408
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
Text = 'ExtraFilesEdit'
|
|
end
|
|
end
|
|
end
|
|
object CancelButton: TBitBtn
|
|
Left = 345
|
|
Height = 29
|
|
Top = 433
|
|
Width = 101
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
Cancel = True
|
|
Caption = 'CancelButton'
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 3
|
|
end
|
|
object FindOrRenameButton: TBitBtn
|
|
Left = 198
|
|
Height = 29
|
|
Top = 433
|
|
Width = 150
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 8
|
|
Caption = 'FindOrRenameButton'
|
|
Default = True
|
|
NumGlyphs = 0
|
|
OnClick = FindOrRenameButtonClick
|
|
TabOrder = 4
|
|
end
|
|
end
|