home *** CD-ROM | disk | FTP | other *** search
- object UserManual: TUserManual
- Left = 259
- Top = 111
- BorderStyle = bsDialog
- Caption = 'User Manual Notice'
- ClientHeight = 141
- ClientWidth = 445
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Scaled = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Bevel1: TBevel
- Left = 0
- Top = 4
- Width = 441
- Height = 109
- Shape = bsFrame
- Style = bsRaised
- end
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 425
- Height = 53
- AutoSize = False
- Caption =
- 'The user manual for ShortKeys 98 is in a Microsoft Word format. ' +
- ' If you do not have Word on your computer, a free "Word Viewer" ' +
- 'is available for download on Microsoft'#39's home page on the web.'
- WordWrap = True
- end
- object Label1: TLabel
- Left = 8
- Top = 68
- Width = 425
- Height = 37
- AutoSize = False
- Caption =
- 'The "Word Viewer" will allow you to view and print the user manu' +
- 'al in its proper format. Click "Ok" below to view the manual.'
- WordWrap = True
- end
- object OkButton: TButton
- Left = 160
- Top = 116
- Width = 57
- Height = 21
- Caption = '&Ok'
- Default = True
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 228
- Top = 116
- Width = 57
- Height = 21
- Cancel = True
- Caption = '&Cancel'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- end
-