object Form12: TForm12 Left = 0 Top = 0 BorderStyle = bsToolWindow Caption = 'Message Control' ClientHeight = 199 ClientWidth = 651 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object label_colors: TLabel Left = 2 Top = 51 Width = 137 Height = 145 AutoSize = False Caption = 'Color-Codes:' end object Label1: TLabel Left = 160 Top = 32 Width = 177 Height = 57 AutoSize = False Caption = 'In this window you can type messages that will be displayed insi' + 'de of Oni as a normal game message.' WordWrap = True end object Label2: TLabel Left = 160 Top = 88 Width = 177 Height = 41 AutoSize = False Caption = 'ONLY WORKS IF YOU'#39'VE LOADED A LEVEL TO WHICH YOU ADDED THE ONIPL' + 'AYER.BSL' WordWrap = True end object Message_Edit: TEdit Left = 0 Top = 0 Width = 649 Height = 21 TabOrder = 0 Text = '[w. MESSAGE MESSAGE MESSAGE MESSAGE MESSAGE MESSAGE MESSAGE MESS' + 'AGE MESSAGE MESSAGE MESSAGE MESSAGE]' end object send_message: TButton Left = 0 Top = 24 Width = 105 Height = 25 Caption = '&Send Message' TabOrder = 1 OnClick = send_messageClick end object timer_check: TTimer Interval = 5000 OnTimer = timer_checkTimer Left = 104 Top = 24 end end