home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Start.Exe / 0 / RCDATA / TERRORDIALOG / TERRORDIALOG.txt
Text File  |  2005-03-18  |  1KB  |  56 lines

  1. object ErrorDialog: TErrorDialog
  2.   Left = 380
  3.   Top = 291
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'Chyba'
  7.   ClientHeight = 189
  8.   ClientWidth = 388
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object EPlocha: TImage
  22.     Left = 8
  23.     Top = 8
  24.     Width = 38
  25.     Height = 38
  26.     AutoSize = True
  27.   end
  28.   object Opakovat: TEzRgnBtn
  29.     Left = 32
  30.     Top = 104
  31.     Width = 15
  32.     Height = 15
  33.     Enabled = True
  34.     PaintMode = pmNormal
  35.     OnClick = OpakovatClick
  36.   end
  37.   object Zrusit: TEzRgnBtn
  38.     Left = 80
  39.     Top = 120
  40.     Width = 15
  41.     Height = 15
  42.     Enabled = True
  43.     PaintMode = pmNormal
  44.     OnClick = ZrusitClick
  45.   end
  46.   object OpakovatList: TImageList
  47.     Masked = False
  48.     Left = 144
  49.     Top = 40
  50.   end
  51.   object ZrusitList: TImageList
  52.     Left = 256
  53.     Top = 80
  54.   end
  55. end
  56.