lazarus/ide/findrenameidentifier.lfm
2009-04-22 06:47:34 +00:00

158 lines
3.6 KiB
Plaintext

object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
Left = 283
Height = 496
Top = 160
Width = 452
ActiveControl = CurrentListBox
BorderStyle = bsSizeToolWin
Caption = 'FindRenameIdentifierDialog'
ClientHeight = 496
ClientWidth = 452
OnClose = FindRenameIdentifierDialogClose
OnCreate = FindRenameIdentifierDialogCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '0.9.27'
object CurrentGroupBox: TGroupBox
Left = 6
Height = 117
Top = 6
Width = 440
Align = alClient
BorderSpacing.Around = 6
Caption = 'CurrentGroupBox'
ClientHeight = 98
ClientWidth = 436
TabOrder = 0
object CurrentListBox: TListBox
Left = 6
Height = 86
Top = 6
Width = 424
Align = alClient
BorderSpacing.Around = 6
ClickOnSelChange = False
ItemHeight = 0
TabOrder = 0
TopIndex = -1
end
end
object NewGroupBox: TGroupBox
Left = 6
Height = 67
Top = 129
Width = 440
Align = alBottom
AutoSize = True
BorderSpacing.Around = 6
Caption = 'NewGroupBox'
ClientHeight = 48
ClientWidth = 436
TabOrder = 1
object NewEdit: TEdit
Left = 6
Height = 23
Top = 34
Width = 424
Align = alTop
BorderSpacing.Around = 6
TabOrder = 0
Text = 'NewEdit'
end
object RenameCheckBox: TCheckBox
Left = 6
Height = 22
Top = 6
Width = 424
Align = alTop
BorderSpacing.Around = 6
Caption = 'RenameCheckBox'
OnChange = RenameCheckBoxChange
TabOrder = 1
end
end
object ScopeGroupBox: TGroupBox
Left = 6
Height = 238
Top = 202
Width = 440
Align = alBottom
AutoSize = True
BorderSpacing.Around = 6
Caption = 'ScopeGroupBox'
ClientHeight = 219
ClientWidth = 436
TabOrder = 2
object ScopeCommentsCheckBox: TCheckBox
Left = 6
Height = 22
Top = 191
Width = 424
Align = alTop
AllowGrayed = True
BorderSpacing.Around = 6
Caption = 'ScopeCommentsCheckBox'
TabOrder = 0
end
object ScopeRadioGroup: TRadioGroup
Left = 6
Height = 119
Top = 6
Width = 424
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 = 100
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 = 54
Top = 131
Width = 424
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'ExtraFilesGroupBox'
ClientHeight = 35
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 ButtonPanel1: TButtonPanel
Left = 6
Height = 44
Top = 446
Width = 440
TabOrder = 3
ShowButtons = [pbOK, pbCancel]
end
end