-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathdlgReplaceText.dfm
54 lines (54 loc) · 1.01 KB
/
dlgReplaceText.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
inherited TextReplaceDialog: TTextReplaceDialog
Caption = 'Replace Text'
ClientHeight = 210
Font.Height = -13
OldCreateOrder = True
ExplicitWidth = 338
ExplicitHeight = 239
PixelsPerInch = 96
TextHeight = 16
inherited Label1: TLabel
Width = 64
Height = 16
ExplicitWidth = 64
ExplicitHeight = 16
end
object Label2: TLabel [1]
Left = 8
Top = 41
Width = 80
Height = 16
Caption = '&Replace with:'
end
inherited cbSearchText: TComboBox
Height = 24
ExplicitHeight = 24
end
inherited gbSearchOptions: TGroupBox
Top = 70
TabOrder = 2
ExplicitTop = 70
end
inherited rgSearchDirection: TRadioGroup
Top = 70
TabOrder = 3
ExplicitTop = 70
end
inherited btnOK: TButton
Top = 179
TabOrder = 4
ExplicitTop = 179
end
inherited btnCancel: TButton
Top = 179
TabOrder = 5
ExplicitTop = 179
end
object cbReplaceText: TComboBox
Left = 96
Top = 37
Width = 228
Height = 24
TabOrder = 1
end
end