home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / SHARE / WIN95 / CALENDAR / CALENDAR.EXE / 0 / RCDATA / TFORMNAG / TFORMNAG.txt < prev   
Text File  |  1996-08-26  |  2KB  |  79 lines

  1. object FormNag: TFormNag
  2.   Left = 246
  3.   Top = 176
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please Register!'
  7.   ClientHeight = 208
  8.   ClientWidth = 257
  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 Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 241
  20.     Height = 161
  21.     Shape = bsFrame
  22.   end
  23.   object Image1: TImage
  24.     Left = 16
  25.     Top = 16
  26.     Width = 32
  27.     Height = 32
  28.     AutoSize = True
  29.     Picture.Data = {<image000.ico>}
  30.   end
  31.   object Label1: TLabel
  32.     Left = 56
  33.     Top = 17
  34.     Width = 100
  35.     Height = 13
  36.     Caption = 'Popup Calendar v1.4'
  37.   end
  38.   object Label2: TLabel
  39.     Left = 56
  40.     Top = 34
  41.     Width = 179
  42.     Height = 13
  43.     Caption = 'Copyright ∩┐╜ 1996 by Alastria Software'
  44.   end
  45.   object Memo1: TMemo
  46.     Left = 16
  47.     Top = 56
  48.     Width = 225
  49.     Height = 105
  50.     Alignment = taCenter
  51.     BorderStyle = bsNone
  52.     Color = cl3DLight
  53.     Ctl3D = False
  54.     Font.Color = clBlack
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     Lines.Strings = (
  59.       'Your 30-day evaluation period has '
  60.       'expired. Please register this copy of '
  61.       'Popup Calendar.  It is only $5 US.'
  62.       ''
  63.       'To register, see the '#39'Register...'#39' dialog '
  64.       'about the necessary information.')
  65.     ParentCtl3D = False
  66.     ParentFont = False
  67.     TabOrder = 0
  68.   end
  69.   object BtnOK: TBitBtn
  70.     Left = 95
  71.     Top = 176
  72.     Width = 66
  73.     Height = 25
  74.     TabOrder = 1
  75.     OnClick = BtnOKClick
  76.     Kind = bkOK
  77.   end
  78. end
  79.