home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / neosoft / win / qm41 / install / qmwin.exe / 0 / RCDATA / TGOODBYENAG / TGOODBYENAG.txt
Encoding:
Text File  |  1996-10-11  |  835 b   |  43 lines

  1. object GoodByeNag: TGoodByeNag
  2.   Left = 464
  3.   Top = 253
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 147
  7.   ClientWidth = 208
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object NeoImage1: TNeoImage
  19.     Left = 74
  20.     Top = 92
  21.     Width = 59
  22.     Height = 41
  23.     AutoSize = True
  24.     Transparent = True
  25.   end
  26.   object Balloon1: TBalloon
  27.     Left = 11
  28.     Top = 12
  29.     Width = 185
  30.     Height = 73
  31.     Alignment = taCenter
  32.     Caption = 'Don'#39't forget to register!'
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = 'Arial'
  36.     Font.Style = [fsBold]
  37.     XOffset = 5
  38.     YOffset = 22
  39.     StemPos = spBottom
  40.     StemOffset = 0
  41.   end
  42. end
  43.