home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / Start_95.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  1998-09-09  |  3KB  |  128 lines

  1. object Form3: TForm3
  2.   Left = 269
  3.   Top = 139
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'MPEG-Cinema'
  7.   ClientHeight = 480
  8.   ClientWidth = 640
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnKeyDown = FormKeyDown
  19.   OnMouseDown = FormMouseDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object LMDNImage1: TLMDNImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 640
  27.     Height = 480
  28.     Align = alClient
  29.     QuickDraw = False
  30.     Transparent = False
  31.     OnMouseDown = LMDNImage1MouseDown
  32.   end
  33.   object Image3: TImage
  34.     Left = 445
  35.     Top = 438
  36.     Width = 73
  37.     Height = 27
  38.     AutoSize = True
  39.     Picture.Data = {<image000.bmp>}
  40.     OnClick = Image3Click
  41.   end
  42.   object Image5: TImage
  43.     Left = 43
  44.     Top = 438
  45.     Width = 34
  46.     Height = 27
  47.     AutoSize = True
  48.     Picture.Data = {<image001.bmp>}
  49.     OnClick = Image5Click
  50.   end
  51.   object Image6: TImage
  52.     Left = 83
  53.     Top = 438
  54.     Width = 34
  55.     Height = 27
  56.     AutoSize = True
  57.     Picture.Data = {<image002.bmp>}
  58.     OnClick = Image6Click
  59.   end
  60.   object Label1: TLabel
  61.     Left = 262
  62.     Top = 442
  63.     Width = 65
  64.     Height = 25
  65.     Alignment = taRightJustify
  66.     AutoSize = False
  67.     Caption = '0:00'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clWhite
  70.     Font.Height = -16
  71.     Font.Name = 'Arial'
  72.     Font.Style = [fsBold]
  73.     ParentFont = False
  74.     Transparent = True
  75.   end
  76.   object Label2: TLabel
  77.     Left = 363
  78.     Top = 442
  79.     Width = 65
  80.     Height = 25
  81.     Alignment = taRightJustify
  82.     AutoSize = False
  83.     Caption = '0:00'
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clWhite
  86.     Font.Height = -16
  87.     Font.Name = 'Arial'
  88.     Font.Style = [fsBold]
  89.     ParentFont = False
  90.     Transparent = True
  91.   end
  92.   object Image4: TImage
  93.     Left = 445
  94.     Top = 438
  95.     Width = 14
  96.     Height = 14
  97.     AutoSize = True
  98.     Picture.Data = {<image003.bmp>}
  99.   end
  100.   object Image2: TImage
  101.     Left = 524
  102.     Top = 438
  103.     Width = 73
  104.     Height = 27
  105.     AutoSize = True
  106.     Picture.Data = {<image004.bmp>}
  107.     OnClick = Image2Click
  108.   end
  109.   object ScrollBar1: TScrollBar
  110.     Left = 131
  111.     Top = 443
  112.     Width = 108
  113.     Height = 16
  114.     Ctl3D = False
  115.     LargeChange = 10
  116.     ParentCtl3D = False
  117.     TabOrder = 0
  118.     OnScroll = ScrollBar1Scroll
  119.   end
  120.   object Timer1: TTimer
  121.     Enabled = False
  122.     Interval = 200
  123.     OnTimer = Timer1Timer
  124.     Left = 600
  125.     Top = 16
  126.   end
  127. end
  128.