home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Internet / Copernic / COPERNIC.EXE / _SETUP.1 / CopernicSvr.exe / 0 / RCDATA / TEXCEPTIONFORM / TEXCEPTIONFORM.txt
Encoding:
Text File  |  1997-09-13  |  1.5 KB  |  79 lines

  1. object ExceptionForm: TExceptionForm
  2.   Left = 248
  3.   Top = 187
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 148
  7.   ClientWidth = 449
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 10
  19.     Top = 89
  20.     Width = 429
  21.     Height = 11
  22.     Shape = bsTopLine
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 10
  26.     Top = 10
  27.     Width = 344
  28.     Height = 68
  29.     TabOrder = 0
  30.     object Image1: TImage
  31.       Left = 10
  32.       Top = 10
  33.       Width = 32
  34.       Height = 32
  35.     end
  36.     object Label1: TLabel
  37.       Left = 53
  38.       Top = 10
  39.       Width = 164
  40.       Height = 13
  41.       Caption = 'An unexpected error has occurred.'
  42.     end
  43.     object Label3: TLabel
  44.       Left = 53
  45.       Top = 38
  46.       Width = 231
  47.       Height = 13
  48.       Caption = 'You should quit the program to prevent data loss.'
  49.     end
  50.   end
  51.   object OkBtn: TButton
  52.     Left = 364
  53.     Top = 10
  54.     Width = 75
  55.     Height = 23
  56.     Caption = 'OK'
  57.     Default = True
  58.     TabOrder = 1
  59.     OnClick = OkBtnClick
  60.   end
  61.   object DetailsBtn: TButton
  62.     Left = 364
  63.     Top = 40
  64.     Width = 75
  65.     Height = 23
  66.     TabOrder = 2
  67.     OnClick = DetailsBtnClick
  68.   end
  69.   object DetailsMemo: TMemo
  70.     Left = 10
  71.     Top = 101
  72.     Width = 429
  73.     Height = 36
  74.     Color = clBtnFace
  75.     ReadOnly = True
  76.     TabOrder = 3
  77.   end
  78. end
  79.