object Form1: TForm1 Left = 203 Top = 115 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Scouting' ClientHeight = 533 ClientWidth = 208 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Teams: TListBox Left = 0 Top = 0 Width = 208 Height = 533 Align = alClient BorderStyle = bsNone Color = clBtnFace DragMode = dmAutomatic ItemHeight = 13 Sorted = True TabOrder = 0 OnDblClick = TeamsDblClick OnDragDrop = TeamsDragDrop end object MainMenu: TMainMenu Left = 8 Top = 8 object File1: TMenuItem Caption = '&File' object AddFile1: TMenuItem Caption = '&Add File' ShortCut = 121 OnClick = AddFile1Click end object NewTeam1: TMenuItem Caption = '&New Team' ShortCut = 120 OnClick = NewTeam1Click end object Open1: TMenuItem Caption = '&Open' ShortCut = 114 OnClick = Open1Click end object LoadText1: TMenuItem Caption = '&Load Text' ShortCut = 119 OnClick = LoadText1Click end object Rename1: TMenuItem Caption = '&Rename' ShortCut = 117 OnClick = Rename1Click end object Delete1: TMenuItem Caption = '&Delete' ShortCut = 118 OnClick = Delete1Click end object Exit1: TMenuItem Caption = 'E&xit' ShortCut = 115 OnClick = Exit1Click end end object Window1: TMenuItem Caption = '&Window' object ShowAll1: TMenuItem Caption = '&Show All' ShortCut = 123 OnClick = ShowAll1Click end end object Help1: TMenuItem Caption = '&Help' object Index1: TMenuItem Caption = '&Index' end object About1: TMenuItem Caption = '&About' OnClick = About1Click end end end object OpenDialog1: TOpenDialog DefaultExt = 'rob' FileName = '188' Filter = 'Robot Files|*.rob|Text Files|*.txt|All Files|*.*|Hitoshi Sucks F' + 'iles|TOE*.sux' Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing] Left = 8 Top = 48 end end