home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CD.exe / 0 / RCDATA / TINTROFORM / TINTROFORM.txt
Text File  |  2002-09-16  |  558b  |  29 lines

  1. object IntroForm: TIntroForm
  2.   Left = 120
  3.   Top = 86
  4.   BorderStyle = bsNone
  5.   Caption = 'CD'
  6.   ClientHeight = 453
  7.   ClientWidth = 688
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object IntroPIC: TImage
  22.     Left = 160
  23.     Top = 128
  24.     Width = 320
  25.     Height = 240
  26.     AutoSize = True
  27.   end
  28. end
  29.