home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFFTPCONN / TFFTPCONN.txt
Encoding:
Text File  |  2004-06-06  |  2.1 KB  |  111 lines

  1. object fFTPConn: TfFTPConn
  2.   Left = 349
  3.   Top = 154
  4.   HelpContext = 44
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'FTP'
  8.   ClientHeight = 297
  9.   ClientWidth = 298
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnCloseQuery = FormCloseQuery
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lbFTP: TListBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 161
  25.     Height = 201
  26.     ItemHeight = 13
  27.     Sorted = True
  28.     TabOrder = 0
  29.     OnClick = lbFTPClick
  30.     OnDblClick = bFTPConnectClick
  31.     OnKeyDown = lbFTPKeyDown
  32.   end
  33.   object bFTPConnect: TButton
  34.     Left = 176
  35.     Top = 8
  36.     Width = 113
  37.     Height = 25
  38.     Caption = '&P'#345'ipojit'
  39.     Default = True
  40.     TabOrder = 1
  41.     OnClick = bFTPConnectClick
  42.   end
  43.   object bFTPNew: TButton
  44.     Left = 176
  45.     Top = 40
  46.     Width = 113
  47.     Height = 25
  48.     Caption = '&Nov'#233' p'#345'ipojen'#237
  49.     TabOrder = 2
  50.     OnClick = bFTPNewClick
  51.   end
  52.   object bFTPCopy: TButton
  53.     Left = 176
  54.     Top = 64
  55.     Width = 113
  56.     Height = 25
  57.     Caption = '&Zkop'#237'rovat'
  58.     TabOrder = 3
  59.     OnClick = bFTPCopyClick
  60.   end
  61.   object bFTPEdit: TButton
  62.     Left = 176
  63.     Top = 120
  64.     Width = 113
  65.     Height = 25
  66.     Caption = '&Vlastnosti'
  67.     TabOrder = 5
  68.     OnClick = bFTPEditClick
  69.   end
  70.   object bFTPDelete: TButton
  71.     Left = 176
  72.     Top = 88
  73.     Width = 113
  74.     Height = 25
  75.     Caption = '&Odstranit'
  76.     TabOrder = 4
  77.     OnClick = bFTPDeleteClick
  78.   end
  79.   object bFTPCancel: TButton
  80.     Left = 176
  81.     Top = 184
  82.     Width = 113
  83.     Height = 25
  84.     Cancel = True
  85.     Caption = '&Storno'
  86.     ModalResult = 2
  87.     TabOrder = 7
  88.   end
  89.   object lbStatus: TMemo
  90.     Left = 8
  91.     Top = 216
  92.     Width = 281
  93.     Height = 73
  94.     Lines.Strings = (
  95.       'lbStatus')
  96.     ReadOnly = True
  97.     ScrollBars = ssVertical
  98.     TabOrder = 8
  99.     WordWrap = False
  100.   end
  101.   object bFTPImport: TButton
  102.     Left = 176
  103.     Top = 152
  104.     Width = 113
  105.     Height = 25
  106.     Caption = '&Importovat'
  107.     TabOrder = 6
  108.     OnClick = bFTPImportClick
  109.   end
  110. end
  111.