home *** CD-ROM | disk | FTP | other *** search
- object ExceptionDialog: TExceptionDialog
- Left = 364
- Top = 291
- ActiveControl = OkBtn
- AutoScroll = False
- BorderIcons = [biSystemMenu]
- Caption = 'ExceptionDialog'
- ClientHeight = 276
- ClientWidth = 432
- Color = clBtnFace
- Constraints.MinWidth = 200
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyDown = FormKeyDown
- OnPaint = FormPaint
- OnResize = FormResize
- OnShow = FormShow
- DesignSize = (
- 432
- 276)
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 88
- Width = 428
- Height = 9
- Anchors = [akLeft, akTop, akRight]
- Shape = bsBottomLine
- end
- object OkBtn: TButton
- Left = 352
- Top = 4
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object DetailsMemo: TMemo
- Left = 4
- Top = 104
- Width = 424
- Height = 168
- Anchors = [akLeft, akTop, akRight, akBottom]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentColor = True
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 4
- WordWrap = False
- end
- object DetailsBtn: TButton
- Left = 8
- Top = 56
- Width = 33
- Height = 25
- Hint = 'Show or hide additional information|'
- Anchors = [akTop, akRight]
- Caption = '>>'
- Enabled = False
- TabOrder = 3
- OnClick = DetailsBtnClick
- end
- object TextLabel: TMemo
- Left = 56
- Top = 8
- Width = 289
- Height = 75
- Hint = 'Use Ctrl+C to copy the report to the clipboard'
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Ctl3D = True
- Lines.Strings = (
- 'TextLabel')
- ParentColor = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 5
- end
- object bTerminate: TButton
- Left = 352
- Top = 30
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Terminate'
- TabOrder = 1
- OnClick = bTerminateClick
- end
- object bSend: TButton
- Left = 352
- Top = 56
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Mail Log'
- TabOrder = 2
- OnClick = bSendClick
- end
- end
-