object Ipform: TIpform HelpContext = 1040 Left = 369 Top = 307 BorderStyle = bsDialog Caption = 'Your IP address(es)' ClientHeight = 70 ClientWidth = 235 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object ListBox1: TListBox Left = 7 Top = 4 Width = 133 Height = 61 Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ItemHeight = 16 ParentFont = False TabOrder = 0 OnDblClick = ListBox1DblClick end object Button1: TButton Left = 153 Top = 11 Width = 75 Height = 25 Caption = 'Copy' TabOrder = 1 OnClick = Button1Click end object Edit1: TEdit Left = 101 Top = 44 Width = 45 Height = 24 TabOrder = 2 Text = 'Edit1' Visible = False end object Button2: TButton Left = 153 Top = 37 Width = 75 Height = 25 Caption = 'Close' TabOrder = 3 OnClick = Button2Click end end