home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999_B.iso / AUTORUN.EXE / 0 / RCDATA / TAFRM / TAFRM.txt < prev   
Text File  |  1998-02-11  |  1KB  |  79 lines

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