home *** CD-ROM | disk | FTP | other *** search
- object ExceptionForm: TExceptionForm
- Left = 248
- Top = 187
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- ClientHeight = 148
- ClientWidth = 449
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 10
- Top = 89
- Width = 429
- Height = 11
- Shape = bsTopLine
- end
- object Panel1: TPanel
- Left = 10
- Top = 10
- Width = 344
- Height = 68
- TabOrder = 0
- object Image1: TImage
- Left = 10
- Top = 10
- Width = 32
- Height = 32
- end
- object Label1: TLabel
- Left = 53
- Top = 10
- Width = 164
- Height = 13
- Caption = 'An unexpected error has occurred.'
- end
- object Label3: TLabel
- Left = 53
- Top = 38
- Width = 231
- Height = 13
- Caption = 'You should quit the program to prevent data loss.'
- end
- end
- object OkBtn: TButton
- Left = 364
- Top = 10
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = OkBtnClick
- end
- object DetailsBtn: TButton
- Left = 364
- Top = 40
- Width = 75
- Height = 23
- TabOrder = 2
- OnClick = DetailsBtnClick
- end
- object DetailsMemo: TMemo
- Left = 10
- Top = 101
- Width = 429
- Height = 36
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 3
- end
- end
-