home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com 1998 June / WF0698_3.ISO / chat-text / scw101.exe / _SETUP.1 / SECOM.EXE / 0 / RCDATA / TMANUALCONNECTDIALOG / TMANUALCONNECTDIALOG.txt
Text File  |  1998-05-19  |  1KB  |  67 lines

  1. object ManualConnectDialog: TManualConnectDialog
  2.   Left = 499
  3.   Top = 229
  4.   BorderStyle = bsDialog
  5.   Caption = 'Manual Connect'
  6.   ClientHeight = 129
  7.   ClientWidth = 297
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 16
  20.     Width = 228
  21.     Height = 32
  22.     Alignment = taCenter
  23.     Caption = 'Enter the IP address of the person you intend to connect with.'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -15
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     WordWrap = True
  31.   end
  32.   object Bevel1: TBevel
  33.     Left = 8
  34.     Top = 8
  35.     Width = 281
  36.     Height = 113
  37.   end
  38.   object Button1: TButton
  39.     Left = 72
  40.     Top = 88
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Co&nnect'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 0
  47.     OnClick = Button1Click
  48.   end
  49.   object Button2: TButton
  50.     Left = 160
  51.     Top = 88
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58.   object Edit1: TEdit
  59.     Left = 24
  60.     Top = 56
  61.     Width = 249
  62.     Height = 24
  63.     MaxLength = 260
  64.     TabOrder = 1
  65.   end
  66. end
  67.