home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / ctenari / Bukacek / hra.xxx / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2001-08-31  |  2KB  |  93 lines

  1. object Form1: TForm1
  2.   Left = 352
  3.   Top = 183
  4.   BorderStyle = bsNone
  5.   Caption = 'Form1'
  6.   ClientHeight = 416
  7.   ClientWidth = 613
  8.   Color = clSilver
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClick = FormClick
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnKeyUp = FormKeyUp
  20.   OnMouseWheelDown = FormMouseWheelDown
  21.   OnMouseWheelUp = FormMouseWheelUp
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object DXDraw1: TDXDraw
  25.     Left = 48
  26.     Top = 128
  27.     Width = 459
  28.     Height = 185
  29.     AutoInitialize = True
  30.     AutoSize = True
  31.     Color = clMenu
  32.     Display.FixedBitCount = True
  33.     Display.FixedRatio = True
  34.     Display.FixedSize = False
  35.     Options = [doAllowReboot, doWaitVBlank, doCenter, doDirectX7Mode, doHardware, doSelectDriver]
  36.     SurfaceHeight = 185
  37.     SurfaceWidth = 459
  38.     TabOrder = 0
  39.     OnDblClick = DXDraw1DblClick
  40.     OnMouseDown = DXDraw1MouseDown
  41.     OnMouseMove = DXDraw1MouseMove
  42.     OnMouseUp = DXDraw1MouseUp
  43.   end
  44.   object MediaPlayer1: TMediaPlayer
  45.     Left = 208
  46.     Top = 16
  47.     Width = 253
  48.     Height = 30
  49.     Visible = False
  50.     TabOrder = 1
  51.   end
  52.   object DXImageList1: TDXImageList
  53.     DXDraw = DXDraw1
  54.     Items = <>
  55.     Left = 512
  56.     Top = 80
  57.   end
  58.   object DXTimer1: TDXTimer
  59.     ActiveOnly = True
  60.     Enabled = False
  61.     Interval = 16
  62.     OnTimer = cas
  63.     Left = 552
  64.     Top = 80
  65.   end
  66.   object DXSound: TDXSound
  67.     AutoInitialize = True
  68.     Options = []
  69.     Left = 512
  70.     Top = 160
  71.   end
  72.   object DXWaveList1: TDXWaveList
  73.     DXSound = DXSound
  74.     Items = <>
  75.     Left = 512
  76.     Top = 120
  77.   end
  78.   object DXImageList2: TDXImageList
  79.     DXDraw = DXDraw1
  80.     Items = <
  81.       item
  82.         PatternHeight = 0
  83.         PatternWidth = 0
  84.         Picture.Data = {<image000.TDIB>}
  85.         SystemMemory = False
  86.         Transparent = True
  87.         TransparentColor = clBlack
  88.       end>
  89.     Left = 560
  90.     Top = 120
  91.   end
  92. end
  93.