home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95beyond / beyond32.exe / 0 / RCDATA / TNAGSCREEN / TNAGSCREEN.txt
Text File  |  1997-11-09  |  3KB  |  135 lines

  1. object NagScreen: TNagScreen
  2.   Left = 425
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '% 30-day evaluation'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ThankYouDisplay: TLabel
  18.     Left = 72
  19.     Top = 80
  20.     Width = 158
  21.     Height = 16
  22.     Caption = 'Thank you for trying %!'
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object ProgramIcon: TImage
  30.     Left = 24
  31.     Top = 16
  32.     Width = 32
  33.     Height = 32
  34.     Stretch = True
  35.     IsControl = True
  36.   end
  37.   object ProductTitleDisplay: TLabel
  38.     Left = 72
  39.     Top = 16
  40.     Width = 102
  41.     Height = 20
  42.     Caption = 'Product Title'
  43.     Font.Color = clBlack
  44.     Font.Height = -16
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     Transparent = True
  49.   end
  50.   object Label3: TLabel
  51.     Left = 72
  52.     Top = 36
  53.     Width = 38
  54.     Height = 13
  55.     Caption = 'Version:'
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     Transparent = True
  62.   end
  63.   object VersionDisplay: TLabel
  64.     Left = 112
  65.     Top = 36
  66.     Width = 17
  67.     Height = 13
  68.     Caption = 'x.x'
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsBold]
  73.     ParentFont = False
  74.     Transparent = True
  75.     IsControl = True
  76.   end
  77.   object Label5: TLabel
  78.     Left = 72
  79.     Top = 112
  80.     Width = 289
  81.     Height = 41
  82.     AutoSize = False
  83.     Caption = 
  84.       'This program is not free.  If you continue using it beyond the 3' +
  85.       '0-day evaluation period, you must purchase a license.'
  86.     WordWrap = True
  87.   end
  88.   object DaysSince: TLabel
  89.     Left = 72
  90.     Top = 160
  91.     Width = 166
  92.     Height = 13
  93.     Caption = 'You have been using % for % days.'
  94.   end
  95.   object LastChance: TLabel
  96.     Left = 72
  97.     Top = 178
  98.     Width = 289
  99.     Height = 41
  100.     AutoSize = False
  101.     Caption = 'Please register soon!'
  102.     Visible = False
  103.     WordWrap = True
  104.   end
  105.   object Continuebtn: TBitBtn
  106.     Left = 72
  107.     Top = 224
  108.     Width = 73
  109.     Height = 26
  110.     Caption = '&Continue'
  111.     ModalResult = 1
  112.     TabOrder = 0
  113.     NumGlyphs = 2
  114.   end
  115.   object HelpBtn: TBitBtn
  116.     Left = 152
  117.     Top = 224
  118.     Width = 113
  119.     Height = 26
  120.     Caption = '&Ordering Info'
  121.     TabOrder = 1
  122.     OnClick = HelpBtnClick
  123.     NumGlyphs = 2
  124.   end
  125.   object RegisterBtn: TBitBtn
  126.     Left = 272
  127.     Top = 224
  128.     Width = 73
  129.     Height = 26
  130.     Caption = '&Register'
  131.     ModalResult = 6
  132.     TabOrder = 2
  133.   end
  134. end
  135.