1 |
object Form12: TForm12 |
2 |
Left = 0 |
3 |
Top = 0 |
4 |
BorderStyle = bsToolWindow |
5 |
Caption = 'Message Control' |
6 |
ClientHeight = 199 |
7 |
ClientWidth = 651 |
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 |
OnShow = FormShow |
17 |
PixelsPerInch = 96 |
18 |
TextHeight = 13 |
19 |
object label_colors: TLabel |
20 |
Left = 2 |
21 |
Top = 51 |
22 |
Width = 137 |
23 |
Height = 145 |
24 |
AutoSize = False |
25 |
Caption = 'Color-Codes:' |
26 |
end |
27 |
object Label1: TLabel |
28 |
Left = 160 |
29 |
Top = 32 |
30 |
Width = 177 |
31 |
Height = 57 |
32 |
AutoSize = False |
33 |
Caption = |
34 |
'In this window you can type messages that will be displayed insi' + |
35 |
'de of Oni as a normal game message.' |
36 |
WordWrap = True |
37 |
end |
38 |
object Label2: TLabel |
39 |
Left = 160 |
40 |
Top = 88 |
41 |
Width = 177 |
42 |
Height = 41 |
43 |
AutoSize = False |
44 |
Caption = |
45 |
'ONLY WORKS IF YOU'#39'VE LOADED A LEVEL TO WHICH YOU ADDED THE ONIPL' + |
46 |
'AYER.BSL' |
47 |
WordWrap = True |
48 |
end |
49 |
object Message_Edit: TEdit |
50 |
Left = 0 |
51 |
Top = 0 |
52 |
Width = 649 |
53 |
Height = 21 |
54 |
TabOrder = 0 |
55 |
Text = |
56 |
'[w. MESSAGE MESSAGE MESSAGE MESSAGE MESSAGE MESSAGE MESSAGE MESS' + |
57 |
'AGE MESSAGE MESSAGE MESSAGE MESSAGE]' |
58 |
end |
59 |
object send_message: TButton |
60 |
Left = 0 |
61 |
Top = 24 |
62 |
Width = 105 |
63 |
Height = 25 |
64 |
Caption = '&Send Message' |
65 |
TabOrder = 1 |
66 |
OnClick = send_messageClick |
67 |
end |
68 |
object timer_check: TTimer |
69 |
Interval = 5000 |
70 |
OnTimer = timer_checkTimer |
71 |
Left = 104 |
72 |
Top = 24 |
73 |
end |
74 |
end |