home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / grafika / nsico / nsicon95.cmp / NSICON.EXE / 0 / RCDATA / TGOODBYENAG / TGOODBYENAG.txt < prev   
Text File  |  1997-03-21  |  828b  |  42 lines

  1. object GoodByeNag: TGoodByeNag
  2.   Left = 297
  3.   Top = 102
  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.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object NeoImage1: TNeoImage
  17.     Left = 74
  18.     Top = 92
  19.     Width = 59
  20.     Height = 41
  21.     AutoSize = True
  22.     Picture.Data = {<image000.bmp>}
  23.     Transparent = True
  24.   end
  25.   object Balloon1: TBalloon
  26.     Left = 11
  27.     Top = 12
  28.     Width = 185
  29.     Height = 73
  30.     Alignment = taCenter
  31.     Caption = 'Don'#39't forget to register!'
  32.     Font.Color = clBlack
  33.     Font.Height = -13
  34.     Font.Name = 'Arial'
  35.     Font.Style = [fsBold]
  36.     XOffset = 5
  37.     YOffset = 22
  38.     StemPos = spBottom
  39.     StemOffset = 0
  40.   end
  41. end
  42.