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

  1. object MainForm: TMainForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsNone
  5.   ClientHeight = 205
  6.   ClientWidth = 308
  7.   Color = clBtnFace
  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.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object StartTimer: TTimer
  21.     Enabled = False
  22.     Interval = 100
  23.     OnTimer = StartTimerTimer
  24.     Left = 112
  25.     Top = 16
  26.   end
  27. end
  28.