home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / CHIP0903.ISO / start.exe / 0 / RCDATA / TDISCSTARTER / TDISCSTARTER.txt < prev   
Encoding:
Text File  |  2003-04-01  |  843 b   |  42 lines

  1. object Discstarter: TDiscstarter
  2.   Left = 227
  3.   Top = 233
  4.   BorderStyle = bsNone
  5.   Caption = 'Discstarter'
  6.   ClientHeight = 159
  7.   ClientWidth = 303
  8.   Color = clBtnFace
  9.   DefaultMonitor = dmPrimary
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PrintScale = poNone
  18.   Scaled = False
  19.   Visible = True
  20.   OnActivate = FormActivate
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Splash: TImage
  26.     Left = 0
  27.     Top = 0
  28.     Width = 212
  29.     Height = 50
  30.     AutoSize = True
  31.     Picture.Data = {<image000.bmp>}
  32.     Visible = False
  33.   end
  34.   object QuitTimer: TTimer
  35.     Enabled = False
  36.     Interval = 300
  37.     OnTimer = QuitTimerTimer
  38.     Left = 264
  39.     Top = 8
  40.   end
  41. end
  42.