object TeamForm: TTeamForm Left = 437 Top = 115 Width = 329 Height = 329 Caption = 'Form3' Color = clBtnFace DragMode = dmAutomatic Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OldCreateOrder = False OnClose = FormClose OnDragDrop = FormDragDrop PixelsPerInch = 96 TextHeight = 13 object ListBox1: TListBox Left = 0 Top = 226 Width = 321 Height = 57 Align = alBottom BorderStyle = bsNone Color = clBtnFace ItemHeight = 13 TabOrder = 0 OnDragDrop = FormDragDrop OnDragOver = ListBox1DragOver end object MainMenu1: TMainMenu Left = 8 Top = 8 object file1: TMenuItem Caption = '&File' object Save1: TMenuItem Caption = '&Save' ShortCut = 113 OnClick = Save1Click end object Exit1: TMenuItem Caption = 'E&xit' ShortCut = 116 OnClick = Exit1Click end end end end