www.pudn.com > XParticles.rar > MainUnit.dfm


object MainForm: TMainForm 
  Left = 0 
  Top = 0 
  BorderIcons = [biSystemMenu, biMinimize] 
  BorderStyle = bsSingle 
  Caption = 'XParticles FireWordDemo by 2morrowMan' 
  ClientHeight = 374 
  ClientWidth = 481 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'Tahoma' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  OnCreate = FormCreate 
  OnDestroy = FormDestroy 
  OnMouseDown = FormMouseDown 
  PixelsPerInch = 96 
  TextHeight = 13 
  object DeviceState: TDeviceState 
    AntialiasedTextures = True 
    ImageDithering = False 
    DepthBuffer = False 
    AntialiasedLines = True 
    Lighting = False 
    MipMapping = False 
    SpecularLighting = False 
    Left = 45 
    Top = 75 
  end 
  object Device: TAsphyreDevice 
    Width = 800 
    Height = 600 
    BitDepth = bdHigh 
    Refresh = 0 
    Windowed = True 
    VSync = False 
    HardwareTL = True 
    DepthBuffer = False 
    WindowHandle = 0 
    OnInitialize = DeviceInitialize 
    OnRender = DeviceRender 
    Left = 45 
    Top = 40 
  end 
  object Timer: TAsphyreTimer 
    Speed = 50.000000000000000000 
    MaxFPS = 2000 
    Enabled = False 
    OnTimer = TimerTimer 
    OnProcess = TimerProcess 
    Left = 80 
    Top = 40 
  end 
  object ASDb: TASDb 
    FileName = 'Res.asdb' 
    OpenMode = opUpdate 
    Left = 80 
    Top = 75 
  end 
  object MyCanvas: TAsphyreCanvas 
    Publisher = Device 
    AlphaTesting = True 
    VertexCache = 4096 
    Antialias = True 
    Dithering = False 
    Left = 115 
    Top = 40 
  end 
  object Images: TAsphyreImages 
    Publisher = Device 
    MipMappping = False 
    Left = 150 
    Top = 40 
  end 
  object Fonts: TAsphyreFonts 
    Publisher = Device 
    Canvas = MyCanvas 
    Left = 115 
    Top = 75 
  end 
end