object MsgWindow: TMsgWindow Left = 188 Top = 115 AutoScroll = False Caption = 'ү����' ClientHeight = 138 ClientWidth = 435 ParentFont = True PopupMenu = MsgViewPopupMenu OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 12 object CountsPanel: TPanel Left = 0 Top = 114 Width = 435 Height = 24 Align = alBottom BevelInner = bvLowered BevelOuter = bvNone TabOrder = 0 object TBevel Left = 248 Top = 4 Width = 57 Height = 16 end object Bevel2: TBevel Left = 152 Top = 4 Width = 57 Height = 16 end object Bevel5: TBevel Left = 368 Top = 4 Width = 57 Height = 16 end object Label1: TLabel Left = 5 Top = 5 Width = 35 Height = 13 AutoSize = False Caption = '�װ:' end object Bevel1: TBevel Left = 40 Top = 4 Width = 57 Height = 16 end object ErrorLabel: TLabel Left = 47 Top = 5 Width = 45 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' end object Label2: TLabel Left = 101 Top = 5 Width = 48 Height = 13 AutoSize = False Caption = '�x��:' end object WarningLabel: TLabel Left = 159 Top = 5 Width = 45 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' end object Label7: TLabel Left = 213 Top = 5 Width = 27 Height = 13 AutoSize = False Caption = '���:' end object HintLabel: TLabel Left = 255 Top = 5 Width = 45 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' end object Label9: TLabel Left = 309 Top = 5 Width = 59 Height = 13 AutoSize = False Caption = '�v���I�װ:' end object FatalLabel: TLabel Left = 375 Top = 5 Width = 45 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' end end object MsgViewPopupMenu: TPopupMenu OnPopup = MsgViewPopup Left = 8 Top = 8 object mvViewSourceItem: TMenuItem Caption = '����̕\��(&V)' OnClick = ViewSourceItemClick end object mvEditSourceItem: TMenuItem Caption = '����̕ҏW(&S)' OnClick = EditSourceItemClick end object mvAltViewSourceItem: TMenuItem Caption = '����̕\��' Visible = False OnClick = ViewSourceItemClick end object mvAltEditSourceItem: TMenuItem Caption = '����̕ҏW' Visible = False OnClick = EditSourceItemClick end object N1: TMenuItem Caption = '-' end object ClearCompilerMessagesItem: TMenuItem Caption = '���߲� ү���ނ̏���' OnClick = ClearCompilerMessages end object ClearSearchResultsItem: TMenuItem Caption = '�������ʂ̏���(&C)' OnClick = ClearSearchResults end end end