home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TMSGWINDOW / TMSGWINDOW.txt
Text File  |  1997-01-16  |  3KB  |  152 lines

  1. object MsgWindow: TMsgWindow
  2.   Left = 188
  3.   Top = 115
  4.   AutoScroll = False
  5.   Caption = 'Messages'
  6.   ClientHeight = 138
  7.   ClientWidth = 435
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PopupMenu = MsgViewPopupMenu
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object CountsPanel: TPanel
  19.     Left = 0
  20.     Top = 114
  21.     Width = 435
  22.     Height = 24
  23.     Align = alBottom
  24.     BevelInner = bvLowered
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object TBevel
  28.       Left = 248
  29.       Top = 4
  30.       Width = 57
  31.       Height = 16
  32.     end
  33.     object Bevel2: TBevel
  34.       Left = 152
  35.       Top = 4
  36.       Width = 57
  37.       Height = 16
  38.     end
  39.     object Bevel5: TBevel
  40.       Left = 368
  41.       Top = 4
  42.       Width = 57
  43.       Height = 16
  44.     end
  45.     object Label1: TLabel
  46.       Left = 5
  47.       Top = 5
  48.       Width = 35
  49.       Height = 13
  50.       AutoSize = False
  51.       Caption = 'Errors:'
  52.     end
  53.     object Bevel1: TBevel
  54.       Left = 40
  55.       Top = 4
  56.       Width = 57
  57.       Height = 16
  58.     end
  59.     object ErrorLabel: TLabel
  60.       Left = 47
  61.       Top = 5
  62.       Width = 45
  63.       Height = 13
  64.       Alignment = taRightJustify
  65.       AutoSize = False
  66.       Caption = '0'
  67.     end
  68.     object Label2: TLabel
  69.       Left = 101
  70.       Top = 5
  71.       Width = 48
  72.       Height = 13
  73.       AutoSize = False
  74.       Caption = 'Warnings:'
  75.     end
  76.     object WarningLabel: TLabel
  77.       Left = 159
  78.       Top = 5
  79.       Width = 45
  80.       Height = 13
  81.       Alignment = taRightJustify
  82.       AutoSize = False
  83.       Caption = '0'
  84.     end
  85.     object Label7: TLabel
  86.       Left = 213
  87.       Top = 5
  88.       Width = 27
  89.       Height = 13
  90.       AutoSize = False
  91.       Caption = 'Hints:'
  92.     end
  93.     object HintLabel: TLabel
  94.       Left = 255
  95.       Top = 5
  96.       Width = 45
  97.       Height = 13
  98.       Alignment = taRightJustify
  99.       AutoSize = False
  100.       Caption = '0'
  101.     end
  102.     object Label9: TLabel
  103.       Left = 309
  104.       Top = 5
  105.       Width = 59
  106.       Height = 13
  107.       AutoSize = False
  108.       Caption = 'Fatal errors:'
  109.     end
  110.     object FatalLabel: TLabel
  111.       Left = 375
  112.       Top = 5
  113.       Width = 45
  114.       Height = 13
  115.       Alignment = taRightJustify
  116.       AutoSize = False
  117.       Caption = '0'
  118.     end
  119.   end
  120.   object MsgViewPopupMenu: TPopupMenu
  121.     OnPopup = MsgViewPopup
  122.     Left = 8
  123.     Top = 8
  124.     object mvViewSourceItem: TMenuItem
  125.       Caption = '&View source'
  126.       HelpContext = 5720
  127.       ShortCut = 0
  128.       OnClick = ViewSourceItemClick
  129.     end
  130.     object mvEditSourceItem: TMenuItem
  131.       Caption = 'Edit &Source'
  132.       HelpContext = 5721
  133.       ShortCut = 0
  134.       OnClick = EditSourceItemClick
  135.     end
  136.     object mvAltViewSourceItem: TMenuItem
  137.       Caption = 'View Source'
  138.       HelpContext = 5720
  139.       ShortCut = 0
  140.       Visible = False
  141.       OnClick = ViewSourceItemClick
  142.     end
  143.     object mvAltEditSourceItem: TMenuItem
  144.       Caption = 'Edit Source'
  145.       HelpContext = 5721
  146.       ShortCut = 0
  147.       Visible = False
  148.       OnClick = EditSourceItemClick
  149.     end
  150.   end
  151. end
  152.