-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathTESVT_SearchText.dfm
More file actions
50 lines (50 loc) · 949 Bytes
/
TESVT_SearchText.dfm
File metadata and controls
50 lines (50 loc) · 949 Bytes
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
object FormsText: TFormsText
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsDialog
Caption = 'textSearch'
ClientHeight = 104
ClientWidth = 312
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object cbSearchText: TComboBox
Left = 8
Top = 8
Width = 295
Height = 21
TabOrder = 0
end
object RadioGroup1: TRadioGroup
Left = 8
Top = 35
Width = 185
Height = 62
Caption = 'SearchIn'
ItemIndex = 1
Items.Strings = (
'Source'
'Destination')
TabOrder = 1
end
object Button1: TButton
Left = 209
Top = 72
Width = 95
Height = 25
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 2
end
end