home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / spiele / 95mrmatt / mrmatt.exe / 0 / RCDATA / TERRBOX / TERRBOX.txt < prev   
Encoding:
Text File  |  1996-10-14  |  1.1 KB  |  54 lines

  1. object ErrBox: TErrBox
  2.   Left = 295
  3.   Top = 120
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   ClientHeight = 57
  7.   ClientWidth = 244
  8.   Ctl3D = False
  9.   Color = clBlack
  10.   Font.Color = clRed
  11.   Font.Height = -16
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   PrintScale = poNone
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnMouseDown = FormMouseDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 20
  24.   object xBevel: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 244
  28.     Height = 57
  29.     Align = alClient
  30.     BevelInner = bvLowered
  31.     BorderStyle = bsSingle
  32.     Color = clBlack
  33.     TabOrder = 0
  34.     OnMouseDown = FormMouseDown
  35.     object Txt: TLabel
  36.       Left = 61
  37.       Top = 17
  38.       Width = 118
  39.       Height = 20
  40.       Alignment = taCenter
  41.       Caption = 'Error Message'
  42.       OnMouseDown = FormMouseDown
  43.     end
  44.     object xIcon: TImage
  45.       Left = 16
  46.       Top = 12
  47.       Width = 32
  48.       Height = 32
  49.       Enabled = False
  50.       Picture.Data = {<image000.ico>}
  51.     end
  52.   end
  53. end
  54.