object splash_form: Tsplash_form Left = 570 Top = 131 ActiveControl = motd_memo BorderStyle = bsNone Caption = 'GameSpy Lite' ClientHeight = 230 ClientWidth = 350 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Image1: TImage Left = 0 Top = 0 Width = 350 Height = 230 Align = alTop AutoSize = True Picture.Data = {} end object Panel1: TPanel Left = 0 Top = 230 Width = 350 Height = 0 Align = alClient BevelOuter = bvNone Caption = 'Panel1' Color = clBlack TabOrder = 0 object ok_butt: TSpeedButton Left = 128 Top = 212 Width = 72 Height = 24 Caption = 'OK' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = 3581933 Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False OnClick = ok_buttClick end object motd_memo: TRichEdit Left = 4 Top = -1 Width = 340 Height = 210 ReadOnly = True ScrollBars = ssVertical TabOrder = 0 OnSelectionChange = motd_memoSelectionChange end end object closetimer: TTimer Interval = 2500 OnTimer = closetimerTimer Left = 40 Top = 40 end object motdclient: TUDPClient Authorized = False OnData = motdclientData Left = 264 Top = 312 end end