home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / nastroje / d5 / MFTP.ZIP / demo / ftppanel / connect.dfm < prev    next >
Text File  |  2000-05-14  |  4KB  |  149 lines

  1. object frmConnect: TfrmConnect
  2.   Left = 185
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = 'Connect to ...'
  6.   ClientHeight = 182
  7.   ClientWidth = 324
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 16
  22.     Width = 32
  23.     Height = 32
  24.     Picture.Data = {
  25.       055449636F6E0000010001002020100000000000E80200001600000028000000
  26.       2000000040000000010004000000000080020000000000000000000000000000
  27.       0000000000000000000080000080000000808000800000008000800080800000
  28.       C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
  29.       FFFFFF0000000000000000000000000000000000000000000000000000000000
  30.       0000000000000000000000000000000000000000707777777777777777777777
  31.       7777770780888888888888888888888888888808000000000000000000000000
  32.       0000000000000000000000870000000000000000000000000000008700000000
  33.       0000000000000000000000870000000000000000000000000000000000000000
  34.       00000000000000888888888888888888800000000000008F7007777777777777
  35.       880000000000008F7887777770000007880000000000008F7777777778888887
  36.       880000000000008FFFFFFFFFFFFFFFFF88000000000000088888888888888888
  37.       7800000000000000800000000000000887000000000000008777777777777780
  38.       88000000000000008FFFFFFFFFFFF78800000000000000008F8888888888F788
  39.       00000000000000008F8000000008F78800000000000000008F8000000008F788
  40.       00000000000000008F8008000008F78800000000000000008F8008000008F788
  41.       00000000000000008F8000000008F78800000000000000008F8000000008F788
  42.       00000000000000008F8888888888F78800000000000000008FFFFFFFFFFFFF88
  43.       0000000000000000787777777777777800000000000000000788888888888888
  44.       0000000000000000000000000000000000000000000000000000000000000000
  45.       00000000FFFFFFFFFFFFFFFF400000024000000240000002FFFFFFFFFFFC7FFF
  46.       FFFC7FFFFFFC7FFFFE00007FFC00003FFC00001FFC00001FFC00001FFC00001F
  47.       FE00001FFF00001FFF00003FFF00007FFF00007FFF00007FFF00007FFF00007F
  48.       FF00007FFF00007FFF00007FFF00007FFF00007FFF00007FFF8000FFFFFFFFFF
  49.       FFFFFFFF}
  50.     Transparent = True
  51.   end
  52.   object Label1: TLabel
  53.     Left = 48
  54.     Top = 18
  55.     Width = 34
  56.     Height = 13
  57.     Caption = 'Server:'
  58.     Transparent = True
  59.   end
  60.   object Label5: TLabel
  61.     Left = 48
  62.     Top = 42
  63.     Width = 56
  64.     Height = 13
  65.     Caption = 'User Name:'
  66.     Enabled = False
  67.   end
  68.   object Label6: TLabel
  69.     Left = 48
  70.     Top = 66
  71.     Width = 49
  72.     Height = 13
  73.     Caption = 'Password:'
  74.     Enabled = False
  75.   end
  76.   object Label7: TLabel
  77.     Left = 48
  78.     Top = 90
  79.     Width = 43
  80.     Height = 13
  81.     Caption = 'Account:'
  82.     Enabled = False
  83.   end
  84.   object Edit1: TEdit
  85.     Left = 112
  86.     Top = 16
  87.     Width = 201
  88.     Height = 21
  89.     TabOrder = 0
  90.     OnChange = Edit1Change
  91.   end
  92.   object Edit3: TEdit
  93.     Left = 112
  94.     Top = 40
  95.     Width = 201
  96.     Height = 21
  97.     Enabled = False
  98.     TabOrder = 1
  99.   end
  100.   object Edit4: TEdit
  101.     Left = 112
  102.     Top = 64
  103.     Width = 201
  104.     Height = 21
  105.     Enabled = False
  106.     PasswordChar = '*'
  107.     TabOrder = 2
  108.   end
  109.   object Edit5: TEdit
  110.     Left = 112
  111.     Top = 88
  112.     Width = 201
  113.     Height = 21
  114.     Enabled = False
  115.     TabOrder = 3
  116.   end
  117.   object CheckBox1: TCheckBox
  118.     Left = 48
  119.     Top = 120
  120.     Width = 265
  121.     Height = 17
  122.     Caption = 'Anonymous Login'
  123.     Checked = True
  124.     State = cbChecked
  125.     TabOrder = 4
  126.     OnClick = CheckBox1Click
  127.   end
  128.   object Button1: TButton
  129.     Left = 160
  130.     Top = 152
  131.     Width = 75
  132.     Height = 25
  133.     Caption = '&Connect'
  134.     Default = True
  135.     TabOrder = 5
  136.     OnClick = Button1Click
  137.   end
  138.   object Button2: TButton
  139.     Left = 240
  140.     Top = 152
  141.     Width = 75
  142.     Height = 25
  143.     Cancel = True
  144.     Caption = 'C&ancel'
  145.     TabOrder = 6
  146.     OnClick = Button2Click
  147.   end
  148. end
  149.