object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 316 ClientWidth = 637 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object JvLblInstructions: TJvLabel Left = 24 Top = 32 Width = 568 Height = 13 Caption = 'Please type various addresses into the I.P. address control, and' + ' click the "I.P. Info" button after each one is entered:' Transparent = True HotTrackFont.Charset = DEFAULT_CHARSET HotTrackFont.Color = clWindowText HotTrackFont.Height = -11 HotTrackFont.Name = 'Tahoma' HotTrackFont.Style = [] end object lblJvIPAddressAddressHeader: TLabel Left = 32 Top = 152 Width = 107 Height = 13 Caption = 'JvIPAddress.Address:' end object lblJvIPAddressValuesAddressHeader: TLabel Left = 32 Top = 177 Width = 181 Height = 13 Caption = 'JvIPAddress.AddressValues.Address:' end object lblJvIPAddressValuesValue1Header: TLabel Left = 32 Top = 201 Width = 170 Height = 13 Caption = 'JvIPAddress.AddressValues.Value1' end object lblJvIPAddressValuesValue2Header: TLabel Left = 32 Top = 227 Width = 170 Height = 13 Caption = 'JvIPAddress.AddressValues.Value2' end object lblJvIPAddressValuesValue3Header: TLabel Left = 32 Top = 252 Width = 170 Height = 13 Caption = 'JvIPAddress.AddressValues.Value3' end object lblJvIPAddressValuesValue4Header: TLabel Left = 32 Top = 275 Width = 170 Height = 13 Caption = 'JvIPAddress.AddressValues.Value4' end object lblJvIPAddressAddress: TLabel Left = 232 Top = 152 Width = 6 Height = 13 Caption = '0' end object lblJvIPAddressValuesAddress: TLabel Left = 232 Top = 177 Width = 6 Height = 13 Caption = '0' end object lblJvIPAddressValuesValue1: TLabel Left = 232 Top = 201 Width = 6 Height = 13 Caption = '0' end object lblJvIPAddressValuesValue2: TLabel Left = 232 Top = 227 Width = 6 Height = 13 Caption = '0' end object lblJvIPAddressValuesValue3: TLabel Left = 232 Top = 252 Width = 6 Height = 13 Caption = '0' end object lblJvIPAddressValuesValue4: TLabel Left = 232 Top = 275 Width = 6 Height = 13 Caption = '0' end object JvIPAddress: TJvIPAddress Left = 24 Top = 51 Width = 150 Height = 21 Address = -939524095 ParentColor = False TabOrder = 0 end object btnIPInfo: TButton Left = 24 Top = 104 Width = 89 Height = 25 Caption = 'I.P. Info' TabOrder = 1 OnClick = btnIPInfoClick end object btnInfoLegacy: TButton Left = 149 Top = 104 Width = 89 Height = 25 Caption = 'Legacy code' TabOrder = 2 OnClick = btnInfoLegacyClick end end