object Room: TRoom Left = 221 Top = 221 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Loading room...' ClientHeight = 351 ClientWidth = 536 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnKeyUp = FormKeyUp PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 536 Height = 351 Align = alClient OnMouseDown = Image1MouseDown OnMouseMove = Image1MouseMove OnMouseUp = Image1MouseUp end object Timer1: TTimer Enabled = False Interval = 90 Left = 16 Top = 16 end end