home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 July / Gamestar_07_1999-07_cd2.bin / Program / Fillets.exe / 0 / RCDATA / TDIRECT / TDIRECT.txt
Text File  |  1998-03-27  |  1KB  |  53 lines

  1. object Direct: TDirect
  2.   Left = 146
  3.   Top = 137
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = '- Fillets'
  9.   ClientHeight = 491
  10.   ClientWidth = 646
  11.   Color = clBlack
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clBlack
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Position = poScreenCenter
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   OnKeyUp = FormKeyUp
  23.   OnMouseDown = FormMouseDown
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Image1: TImage
  28.     Left = 0
  29.     Top = 0
  30.     Width = 640
  31.     Height = 480
  32.     OnMouseDown = PaintBox1MouseDown
  33.     OnMouseMove = PaintBox1MouseMove
  34.   end
  35.   object MediaPlayer1: TMediaPlayer
  36.     Left = 208
  37.     Top = 484
  38.     Width = 253
  39.     Height = 30
  40.     Display = Owner
  41.     Visible = False
  42.     TabOrder = 0
  43.     OnNotify = MediaPlayer1Notify
  44.   end
  45.   object Timer1: TTimer
  46.     Enabled = False
  47.     Interval = 100
  48.     OnTimer = Timer1Timer
  49.     Left = 64
  50.     Top = 32
  51.   end
  52. end
  53.