home *** CD-ROM | disk | FTP | other *** search
- object ErrorLogForm: TErrorLogForm
- Left = 230
- Top = 107
- Width = 414
- Height = 315
- Caption = 'Error'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 0
- Width = 406
- Height = 30
- Align = alTop
- AutoSize = False
- Caption = 'The following errors occured:'
- Layout = tlCenter
- end
- object memLog: TMemo
- Left = 0
- Top = 30
- Width = 406
- Height = 225
- Align = alClient
- ReadOnly = True
- TabOrder = 0
- WantTabs = True
- end
- object Panel1: TPanel
- Left = 0
- Top = 255
- Width = 406
- Height = 33
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Panel2: TPanel
- Left = 299
- Top = 0
- Width = 107
- Height = 33
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object btnOK: TButton
- Left = 24
- Top = 6
- Width = 75
- Height = 23
- Caption = 'OK'
- TabOrder = 0
- OnClick = btnOKClick
- end
- end
- end
- end
-