home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 November / Pcwk1197.iso / AUTORUN.EXE / 0 / RCDATA / TAFRM / TAFRM.txt < prev   
Text File  |  1997-03-24  |  1KB  |  77 lines

  1. object AFRM: TAFRM
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'PC World Komputer CD'
  7.   ClientHeight = 272
  8.   ClientWidth = 415
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnMouseDown = FormMouseDown
  16.   OnMouseMove = FormMouseMove
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BGIMG: TImage
  21.     Left = 27
  22.     Top = 36
  23.     Width = 30
  24.     Height = 29
  25.     Picture.Data = {<image000.bmp>}
  26.     Visible = False
  27.   end
  28.   object F1IMG: TImage
  29.     Left = 67
  30.     Top = 36
  31.     Width = 30
  32.     Height = 29
  33.     Picture.Data = {<image001.bmp>}
  34.     Visible = False
  35.   end
  36.   object F2IMG: TImage
  37.     Left = 107
  38.     Top = 36
  39.     Width = 30
  40.     Height = 29
  41.     Picture.Data = {<image002.bmp>}
  42.     Visible = False
  43.   end
  44.   object F3IMG: TImage
  45.     Left = 147
  46.     Top = 36
  47.     Width = 30
  48.     Height = 29
  49.     Picture.Data = {<image003.bmp>}
  50.     Visible = False
  51.   end
  52.   object N1IMG: TImage
  53.     Left = 67
  54.     Top = 68
  55.     Width = 30
  56.     Height = 29
  57.     Picture.Data = {<image004.bmp>}
  58.     Visible = False
  59.   end
  60.   object N2IMG: TImage
  61.     Left = 107
  62.     Top = 68
  63.     Width = 30
  64.     Height = 29
  65.     Picture.Data = {<image005.bmp>}
  66.     Visible = False
  67.   end
  68.   object N3IMG: TImage
  69.     Left = 147
  70.     Top = 68
  71.     Width = 30
  72.     Height = 29
  73.     Picture.Data = {<image006.bmp>}
  74.     Visible = False
  75.   end
  76. end
  77.