home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / ShortKeys / SETUP.EXE / SHORTKEY.EXE / 0 / RCDATA / TUSERMANUAL / TUSERMANUAL.txt
Encoding:
Text File  |  1998-04-06  |  1.7 KB  |  79 lines

  1. object UserManual: TUserManual
  2.   Left = 259
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = 'User Manual Notice'
  6.   ClientHeight = 141
  7.   ClientWidth = 445
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 0
  19.     Top = 4
  20.     Width = 441
  21.     Height = 109
  22.     Shape = bsFrame
  23.     Style = bsRaised
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 425
  29.     Height = 53
  30.     AutoSize = False
  31.     Caption = 
  32.       'The user manual for ShortKeys 98 is in a Microsoft Word format. ' +
  33.       ' If you do not have Word on your computer, a free "Word Viewer" ' +
  34.       'is available for download on Microsoft'#39's home page on the web.'
  35.     WordWrap = True
  36.   end
  37.   object Label1: TLabel
  38.     Left = 8
  39.     Top = 68
  40.     Width = 425
  41.     Height = 37
  42.     AutoSize = False
  43.     Caption = 
  44.       'The "Word Viewer" will allow you to view and print the user manu' +
  45.       'al in its proper format.  Click "Ok" below to view the manual.'
  46.     WordWrap = True
  47.   end
  48.   object OkButton: TButton
  49.     Left = 160
  50.     Top = 116
  51.     Width = 57
  52.     Height = 21
  53.     Caption = '&Ok'
  54.     Default = True
  55.     Font.Color = clBlack
  56.     Font.Height = -12
  57.     Font.Name = 'Arial'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 0
  61.     OnClick = OkButtonClick
  62.   end
  63.   object CancelButton: TButton
  64.     Left = 228
  65.     Top = 116
  66.     Width = 57
  67.     Height = 21
  68.     Cancel = True
  69.     Caption = '&Cancel'
  70.     Font.Color = clBlack
  71.     Font.Height = -12
  72.     Font.Name = 'Arial'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 1
  76.     OnClick = CancelButtonClick
  77.   end
  78. end
  79.