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

  1. object frmHints: TfrmHints
  2.   Left = 251
  3.   Top = 184
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Getting Started'
  7.   ClientHeight = 178
  8.   ClientWidth = 293
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 0
  19.     Top = 1
  20.     Width = 293
  21.     Height = 140
  22.     Lines.Strings = (
  23.       'The To-Do List is supposed to be easy to use, but here '
  24.       'are a few hints to get your going:'
  25.       ''
  26.       '- You can add or remove tasks using the "+" or "-" icons. '
  27.       '(Also use the INS/DEL keys)'
  28.       ''
  29.       '- To edit an existing task, double-click it, or use the "edit" '
  30.       'icon.'
  31.       ''
  32.       '- Once completed, a task can be checked off using the '
  33.       '"check" icon, by using the spacebar, or by '
  34.       'double-clicking in the first column.'
  35.       ''
  36.       '- Completed tasks are moved to your "Task Log" for easy '
  37.       'review at a later time. To move tasks manually, click the '
  38.       '"log tasks" icon, or change your preferences to '
  39.       'automatically log completed tasks on startup.'
  40.       ''
  41.       '- The To-Do List can be minimized to your system tray for '
  42.       'easy access.'
  43.       ''
  44.       '- Use the "Preferences" icon to run the program how you '
  45.       'want.'
  46.       ''
  47.       'You can always download the latest version of the To-Do '
  48.       'List from the official To-Do List website at '
  49.       'http://members.tripod.com/~todolist/')
  50.     ScrollBars = ssVertical
  51.     TabOrder = 0
  52.   end
  53.   object BitBtn1: TBitBtn
  54.     Left = 109
  55.     Top = 148
  56.     Width = 75
  57.     Height = 25
  58.     TabOrder = 1
  59.     Kind = bkOK
  60.   end
  61. end
  62.