home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TMSGWINDOW / TMSGWINDOW.txt
Text File  |  1999-08-11  |  2KB  |  117 lines

  1. inherited MsgWindow: TMsgWindow
  2.   Left = 149
  3.   Top = 164
  4.   Height = 108
  5.   DragKind = dkDrag
  6.   DragMode = dmManual
  7.   OnClose = FormClose
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object CountsPanel: TPanel [0]
  11.     Left = 0
  12.     Top = 53
  13.     Width = 431
  14.     Height = 24
  15.     Align = alBottom
  16.     BevelOuter = bvNone
  17.     TabOrder = 0
  18.     object TBevel
  19.       Left = 248
  20.       Top = 4
  21.       Width = 57
  22.       Height = 16
  23.     end
  24.     object Bevel2: TBevel
  25.       Left = 152
  26.       Top = 4
  27.       Width = 57
  28.       Height = 16
  29.     end
  30.     object Bevel5: TBevel
  31.       Left = 368
  32.       Top = 4
  33.       Width = 57
  34.       Height = 16
  35.     end
  36.     object Label1: TLabel
  37.       Left = 5
  38.       Top = 5
  39.       Width = 35
  40.       Height = 13
  41.       AutoSize = False
  42.       Caption = 'Errors:'
  43.     end
  44.     object Bevel1: TBevel
  45.       Left = 40
  46.       Top = 4
  47.       Width = 57
  48.       Height = 16
  49.     end
  50.     object ErrorLabel: TLabel
  51.       Left = 47
  52.       Top = 5
  53.       Width = 45
  54.       Height = 13
  55.       Alignment = taRightJustify
  56.       AutoSize = False
  57.       Caption = '0'
  58.     end
  59.     object Label2: TLabel
  60.       Left = 101
  61.       Top = 5
  62.       Width = 48
  63.       Height = 13
  64.       AutoSize = False
  65.       Caption = 'Warnings:'
  66.     end
  67.     object WarningLabel: TLabel
  68.       Left = 159
  69.       Top = 5
  70.       Width = 45
  71.       Height = 13
  72.       Alignment = taRightJustify
  73.       AutoSize = False
  74.       Caption = '0'
  75.     end
  76.     object Label7: TLabel
  77.       Left = 213
  78.       Top = 5
  79.       Width = 27
  80.       Height = 13
  81.       AutoSize = False
  82.       Caption = 'Hints:'
  83.     end
  84.     object HintLabel: TLabel
  85.       Left = 255
  86.       Top = 5
  87.       Width = 45
  88.       Height = 13
  89.       Alignment = taRightJustify
  90.       AutoSize = False
  91.       Caption = '0'
  92.     end
  93.     object Label9: TLabel
  94.       Left = 309
  95.       Top = 5
  96.       Width = 59
  97.       Height = 13
  98.       AutoSize = False
  99.       Caption = 'Fatal errors:'
  100.     end
  101.     object FatalLabel: TLabel
  102.       Left = 375
  103.       Top = 5
  104.       Width = 45
  105.       Height = 13
  106.       Alignment = taRightJustify
  107.       AutoSize = False
  108.       Caption = '0'
  109.     end
  110.   end
  111.   inherited MsgViewPopupMenu: TPopupMenu
  112.     inherited DockableItem: TMenuItem
  113.       Visible = False
  114.     end
  115.   end
  116. end
  117.