object fmMain: TfmMain Left = 192 Top = 107 Width = 544 Height = 375 Caption = 'UnDelphiX Canvas Basic' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnKeyUp = FormKeyUp PixelsPerInch = 96 TextHeight = 13 object dxDraw: TDXDraw Left = 0 Top = 0 Width = 536 Height = 348 AutoInitialize = True AutoSize = True Color = clBtnFace Display.FixedBitCount = True Display.FixedRatio = True Display.FixedSize = False Options = [doAllowReboot, doWaitVBlank, doCenter, doDirectX7Mode, doHardware, doSelectDriver] SurfaceHeight = 348 SurfaceWidth = 536 OnFinalize = dxDrawFinalize OnInitialize = dxDrawInitialize Align = alClient TabOrder = 0 end object dxTimer: TDXTimer ActiveOnly = True Enabled = False Interval = 1000 OnTimer = dxTimerTimer Left = 8 Top = 16 end end