object Form3: TForm3 Left = 318 Top = 140 BorderStyle = bsDialog Caption = 'Event warning!' ClientHeight = 280 ClientWidth = 409 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel3: TBevel Left = 8 Top = 247 Width = 393 Height = 27 end object Bevel1: TBevel Left = 0 Top = 0 Width = 409 Height = 280 Align = alClient Shape = bsFrame end object Bevel2: TBevel Left = 8 Top = 8 Width = 393 Height = 25 end object Label1: TLabel Left = 11 Top = 11 Width = 387 Height = 19 Alignment = taCenter AutoSize = False Caption = 'Obsolete event'#39's found' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object SpeedButton2: TSpeedButton Left = 327 Top = 248 Width = 73 Height = 25 Caption = '&Dismiss' Flat = True OnClick = SpeedButton2Click end object ListView1: TListView Left = 8 Top = 40 Width = 393 Height = 201 BorderStyle = bsNone ColumnClick = False Columns = < item Caption = 'Date' end item Caption = 'Time' end item Caption = 'Event' end> ReadOnly = True GridLines = True RowSelect = True ShowColumnHeaders = False TabOrder = 0 ViewStyle = vsReport end end