home *** CD-ROM | disk | FTP | other *** search
- object BaseAppErrorInfoFrm: TBaseAppErrorInfoFrm
- Left = 436
- Top = 215
- ActiveControl = OKBtn
- AutoScroll = False
- BorderIcons = [biSystemMenu]
- Caption = 'Report Details'
- ClientHeight = 439
- ClientWidth = 380
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- Scaled = False
- DesignSize = (
- 380
- 439)
- PixelsPerInch = 96
- TextHeight = 13
- object ReportContainMemo: TMemo
- Left = 0
- Top = 0
- Width = 380
- Height = 396
- Align = alTop
- Anchors = [akLeft, akTop, akRight, akBottom]
- Color = clBtnFace
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- OnKeyPress = ReportContainMemoKeyPress
- end
- object OKBtn: TButton
- Left = 296
- Top = 405
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Close'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-