home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.5 / 2000-02_Disc_5.5.bin / ELINK / elink.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-12-01  |  1KB  |  51 lines

  1. object Form1: TForm1
  2.   Left = 299
  3.   Top = 115
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'EarthLink'
  9.   ClientHeight = 480
  10.   ClientWidth = 640
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 640
  24.     Height = 480
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Image2: TImage
  28.     Left = -1
  29.     Top = 444
  30.     Width = 69
  31.     Height = 35
  32.     Picture.Data = {<image001.bmp>}
  33.     OnClick = Image2Click
  34.   end
  35.   object Image3: TImage
  36.     Left = 415
  37.     Top = 414
  38.     Width = 185
  39.     Height = 60
  40.     Picture.Data = {<image002.bmp>}
  41.     OnClick = Image3Click
  42.   end
  43.   object quitter: TTimer
  44.     Enabled = False
  45.     Interval = 2000
  46.     OnTimer = quitterTimer
  47.     Left = 24
  48.     Top = 40
  49.   end
  50. end
  51.