home *** CD-ROM | disk | FTP | other *** search
- object ErrorForm: TErrorForm
- Left = 373
- Top = 445
- ActiveControl = Button2
- BorderStyle = bsDialog
- ClientHeight = 220
- ClientWidth = 358
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 11
- Top = 50
- Width = 32
- Height = 32
- end
- object Label1: TLabel
- Left = 77
- Top = 161
- Width = 132
- Height = 13
- Alignment = taRightJustify
- Caption = 'Restoring connection after:'
- Visible = False
- end
- object TimingLabel: TLabel
- Left = 213
- Top = 161
- Width = 3
- Height = 13
- Visible = False
- end
- object Button2: TButton
- Left = 139
- Top = 187
- Width = 80
- Height = 24
- Cancel = True
- Caption = 'Close'
- Default = True
- ModalResult = 2
- TabOrder = 0
- end
- object LabelMsg: TMemo
- Left = 56
- Top = 14
- Width = 281
- Height = 162
- TabStop = False
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- WantReturns = False
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 21
- Top = 133
- end
- object RestoreTimer: TTimer
- Enabled = False
- OnTimer = RestoreTimerTimer
- Left = 21
- Top = 168
- end
- end
-