home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 202
- Top = 113
- Width = 328
- Height = 267
- Caption = 'Direct3D Sample'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poDefaultPosOnly
- Scaled = False
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 12
- object DXDraw: TDXDraw
- Left = 0
- Top = 0
- Width = 320
- Height = 240
- AutoInitialize = True
- AutoSize = True
- Color = clBtnFace
- Display.BitCount = 16
- Display.FixedBitCount = False
- Display.FixedRatio = True
- Display.FixedSize = False
- Options = [doAllowReboot, doWaitVBlank, doCenter, doFlip, do3D, doHardware, doRetainedMode, doSelectDriver, doRGB, doMono, doDither]
- SurfaceHeight = 240
- SurfaceWidth = 320
- OnFinalize = DXDrawFinalize
- OnInitialize = DXDrawInitialize
- OnInitializeSurface = DXDrawInitializeSurface
- Align = alClient
- TabOrder = 0
- OnClick = DXDrawClick
- end
- object DXTimer: TDXTimer
- ActiveOnly = True
- Enabled = False
- Interval = 0
- MaxLag = 10
- OnTimer = DXTimerTimer
- Left = 16
- Top = 16
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'x'
- Filter = 'Direct3D file(*.x)|*.x'
- Options = [ofPathMustExist, ofFileMustExist]
- Left = 48
- Top = 16
- end
- end
-