object WhistleDialog: TWhistleDialog Left = 358 Top = 107 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Net Vampire messages' ClientHeight = 126 ClientWidth = 371 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 98 Width = 371 Height = 28 Align = alBottom BevelOuter = bvNone TabOrder = 0 object OkBtn: TButton Left = 148 Top = 4 Width = 75 Height = 23 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OkBtnClick end end object RichEdit1: TRichEdit Left = 8 Top = 12 Width = 353 Height = 86 Color = clBtnFace ReadOnly = True ScrollBars = ssBoth TabOrder = 1 end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 36 Top = 24 end object KMLang1: TKMLang Left = 4 Top = 4 end end