1 |
object Form11: TForm11 |
2 |
Left = 0 |
3 |
Top = 0 |
4 |
BorderStyle = bsToolWindow |
5 |
Caption = 'Patch: Scriptvar finder' |
6 |
ClientHeight = 126 |
7 |
ClientWidth = 178 |
8 |
Color = clBtnFace |
9 |
Font.Charset = DEFAULT_CHARSET |
10 |
Font.Color = clWindowText |
11 |
Font.Height = -11 |
12 |
Font.Name = 'Tahoma' |
13 |
Font.Style = [] |
14 |
OldCreateOrder = False |
15 |
OnCloseQuery = FormCloseQuery |
16 |
PixelsPerInch = 96 |
17 |
TextHeight = 13 |
18 |
object Label1: TLabel |
19 |
Left = 0 |
20 |
Top = 0 |
21 |
Width = 177 |
22 |
Height = 57 |
23 |
AutoSize = False |
24 |
Caption = |
25 |
'This window shows you the address of script-var OnyPlayer_script' + |
26 |
'_start. Every var in this script has an offset of 0x10E0 to this' + |
27 |
' var.' |
28 |
WordWrap = True |
29 |
end |
30 |
object Label2: TLabel |
31 |
Left = 0 |
32 |
Top = 56 |
33 |
Width = 177 |
34 |
Height = 41 |
35 |
AutoSize = False |
36 |
Caption = |
37 |
'ONLY WORKS IF YOU'#39'VE LOADED A LEVEL TO WHICH YOU ADDED THE ONIPL' + |
38 |
'AYER.BSL' |
39 |
WordWrap = True |
40 |
end |
41 |
object Label3: TLabel |
42 |
Left = 29 |
43 |
Top = 106 |
44 |
Width = 49 |
45 |
Height = 17 |
46 |
AutoSize = False |
47 |
Caption = 'Address:' |
48 |
end |
49 |
object edit_address: TEdit |
50 |
Left = 80 |
51 |
Top = 104 |
52 |
Width = 97 |
53 |
Height = 21 |
54 |
TabOrder = 0 |
55 |
end |
56 |
object timer_check_value: TTimer |
57 |
Interval = 2500 |
58 |
OnTimer = timer_check_valueTimer |
59 |
Top = 96 |
60 |
end |
61 |
end |