-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathRes.dfm
65 lines (65 loc) · 1.43 KB
/
Res.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
55
56
57
58
59
60
61
62
63
64
65
object result: Tresult
Left = 194
Top = 332
BorderStyle = bsToolWindow
Caption = 'Search Matches'
ClientHeight = 380
ClientWidth = 269
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnClose = FormClose
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 269
Height = 381
BevelInner = bvLowered
TabOrder = 0
object resultlist: TListView
Left = 2
Top = 2
Width = 263
Height = 375
BevelInner = bvLowered
BevelOuter = bvRaised
BorderStyle = bsNone
Columns = <
item
Caption = 'Address'
Width = 100
end
item
Alignment = taCenter
Caption = 'Value'
Width = 140
end>
ColumnClick = False
GridLines = True
ReadOnly = True
RowSelect = True
SortType = stText
TabOrder = 0
ViewStyle = vsReport
OnChange = resultlistChange
OnDblClick = resultlistDblClick
OnDeletion = resultlistDeletion
OnInsert = resultlistInsert
end
end
object ListUpdater: TTimer
Enabled = False
Interval = 25
OnTimer = ListUpdaterTimer
Left = 240
end
end