home *** CD-ROM | disk | FTP | other *** search
/ Freelog 3 / Freelog003.iso / Prog / Delphi / Etape1 / Unit1.~df / Unit1.txt < prev   
Text File  |  1999-05-01  |  1KB  |  60 lines

  1. object Form1: TForm1
  2.   Left = 229
  3.   Top = 107
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object DXDraw1: TDXDraw
  19.     Left = 0
  20.     Top = 0
  21.     Width = 688
  22.     Height = 453
  23.     AutoInitialize = True
  24.     AutoSize = True
  25.     Color = clBtnFace
  26.     Display.FixedBitCount = True
  27.     Display.FixedRatio = True
  28.     Display.FixedSize = False
  29.     Options = [doAllowReboot, doWaitVBlank, doCenter, doHardware, doRetainedMode, doSelectDriver, doRGB, doMono, doDither]
  30.     SurfaceHeight = 453
  31.     SurfaceWidth = 688
  32.     Align = alClient
  33.     TabOrder = 0
  34.   end
  35.   object DXImageList1: TDXImageList
  36.     DXDraw = DXDraw1
  37.     Items = <
  38.       item
  39.         Name = 'vaisseau'
  40.         PatternHeight = 0
  41.         PatternWidth = 0
  42.         Picture.Data = {<image000.TDIB>}
  43.         SystemMemory = False
  44.         Transparent = True
  45.         TransparentColor = clBlack
  46.       end>
  47.     Left = 32
  48.     Top = 16
  49.   end
  50.   object DXTimer1: TDXTimer
  51.     ActiveOnly = True
  52.     Enabled = True
  53.     Interval = 100
  54.     MaxLag = 10
  55.     OnTimer = DXTimer1Timer
  56.     Left = 32
  57.     Top = 56
  58.   end
  59. end
  60.