home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2002 October / Gamestar_44_2002-10_cd2.bin / patche / AOW2_Euro_Patch_V1_1.exe / AoW2.exe / 0 / RCDATA / TSYS / TSYS.txt
Text File  |  2002-07-15  |  1KB  |  58 lines

  1. object Sys: TSys
  2.   OldCreateOrder = False
  3.   OnCreate = DataModuleCreate
  4.   OnDestroy = DataModuleDestroy
  5.   Left = 624
  6.   Top = 256
  7.   Height = 201
  8.   Width = 400
  9.   object Debug: TaowDebug
  10.     OnEndTiming = DebugEndTiming
  11.     OnMinorError = DebugMinorError
  12.     OnCriticalError = DebugCriticalError
  13.     LogName = 'aow2Log.txt'
  14.     SaveLog = True
  15.     DebugApplication = 'ErrRep.exe'
  16.     LogLines = 1000
  17.     Left = 16
  18.     Top = 8
  19.   end
  20.   object DSound: TGDSound
  21.     UseDSound = True
  22.     SampleRate = 44100
  23.     BitRate = 16
  24.     Channels = 2
  25.     PlaySfx = True
  26.     PlayMusic = True
  27.     SoundVolume = 100
  28.     MusicVolume = 100
  29.     DefaultVolume = 100
  30.     MaxSamples = 16
  31.     Left = 72
  32.     Top = 8
  33.   end
  34.   object Manager: TAOWWinManager
  35.     DefaultCursor = crArrow
  36.     Enabled = True
  37.     OnChangeCursor = ManagerChangeCursor
  38.     WinLeft = 0
  39.     WinTop = 0
  40.     WinWidth = 800
  41.     WinHeight = 600
  42.     ILTBackground.IdealHeight = 0
  43.     ILTBackground.Index = 1
  44.     ILTBackground.OffsetX = 0
  45.     ILTBackground.OffsetY = 0
  46.     ILTBackground.TextureType = intScale
  47.     OverlayPriority = 0
  48.     BorderLeft = 0
  49.     BorderRight = 0
  50.     BorderTop = 0
  51.     BorderBottom = 0
  52.     ILCursor = ILs.CursorsIL
  53.     SoftwareCursor = True
  54.     Left = 16
  55.     Top = 56
  56.   end
  57. end
  58.