lazarus/lcl/forms/replacedlgunit.lfm

141 lines
2.8 KiB
Plaintext

object ReplaceDialogForm: TReplaceDialogForm
Left = 412
Height = 162
Top = 396
Width = 432
HorzScrollBar.Page = 431
VertScrollBar.Page = 161
ActiveControl = EditFind
BorderIcons = [biSystemMenu, biHelp]
Caption = 'Replace text'
ClientHeight = 162
ClientWidth = 432
object TextLabel: TLabel
Left = 4
Height = 20
Top = 19
Width = 70
Caption = 'Text to find'
FocusControl = EditFind
ParentColor = False
end
object ReplaceLabel: TLabel
Left = 4
Height = 20
Top = 48
Width = 79
Caption = 'Replace with'
FocusControl = EditReplace
ParentColor = False
end
object EditFind: TEdit
Left = 72
Height = 23
Top = 10
Width = 257
Anchors = [akTop, akLeft, akRight]
TabOrder = 0
Text = 'EditFind'
end
object EditReplace: TEdit
Left = 72
Height = 23
Top = 42
Width = 257
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
Text = 'EditReplace'
end
object WholeWordsOnlyCheckBox: TCheckBox
Left = 4
Height = 22
Top = 80
Width = 133
Caption = 'Whole words only'
TabOrder = 2
end
object CaseSensitiveCheckBox: TCheckBox
Left = 4
Height = 22
Top = 104
Width = 116
Caption = 'Case sensitive'
TabOrder = 3
end
object FindMoreButton: TButton
Tag = 1
Left = 337
Height = 25
Top = 11
Width = 91
Anchors = [akTop, akRight]
Caption = 'Find more'
Default = True
TabOrder = 4
end
object ReplaceButton: TButton
Tag = 2
Left = 337
Height = 25
Top = 40
Width = 91
Anchors = [akTop, akRight]
Caption = 'Replace'
TabOrder = 5
end
object ReplaceAllButton: TButton
Tag = 3
Left = 336
Height = 25
Top = 68
Width = 91
Anchors = [akTop, akRight]
Caption = 'Replace all'
TabOrder = 6
end
object CancelButton: TButton
Left = 337
Height = 25
Top = 96
Width = 91
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 7
end
object HelpButton: TButton
Left = 337
Height = 25
Top = 129
Width = 91
Anchors = [akRight, akBottom]
Caption = 'Help'
TabOrder = 8
end
object DirectionRadioGroup: TRadioGroup
Left = 128
Height = 45
Top = 80
Width = 184
AutoFill = True
Caption = 'Direction'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 26
ClientWidth = 180
Columns = 2
Items.Strings = (
'Forward'
'Backward'
)
TabOrder = 9
end
end