home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / TDP_FULL.ZIP / _SETUP.1 / todopro.exe / 0 / RCDATA / TFRMNAG / TFRMNAG.txt
Text File  |  1998-01-21  |  4KB  |  168 lines

  1. object frmNag: TfrmNag
  2.   Left = 160
  3.   Top = 157
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Obligatory Nag Screen'
  7.   ClientHeight = 257
  8.   ClientWidth = 353
  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 btnRegInfo: TButton
  17.     Left = 268
  18.     Top = 14
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&Ordering Info'
  22.     TabOrder = 0
  23.     OnClick = btnRegInfoClick
  24.   end
  25.   object btnRegister: TButton
  26.     Left = 268
  27.     Top = 46
  28.     Width = 75
  29.     Height = 25
  30.     Caption = '&Register'
  31.     TabOrder = 1
  32.     OnClick = btnRegisterClick
  33.   end
  34.   object btnContinue: TButton
  35.     Left = 268
  36.     Top = 78
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&Continue'
  40.     ModalResult = 1
  41.     TabOrder = 2
  42.   end
  43.   object btnQuit: TButton
  44.     Left = 268
  45.     Top = 224
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&Quit'
  49.     ModalResult = 2
  50.     TabOrder = 3
  51.     Visible = False
  52.   end
  53.   object Panel1: TPanel
  54.     Left = 8
  55.     Top = 94
  56.     Width = 245
  57.     Height = 21
  58.     BevelInner = bvLowered
  59.     BevelOuter = bvNone
  60.     Caption = 'Registration is only $10'
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.     TabOrder = 4
  67.   end
  68.   object GroupBox1: TGroupBox
  69.     Left = 8
  70.     Top = 8
  71.     Width = 245
  72.     Height = 73
  73.     Caption = 'To-Do List Professional'
  74.     TabOrder = 5
  75.     object Label13: TLabel
  76.       Left = 20
  77.       Top = 20
  78.       Width = 198
  79.       Height = 13
  80.       Caption = 'This copy of To-Do List Professional is not'
  81.     end
  82.     object Label14: TLabel
  83.       Left = 20
  84.       Top = 34
  85.       Width = 191
  86.       Height = 13
  87.       Caption = 'registered. All features will work normally,'
  88.     end
  89.     object Label15: TLabel
  90.       Left = 20
  91.       Top = 48
  92.       Width = 97
  93.       Height = 13
  94.       Caption = 'except your to-do list'
  95.     end
  96.     object Label1: TLabel
  97.       Left = 120
  98.       Top = 48
  99.       Width = 101
  100.       Height = 13
  101.       Caption = 'will not be saved.'
  102.       Font.Color = clBlack
  103.       Font.Height = -11
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = [fsBold]
  106.       ParentFont = False
  107.     end
  108.   end
  109.   object GroupBox2: TGroupBox
  110.     Left = 8
  111.     Top = 128
  112.     Width = 245
  113.     Height = 119
  114.     Caption = 'To-Do List Standard'
  115.     TabOrder = 6
  116.     object Label12: TLabel
  117.       Left = 20
  118.       Top = 20
  119.       Width = 195
  120.       Height = 13
  121.       Caption = 'To-Do List Standard is a freeware version'
  122.     end
  123.     object Label16: TLabel
  124.       Left = 20
  125.       Top = 34
  126.       Width = 209
  127.       Height = 13
  128.       Caption = 'of this program with the same basic features.'
  129.     end
  130.     object Label17: TLabel
  131.       Left = 20
  132.       Top = 48
  133.       Width = 193
  134.       Height = 13
  135.       Caption = 'You may use the standard version free of'
  136.     end
  137.     object Label18: TLabel
  138.       Left = 20
  139.       Top = 62
  140.       Width = 207
  141.       Height = 13
  142.       Caption = 'charge for as long as you want. Download it'
  143.     end
  144.     object Label19: TLabel
  145.       Left = 20
  146.       Top = 76
  147.       Width = 177
  148.       Height = 13
  149.       Caption = 'from the official To-Do List website at:'
  150.     end
  151.     object Label20: TLabel
  152.       Left = 36
  153.       Top = 92
  154.       Width = 175
  155.       Height = 13
  156.       Caption = 'http://members.tripod.com/~todolist/'
  157.       Color = clBtnFace
  158.       Font.Color = clBlue
  159.       Font.Height = -11
  160.       Font.Name = 'MS Sans Serif'
  161.       Font.Style = [fsUnderline]
  162.       ParentColor = False
  163.       ParentFont = False
  164.       OnClick = Label11Click
  165.     end
  166.   end
  167. end
  168.