home *** CD-ROM | disk | FTP | other *** search
/ Stationery Maker & Brochure Magic / DPJ475.iso / CDSetup.exe / 0 / RCDATA / TIMPORTANTFORM / TIMPORTANTFORM.txt
Text File  |  2002-08-12  |  772b  |  41 lines

  1. object ImportantForm: TImportantForm
  2.   Left = 657
  3.   Top = 305
  4.   BorderStyle = bsDialog
  5.   Caption = 'IMPORTANT - PLEASE READ THIS!'
  6.   ClientHeight = 118
  7.   ClientWidth = 265
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LInfo: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 249
  22.     Height = 65
  23.     AutoSize = False
  24.     WordWrap = True
  25.   end
  26.   object OKButton1: TOKButton
  27.     Left = 95
  28.     Top = 88
  29.     Width = 75
  30.     Height = 25
  31.     TabOrder = 0
  32.     Kind = bkOK
  33.   end
  34.   object Timer: TTimer
  35.     Interval = 500
  36.     OnTimer = TimerTimer
  37.     Left = 168
  38.     Top = 24
  39.   end
  40. end
  41.