home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 February / DPPCPRO0299.ISO / February / Delphi / Install / DATA.Z / USRINFO.DFM / USRINFO.txt
Encoding:
Text File  |  1996-06-11  |  1.8 KB  |  102 lines

  1. object ConnectForm: TConnectForm
  2.   Left = 437
  3.   Top = 104
  4.   ActiveControl = RemoteHostEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'FTP Connection Information'
  7.   ClientHeight = 111
  8.   ClientWidth = 347
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 6
  18.     Top = 8
  19.     Width = 65
  20.     Height = 13
  21.     Caption = '&Remote Host:'
  22.     FocusControl = RemoteHostEdit
  23.   end
  24.   object Label2: TLabel
  25.     Left = 14
  26.     Top = 34
  27.     Width = 56
  28.     Height = 13
  29.     Caption = '&User Name:'
  30.     FocusControl = UserNameEdit
  31.   end
  32.   object Label3: TLabel
  33.     Left = 21
  34.     Top = 59
  35.     Width = 49
  36.     Height = 13
  37.     Caption = '&Password:'
  38.     FocusControl = PasswordEdit
  39.   end
  40.   object Label4: TLabel
  41.     Left = 9
  42.     Top = 85
  43.     Width = 62
  44.     Height = 13
  45.     Caption = 'Remote &Port:'
  46.     FocusControl = RemotePortEdit
  47.   end
  48.   object RemoteHostEdit: TEdit
  49.     Left = 77
  50.     Top = 5
  51.     Width = 195
  52.     Height = 21
  53.     TabOrder = 0
  54.     Text = 'ftp.borland.com'
  55.   end
  56.   object UserNameEdit: TEdit
  57.     Left = 77
  58.     Top = 31
  59.     Width = 195
  60.     Height = 21
  61.     TabOrder = 1
  62.     Text = 'anonymous'
  63.   end
  64.   object PasswordEdit: TEdit
  65.     Left = 77
  66.     Top = 57
  67.     Width = 195
  68.     Height = 21
  69.     PasswordChar = '*'
  70.     TabOrder = 2
  71.     Text = 'emailaddr'
  72.   end
  73.   object RemotePortEdit: TEdit
  74.     Left = 77
  75.     Top = 83
  76.     Width = 38
  77.     Height = 21
  78.     TabOrder = 3
  79.     Text = '21'
  80.   end
  81.   object OkBtn: TButton
  82.     Left = 281
  83.     Top = 4
  84.     Width = 61
  85.     Height = 20
  86.     Caption = 'OK'
  87.     Default = True
  88.     ModalResult = 1
  89.     TabOrder = 4
  90.   end
  91.   object CancelBtn: TButton
  92.     Left = 281
  93.     Top = 32
  94.     Width = 61
  95.     Height = 20
  96.     Cancel = True
  97.     Caption = 'Cancel'
  98.     ModalResult = 2
  99.     TabOrder = 5
  100.   end
  101. end
  102.