object DlgHelp: TDlgHelp Left = 123 Top = 123 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsToolWindow Caption = 'Mandrak'#39's Diablo Editor Help' ClientHeight = 297 ClientWidth = 422 Color = clSilver Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 34 Top = 0 Width = 147 Height = 51 Alignment = taCenter AutoSize = False Caption = 'Trainer Version 2.4 Editor Version 1.4 Release 3 Jul 1997' Color = clSilver Font.Color = clBlue Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False ParentShowHint = False ShowAccelChar = False ShowHint = False Transparent = True WordWrap = True end object Image1: TImage Left = 0 Top = 8 Width = 33 Height = 33 Picture.Data = {} end object HelpText: TRichEdit Left = 0 Top = 50 Width = 421 Height = 247 Color = clSilver Ctl3D = True Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] HideSelection = False ParentCtl3D = False ParentFont = False ReadOnly = True ScrollBars = ssBoth TabOrder = 0 end end