home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 December / PCWorld_2001-12_cd.bin / Software / Vyzkuste / timeftp / timedftp.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1998-09-22  |  1KB  |  76 lines

  1. object Form2: TForm2
  2.   Left = 338
  3.   Top = 290
  4.   Width = 246
  5.   Height = 263
  6.   Caption = 'Host information'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 238
  19.     Height = 236
  20.     Align = alClient
  21.     TabOrder = 0
  22.     object Text_Host_Name: TLabel
  23.       Left = 56
  24.       Top = 24
  25.       Width = 54
  26.       Height = 13
  27.       Caption = 'Host name:'
  28.     end
  29.     object Text_Password: TLabel
  30.       Left = 56
  31.       Top = 120
  32.       Width = 49
  33.       Height = 13
  34.       Caption = 'Password:'
  35.     end
  36.     object Text_Username: TLabel
  37.       Left = 56
  38.       Top = 72
  39.       Width = 56
  40.       Height = 13
  41.       Caption = 'User Name:'
  42.     end
  43.     object HostName: TEdit
  44.       Left = 56
  45.       Top = 40
  46.       Width = 121
  47.       Height = 21
  48.       TabOrder = 0
  49.     end
  50.     object UserName: TEdit
  51.       Left = 56
  52.       Top = 88
  53.       Width = 121
  54.       Height = 21
  55.       TabOrder = 1
  56.     end
  57.     object Ok: TButton
  58.       Left = 80
  59.       Top = 176
  60.       Width = 75
  61.       Height = 25
  62.       Caption = '&Ok'
  63.       TabOrder = 3
  64.       OnClick = OkClick
  65.     end
  66.     object Password: TEdit
  67.       Left = 56
  68.       Top = 136
  69.       Width = 121
  70.       Height = 21
  71.       PasswordChar = '*'
  72.       TabOrder = 2
  73.     end
  74.   end
  75. end
  76.