object ManualConnectDialog: TManualConnectDialog Left = 499 Top = 229 BorderStyle = bsDialog Caption = 'Manual Connect' ClientHeight = 129 ClientWidth = 297 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 16 Width = 228 Height = 32 Alignment = taCenter Caption = 'Enter the IP address of the person you intend to connect with.' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Bevel1: TBevel Left = 8 Top = 8 Width = 281 Height = 113 end object Button1: TButton Left = 72 Top = 88 Width = 75 Height = 25 Caption = 'Co&nnect' Default = True ModalResult = 1 TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 160 Top = 88 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object Edit1: TEdit Left = 24 Top = 56 Width = 249 Height = 24 MaxLength = 260 TabOrder = 1 end end