object fEzTeam: TfEzTeam Left = 310 Top = 216 BorderStyle = bsDialog Caption = 'The BootMagic Team' ClientHeight = 267 ClientWidth = 297 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblTeamMembers: TIntlLabel Left = 24 Top = 16 Width = 73 Height = 13 Caption = 'Team Members' end object imgTeam: TImage Left = 224 Top = 32 Width = 41 Height = 41 Picture.Data = {} end object lbxTeam: TListBox Left = 24 Top = 32 Width = 161 Height = 217 Color = cl3DLight ItemHeight = 13 TabOrder = 0 end object btnOK: TButton Left = 208 Top = 224 Width = 75 Height = 25 Cancel = True Caption = '&OK' TabOrder = 1 OnClick = btnOKClick end end