home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1998 December / PCA1298.ISO / Updates / 22 / unrealbeta218.exe / gspylite.exe / 0 / RCDATA / TSPLASH_FORM / TSPLASH_FORM.txt < prev   
Text File  |  1998-10-13  |  2KB  |  81 lines

  1. object splash_form: Tsplash_form
  2.   Left = 570
  3.   Top = 131
  4.   ActiveControl = motd_memo
  5.   BorderStyle = bsNone
  6.   Caption = 'GameSpy Lite'
  7.   ClientHeight = 230
  8.   ClientWidth = 350
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 350
  27.     Height = 230
  28.     Align = alTop
  29.     AutoSize = True
  30.     Picture.Data = {<image000.bmp>}
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 0
  34.     Top = 230
  35.     Width = 350
  36.     Height = 0
  37.     Align = alClient
  38.     BevelOuter = bvNone
  39.     Caption = 'Panel1'
  40.     Color = clBlack
  41.     TabOrder = 0
  42.     object ok_butt: TSpeedButton
  43.       Left = 128
  44.       Top = 212
  45.       Width = 72
  46.       Height = 24
  47.       Caption = 'OK'
  48.       Flat = True
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = 3581933
  51.       Font.Height = -11
  52.       Font.Name = 'Arial'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.       OnClick = ok_buttClick
  56.     end
  57.     object motd_memo: TRichEdit
  58.       Left = 4
  59.       Top = -1
  60.       Width = 340
  61.       Height = 210
  62.       ReadOnly = True
  63.       ScrollBars = ssVertical
  64.       TabOrder = 0
  65.       OnSelectionChange = motd_memoSelectionChange
  66.     end
  67.   end
  68.   object closetimer: TTimer
  69.     Interval = 2500
  70.     OnTimer = closetimerTimer
  71.     Left = 40
  72.     Top = 40
  73.   end
  74.   object motdclient: TUDPClient
  75.     Authorized = False
  76.     OnData = motdclientData
  77.     Left = 264
  78.     Top = 312
  79.   end
  80. end
  81.