home *** CD-ROM | disk | FTP | other *** search
- object ErrBox: TErrBox
- Left = 295
- Top = 120
- BorderIcons = [biSystemMenu]
- BorderStyle = bsNone
- ClientHeight = 57
- ClientWidth = 244
- Ctl3D = False
- Color = clBlack
- Font.Color = clRed
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- FormStyle = fsStayOnTop
- KeyPreview = True
- PrintScale = poNone
- Scaled = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnMouseDown = FormMouseDown
- PixelsPerInch = 96
- TextHeight = 20
- object xBevel: TPanel
- Left = 0
- Top = 0
- Width = 244
- Height = 57
- Align = alClient
- BevelInner = bvLowered
- BorderStyle = bsSingle
- Color = clBlack
- TabOrder = 0
- OnMouseDown = FormMouseDown
- object Txt: TLabel
- Left = 61
- Top = 17
- Width = 118
- Height = 20
- Alignment = taCenter
- Caption = 'Error Message'
- OnMouseDown = FormMouseDown
- end
- object xIcon: TImage
- Left = 16
- Top = 12
- Width = 32
- Height = 32
- Enabled = False
- Picture.Data = {<image000.ico>}
- end
- end
- end
-