object Form1: TForm1 Left = 216 Top = 144 Width = 544 Height = 375 Caption = 'PortScanner' Color = clInfoBk Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 73 Height = 25 Caption = 'From Port' Color = clInfoBk Font.Charset = ANSI_CHARSET Font.Color = clActiveCaption Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False end object Label3: TLabel Left = 8 Top = 40 Width = 42 Height = 16 Caption = 'To Port' Color = clInfoBk Font.Charset = ANSI_CHARSET Font.Color = clActiveCaption Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False end object Label2: TLabel Left = 8 Top = 72 Width = 65 Height = 16 Caption = 'Target-IP' Color = clInfoBk Font.Charset = ANSI_CHARSET Font.Color = clActiveCaption Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False end object Edit1: TEdit Left = 80 Top = 8 Width = 121 Height = 21 TabOrder = 0 Text = '1' end object ListBox1: TListBox Left = 232 Top = 8 Width = 281 Height = 337 ItemHeight = 13 TabOrder = 1 end object Button1: TButton Left = 8 Top = 104 Width = 193 Height = 25 Caption = 'Scan' TabOrder = 2 OnClick = Button1Click end object Edit2: TEdit Left = 80 Top = 40 Width = 121 Height = 21 TabOrder = 3 Text = '150' end object Edit3: TEdit Left = 80 Top = 72 Width = 121 Height = 21 TabOrder = 4 Text = '127.0.0.1' end end