home *** CD-ROM | disk | FTP | other *** search
/ PC Open 7 / pcopen7.iso / INTERNET / Paft32 / _SETUP.1 / FTP.EXE / 0 / RCDATA / TTRANSFERITEMFORM / TTRANSFERITEMFORM.txt
Encoding:
Text File  |  1997-04-13  |  3.0 KB  |  167 lines

  1. object TransferItemForm: TTransferItemForm
  2.   Left = 254
  3.   Top = 222
  4.   Width = 389
  5.   Height = 354
  6.   Caption = 'Transfer Item'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   ShowHint = True
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel2: TBevel
  17.     Left = 8
  18.     Top = 160
  19.     Width = 265
  20.     Height = 161
  21.     Shape = bsFrame
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 56
  26.     Width = 265
  27.     Height = 97
  28.     Shape = bsFrame
  29.   end
  30.   object Label1: TLabel
  31.     Left = 16
  32.     Top = 64
  33.     Width = 74
  34.     Height = 13
  35.     Caption = 'Local Filename:'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 16
  39.     Top = 104
  40.     Width = 80
  41.     Height = 13
  42.     Caption = 'Local File Folder:'
  43.   end
  44.   object Label3: TLabel
  45.     Left = 16
  46.     Top = 208
  47.     Width = 85
  48.     Height = 13
  49.     Caption = 'Remote Filename:'
  50.   end
  51.   object Label4: TLabel
  52.     Left = 16
  53.     Top = 248
  54.     Width = 91
  55.     Height = 13
  56.     Caption = 'Remote File Folder:'
  57.   end
  58.   object Label5: TLabel
  59.     Left = 16
  60.     Top = 168
  61.     Width = 61
  62.     Height = 13
  63.     Caption = 'Remote Site:'
  64.   end
  65.   object Edit1: TEdit
  66.     Left = 16
  67.     Top = 80
  68.     Width = 121
  69.     Height = 21
  70.     Hint = 'Enter Local File Name here'
  71.     TabOrder = 1
  72.   end
  73.   object Edit2: TEdit
  74.     Left = 16
  75.     Top = 120
  76.     Width = 249
  77.     Height = 21
  78.     Hint = 'Enter Local Folder here'
  79.     TabOrder = 2
  80.   end
  81.   object Edit3: TEdit
  82.     Left = 16
  83.     Top = 224
  84.     Width = 121
  85.     Height = 21
  86.     Hint = 'Enter Remote File Name here'
  87.     TabOrder = 4
  88.   end
  89.   object ComboBox1: TComboBox
  90.     Left = 16
  91.     Top = 184
  92.     Width = 249
  93.     Height = 21
  94.     Hint = 'Select Remote Site from the List'
  95.     Style = csDropDownList
  96.     ItemHeight = 13
  97.     TabOrder = 3
  98.     OnChange = ComboBox1Change
  99.   end
  100.   object RadioGroup1: TRadioGroup
  101.     Left = 8
  102.     Top = 0
  103.     Width = 113
  104.     Height = 49
  105.     Caption = 'Transfer Direction'
  106.     ItemIndex = 0
  107.     Items.Strings = (
  108.       'Download'
  109.       'Upload')
  110.     TabOrder = 0
  111.   end
  112.   object BitBtn1: TBitBtn
  113.     Left = 296
  114.     Top = 8
  115.     Width = 75
  116.     Height = 25
  117.     TabOrder = 6
  118.     Kind = bkOK
  119.   end
  120.   object BitBtn2: TBitBtn
  121.     Left = 296
  122.     Top = 40
  123.     Width = 75
  124.     Height = 25
  125.     TabOrder = 7
  126.     Kind = bkCancel
  127.   end
  128.   object ComboBox2: TComboBox
  129.     Left = 16
  130.     Top = 264
  131.     Width = 249
  132.     Height = 21
  133.     Hint = 'Enter Remote File Folder here'
  134.     ItemHeight = 13
  135.     TabOrder = 5
  136.   end
  137.   object Button2: TButton
  138.     Left = 112
  139.     Top = 290
  140.     Width = 75
  141.     Height = 25
  142.     Hint = 'Add File Folder to the List'
  143.     Caption = '&Add'
  144.     TabOrder = 8
  145.     OnClick = Button2Click
  146.   end
  147.   object Button1: TButton
  148.     Left = 192
  149.     Top = 290
  150.     Width = 75
  151.     Height = 25
  152.     Hint = 'Delete File Folder from the List'
  153.     Caption = '&Delete'
  154.     TabOrder = 9
  155.     OnClick = Button1Click
  156.   end
  157.   object BitBtn3: TBitBtn
  158.     Left = 296
  159.     Top = 72
  160.     Width = 75
  161.     Height = 25
  162.     TabOrder = 10
  163.     OnClick = BitBtn3Click
  164.     Kind = bkHelp
  165.   end
  166. end
  167.