home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / zrcserv / setup.exe / %MAINDIR% / ZRCG.exe / 0 / RCDATA / TERRORFORM / TERRORFORM.txt
Encoding:
Text File  |  2004-05-19  |  1.5 KB  |  80 lines

  1. object ErrorForm: TErrorForm
  2.   Left = 373
  3.   Top = 445
  4.   ActiveControl = Button2
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 220
  7.   ClientWidth = 358
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 11
  24.     Top = 50
  25.     Width = 32
  26.     Height = 32
  27.   end
  28.   object Label1: TLabel
  29.     Left = 77
  30.     Top = 161
  31.     Width = 132
  32.     Height = 13
  33.     Alignment = taRightJustify
  34.     Caption = 'Restoring connection after:'
  35.     Visible = False
  36.   end
  37.   object TimingLabel: TLabel
  38.     Left = 213
  39.     Top = 161
  40.     Width = 3
  41.     Height = 13
  42.     Visible = False
  43.   end
  44.   object Button2: TButton
  45.     Left = 139
  46.     Top = 187
  47.     Width = 80
  48.     Height = 24
  49.     Cancel = True
  50.     Caption = 'Close'
  51.     Default = True
  52.     ModalResult = 2
  53.     TabOrder = 0
  54.   end
  55.   object LabelMsg: TMemo
  56.     Left = 56
  57.     Top = 14
  58.     Width = 281
  59.     Height = 162
  60.     TabStop = False
  61.     BorderStyle = bsNone
  62.     Color = clBtnFace
  63.     ReadOnly = True
  64.     TabOrder = 1
  65.     WantReturns = False
  66.   end
  67.   object Timer1: TTimer
  68.     Enabled = False
  69.     OnTimer = Timer1Timer
  70.     Left = 21
  71.     Top = 133
  72.   end
  73.   object RestoreTimer: TTimer
  74.     Enabled = False
  75.     OnTimer = RestoreTimerTimer
  76.     Left = 21
  77.     Top = 168
  78.   end
  79. end
  80.