object SpamForm: TSpamForm Left = 151 Top = 140 HelpContext = 800 BorderStyle = bsDialog Caption = 'Spammer Address List' ClientHeight = 252 ClientWidth = 396 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object StringGrid1: TStringGrid Left = 11 Top = 8 Width = 375 Height = 181 ColCount = 1 DefaultRowHeight = 18 FixedCols = 0 RowCount = 2 Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goTabs] ParentFont = False ScrollBars = ssVertical TabOrder = 0 OnKeyPress = StringGrid1KeyPress ColWidths = ( 371) end object Button3: TButton Left = 264 Top = 193 Width = 122 Height = 25 Caption = 'Save and Close' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button3Click end object Button1: TButton Left = 13 Top = 192 Width = 72 Height = 27 Caption = 'Add Item' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 84 Top = 192 Width = 72 Height = 27 Caption = 'Delete Item' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = Button2Click end object Button4: TButton Left = 264 Top = 217 Width = 122 Height = 25 Caption = 'Cancel' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = Button4Click end end