home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 August / Igromania_1999-08.iso / DLH / dlh_8_99.exe / 1398.DLM / diablo / MDT.EXE / 0 / RCDATA / TDLGHELP / TDLGHELP.txt < prev   
Text File  |  1997-08-08  |  1KB  |  65 lines

  1. object DlgHelp: TDlgHelp
  2.   Left = 123
  3.   Top = 123
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Mandrak'#39's Diablo Editor Help'
  7.   ClientHeight = 297
  8.   ClientWidth = 422
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 34
  20.     Top = 0
  21.     Width = 147
  22.     Height = 51
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Trainer Version 2.4 Editor Version 1.4 Release 3 Jul 1997'
  26.     Color = clSilver
  27.     Font.Color = clBlue
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentColor = False
  32.     ParentFont = False
  33.     ParentShowHint = False
  34.     ShowAccelChar = False
  35.     ShowHint = False
  36.     Transparent = True
  37.     WordWrap = True
  38.   end
  39.   object Image1: TImage
  40.     Left = 0
  41.     Top = 8
  42.     Width = 33
  43.     Height = 33
  44.     Picture.Data = {<image000.ico>}
  45.   end
  46.   object HelpText: TRichEdit
  47.     Left = 0
  48.     Top = 50
  49.     Width = 421
  50.     Height = 247
  51.     Color = clSilver
  52.     Ctl3D = True
  53.     Font.Color = clWhite
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     HideSelection = False
  58.     ParentCtl3D = False
  59.     ParentFont = False
  60.     ReadOnly = True
  61.     ScrollBars = ssBoth
  62.     TabOrder = 0
  63.   end
  64. end
  65.