home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / Servis / Mailchk / MAILCHK.EXE / 0 / RCDATA / TUPGMSG / TUPGMSG.txt
Text File  |  1997-10-19  |  1KB  |  58 lines

  1. object upgmsg: Tupgmsg
  2.   Left = 212
  3.   Top = 67
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mail Checker'
  7.   ClientHeight = 151
  8.   ClientWidth = 264
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 12
  18.     Top = 12
  19.     Width = 237
  20.     Height = 39
  21.     Caption = 
  22.       'Mail checker has been upgraded to a new version'#13#10'Please upgrade ' +
  23.       'your version of mail checker by'#13#10'going to the following URL:'
  24.   end
  25.   object url: TmdURLLabel
  26.     Left = 12
  27.     Top = 58
  28.     Width = 233
  29.     Height = 13
  30.     LinkFont.Color = clBlue
  31.     LinkFont.Height = -11
  32.     LinkFont.Name = 'MS Sans Serif'
  33.     LinkFont.Style = [fsUnderline]
  34.     PassiveFont.Color = clWindowText
  35.     PassiveFont.Height = -11
  36.     PassiveFont.Name = 'MS Sans Serif'
  37.     PassiveFont.Style = []
  38.     WebPage = 'alonsoft.home.ml.org/mailchk-upgrade.html'
  39.     ShowHTTP = True
  40.     LabelType = Auto
  41.   end
  42.   object Label2: TLabel
  43.     Left = 12
  44.     Top = 82
  45.     Width = 220
  46.     Height = 13
  47.     Caption = 'Note that the URL is a link and may be clicked'
  48.   end
  49.   object BitBtn1: TBitBtn
  50.     Left = 95
  51.     Top = 114
  52.     Width = 75
  53.     Height = 25
  54.     TabOrder = 0
  55.     Kind = bkOK
  56.   end
  57. end
  58.