home *** CD-ROM | disk | FTP | other *** search
/ 3D World Atlas (GSP) / GSPCD1046A.iso / Launcher.exe / 0 / RCDATA / TWINDOW / TWINDOW.txt
Text File  |  2002-05-01  |  1KB  |  61 lines

  1. object Window: TWindow
  2.   Left = 192
  3.   Top = 107
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Window'
  7.   Color = clBlack
  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.   OnHide = FormHide
  16.   OnResize = FormResize
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object SpriteView: TSpriteView
  21.     Left = 48
  22.     Top = 14
  23.     Width = 256
  24.     Height = 256
  25.     Active = True
  26.     Color = clBlack
  27.     PageToShow = 0
  28.     FramesPerSecond = 25
  29.     PixelFormat = pfDevice
  30.     ShowMasterClock = False
  31.     DragStartHorizontalDistance = 8
  32.     DragStartVerticalDistance = 8
  33.     DragCursor = crDefault
  34.     HandleWidth = 7
  35.     HandleHeight = 7
  36.     OnMouseUp = SpriteViewMouseUp
  37.     OnMouseDown = SpriteViewMouseDown
  38.     OnMouseMove = SpriteViewMouseMove
  39.     OnClick = SpriteViewClick
  40.   end
  41.   object CloseTimer: TTimer
  42.     Enabled = False
  43.     OnTimer = CloseTimerTimer
  44.     Left = 312
  45.     Top = 31
  46.   end
  47.   object FormShaper: TFormShaper
  48.     Active = False
  49.     Form = Owner
  50.     RegionData.Data = {0000000000}
  51.     Left = 312
  52.     Top = 64
  53.   end
  54.   object MouseExitFixTimer: TTimer
  55.     Interval = 250
  56.     OnTimer = MouseExitFixTimerTimer
  57.     Left = 312
  58.     Top = 96
  59.   end
  60. end
  61.