object Form4: TForm4 Left = 211 Top = 110 BorderStyle = bsToolWindow Caption = 'Delete a User:' ClientHeight = 111 ClientWidth = 169 Color = 14547961 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 8 Top = 16 Width = 152 Height = 16 Alignment = taCenter Caption = 'Select name to remove:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Button4: TButton Left = 32 Top = 72 Width = 113 Height = 25 Caption = 'Remove From list' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = Button4Click end object ComboBox1: TComboBox Left = 32 Top = 40 Width = 113 Height = 24 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Comic Sans MS' Font.Style = [fsBold] ItemHeight = 16 ParentFont = False TabOrder = 0 Text = 'Select a name' OnKeyPress = ComboBox1KeyPress end object ListBox1: TListBox Left = 8 Top = 272 Width = 121 Height = 1 ItemHeight = 13 TabOrder = 2 Visible = False end end