home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / EPA / ea4 / prg / Engact.ex_ / 0 / RCDATA / TNSERRORFORM / TNSERRORFORM.txt
Text File  |  2000-03-20  |  1KB  |  57 lines

  1. object NSErrorForm: TNSErrorForm
  2.   Left = 306
  3.   Top = 179
  4.   Width = 466
  5.   Height = 271
  6.   Caption = 'NSErrorForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object DoInstallBtn: TBitBtn
  17.     Left = 16
  18.     Top = 200
  19.     Width = 161
  20.     Height = 25
  21.     Caption = 'Install Microsoft Media Player'
  22.     TabOrder = 0
  23.     OnClick = DoInstallBtnClick
  24.   end
  25.   object CancelBtn: TBitBtn
  26.     Left = 192
  27.     Top = 200
  28.     Width = 81
  29.     Height = 25
  30.     TabOrder = 1
  31.     Kind = bkCancel
  32.   end
  33.   object DebugEscapeBtn: TBitBtn
  34.     Left = 288
  35.     Top = 200
  36.     Width = 89
  37.     Height = 25
  38.     Caption = 'DebugEscape'
  39.     TabOrder = 2
  40.     OnClick = DebugEscapeBtnClick
  41.   end
  42.   object Memo1: TMemo
  43.     Left = 16
  44.     Top = 16
  45.     Width = 433
  46.     Height = 161
  47.     Lines.Strings = (
  48.       'Z Webu: Pouze tlacitko OK'
  49.       '  "Stisknete tlacitko MediaPlayer na spousteci strance.'
  50.       '   Po uspesne instalaci spustte program znovu."'
  51.       ''
  52.       'CD ROM: Tlacitka "Install MediaPlayer" a "Exit without install"'
  53.       '  ""')
  54.     TabOrder = 3
  55.   end
  56. end
  57.