home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9INET / 32PAFT.ZIP / _SETUP.1 / FTP.EXE / 0 / RCDATA / TTRANSFERITEMFORM / TTRANSFERITEMFORM.txt
Text File  |  1998-05-15  |  3KB  |  168 lines

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