home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / SKEDEZ / SKEDPRO.EXE / 0 / RCDATA / TNAGFORM / TNAGFORM.txt < prev   
Encoding:
Text File  |  1997-04-10  |  3.6 KB  |  169 lines

  1. object NagForm: TNagForm
  2.   Left = 224
  3.   Top = 123
  4.   BorderStyle = bsDialog
  5.   Caption = 'SkedEzy Pro - Intelligent Windows Scheduler'
  6.   ClientHeight = 359
  7.   ClientWidth = 370
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 15
  14.   object Bevel1: TBevel
  15.     Left = 4
  16.     Top = 304
  17.     Width = 361
  18.     Height = 53
  19.     Style = bsRaised
  20.   end
  21.   object Bevel2: TBevel
  22.     Left = 4
  23.     Top = 4
  24.     Width = 361
  25.     Height = 173
  26.     Shape = bsFrame
  27.   end
  28.   object Image1: TImage
  29.     Left = 12
  30.     Top = 312
  31.     Width = 37
  32.     Height = 37
  33.     Picture.Data = {<image000.ico>}
  34.   end
  35.   object UsageLabel: TLabel
  36.     Left = 56
  37.     Top = 332
  38.     Width = 133
  39.     Height = 15
  40.     Caption = 'Usage Days Remaining:'
  41.     Font.Color = clWindowText
  42.     Font.Height = -12
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object CountLabel: TLabel
  48.     Left = 196
  49.     Top = 332
  50.     Width = 21
  51.     Height = 15
  52.     Caption = 'xxx'
  53.     Font.Color = clWindowText
  54.     Font.Height = -12
  55.     Font.Name = 'Arial'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object Label1: TLabel
  60.     Left = 12
  61.     Top = 16
  62.     Width = 345
  63.     Height = 53
  64.     Alignment = taCenter
  65.     AutoSize = False
  66.     Caption = 
  67.       'Thank you for trying SkedEzy Pro! This is one of the easiest and' +
  68.       ' most flexible 32bit schedulers around. Feel free to copy and di' +
  69.       'stribute the full set of files to friends and colleagues.'
  70.   end
  71.   object Label2: TLabel
  72.     Left = 12
  73.     Top = 72
  74.     Width = 345
  75.     Height = 61
  76.     Alignment = taCenter
  77.     AutoSize = False
  78.     Caption = 
  79.       'You are allowed 30 days of UNLIMITED usage, i.e. it'#39's exactly th' +
  80.       'e same as the registered version. After this,  you cannot edit e' +
  81.       'vents or add new ones. When you register, you can continue using' +
  82.       ' your old data.'
  83.   end
  84.   object Label3: TLabel
  85.     Left = 12
  86.     Top = 136
  87.     Width = 345
  88.     Height = 33
  89.     Alignment = taCenter
  90.     AutoSize = False
  91.     Caption = 
  92.       'Days when you don'#39't use it DO NOT COUNT. Note: re-installation w' +
  93.       'ill not affect this limitation.'
  94.   end
  95.   object Bevel3: TBevel
  96.     Left = 4
  97.     Top = 184
  98.     Width = 361
  99.     Height = 113
  100.   end
  101.   object Label4: TLabel
  102.     Left = 12
  103.     Top = 192
  104.     Width = 349
  105.     Height = 33
  106.     AutoSize = False
  107.     Caption = 
  108.       'Why register? Besides being able to continue using it, you get g' +
  109.       'reat value for money plus the following benefits:'
  110.   end
  111.   object Label5: TLabel
  112.     Left = 32
  113.     Top = 228
  114.     Width = 217
  115.     Height = 15
  116.     Caption = '>> Direct email support from the author '
  117.   end
  118.   object Label6: TLabel
  119.     Left = 32
  120.     Top = 244
  121.     Width = 277
  122.     Height = 15
  123.     Caption = '>> Many more .wav files (bells, horns, whistles etc)'
  124.   end
  125.   object Label7: TLabel
  126.     Left = 32
  127.     Top = 260
  128.     Width = 265
  129.     Height = 15
  130.     Caption = '>> Free minor upgrades, direct from the Website'
  131.   end
  132.   object Label8: TLabel
  133.     Left = 56
  134.     Top = 312
  135.     Width = 168
  136.     Height = 15
  137.     Caption = '(Right click on icon in Taskbar)'
  138.   end
  139.   object Label9: TLabel
  140.     Left = 32
  141.     Top = 276
  142.     Width = 317
  143.     Height = 15
  144.     Caption = '>> Conversion program to convert SkedEzy V1.x event lists'
  145.   end
  146.   object OKBitBtn: TBitBtn
  147.     Left = 304
  148.     Top = 312
  149.     Width = 55
  150.     Height = 40
  151.     TabOrder = 0
  152.     Kind = bkOK
  153.   end
  154.   object RegButton: TButton
  155.     Left = 228
  156.     Top = 312
  157.     Width = 69
  158.     Height = 41
  159.     Caption = 'REGISTER'
  160.     Font.Color = clMaroon
  161.     Font.Height = -12
  162.     Font.Name = 'Arial'
  163.     Font.Style = [fsBold]
  164.     ParentFont = False
  165.     TabOrder = 1
  166.     OnClick = RegButtonClick
  167.   end
  168. end
  169.