home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / midg32.zip / MIDGET.EXE / 0 / RCDATA / TERRBOX / TERRBOX.txt < prev   
Text File  |  1996-06-12  |  1KB  |  64 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 = -19
  12.   Font.Name = 'Kalkul Prop'
  13.   Font.Style = []
  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 = 21
  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.     Font.Color = clRed
  34.     Font.Height = -19
  35.     Font.Name = 'K Prop'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     OnMouseDown = FormMouseDown
  40.     object Txt: TLabel
  41.       Left = 61
  42.       Top = 17
  43.       Width = 118
  44.       Height = 20
  45.       Alignment = taCenter
  46.       Caption = 'Error Message'
  47.       Font.Color = clRed
  48.       Font.Height = -16
  49.       Font.Name = 'K Prop'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.       OnMouseDown = FormMouseDown
  53.     end
  54.     object xIcon: TImage
  55.       Left = 16
  56.       Top = 12
  57.       Width = 32
  58.       Height = 32
  59.       Enabled = False
  60.       Picture.Data = {<image000.ico>}
  61.     end
  62.   end
  63. end
  64.