home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / sharewar / 32psft / _SETUP.1 / FTP.EXE / 0 / RCDATA / TADDTOTRANSFERFORM / TADDTOTRANSFERFORM.txt
Text File  |  1997-04-19  |  2KB  |  127 lines

  1. object AddToTransferForm: TAddToTransferForm
  2.   Left = 201
  3.   Top = 109
  4.   Width = 381
  5.   Height = 217
  6.   Hint = 
  7.     'Please Select Remote Site, Folder And File Name For This Transfe' +
  8.     'r Item'
  9.   Caption = 'Add To Transfer Set'
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel2: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 265
  24.     Height = 177
  25.     Shape = bsFrame
  26.   end
  27.   object Label5: TLabel
  28.     Left = 16
  29.     Top = 16
  30.     Width = 61
  31.     Height = 13
  32.     Caption = 'Remote Site:'
  33.   end
  34.   object Label4: TLabel
  35.     Left = 16
  36.     Top = 64
  37.     Width = 91
  38.     Height = 13
  39.     Caption = 'Remote File Folder:'
  40.   end
  41.   object Label1: TLabel
  42.     Left = 16
  43.     Top = 136
  44.     Width = 59
  45.     Height = 13
  46.     Caption = 'Remote File:'
  47.   end
  48.   object ComboBox1: TComboBox
  49.     Left = 16
  50.     Top = 32
  51.     Width = 249
  52.     Height = 21
  53.     Hint = 'Select Remote Site from the List'
  54.     Style = csDropDownList
  55.     ItemHeight = 13
  56.     TabOrder = 0
  57.     OnChange = ComboBox1Change
  58.   end
  59.   object BitBtn1: TBitBtn
  60.     Left = 296
  61.     Top = 8
  62.     Width = 75
  63.     Height = 25
  64.     Hint = 'Accept This Transfer Item'
  65.     Caption = '&OK'
  66.     TabOrder = 5
  67.     OnClick = BitBtn1Click
  68.     Kind = bkOK
  69.   end
  70.   object BitBtn2: TBitBtn
  71.     Left = 296
  72.     Top = 40
  73.     Width = 75
  74.     Height = 25
  75.     Hint = 'Cancel This Transfer Item'
  76.     Caption = '&Cancel'
  77.     TabOrder = 6
  78.     Kind = bkCancel
  79.   end
  80.   object ComboBox2: TComboBox
  81.     Left = 16
  82.     Top = 80
  83.     Width = 249
  84.     Height = 21
  85.     Hint = 'Select Remote Folder from the List'
  86.     ItemHeight = 13
  87.     TabOrder = 1
  88.   end
  89.   object Button1: TButton
  90.     Left = 192
  91.     Top = 106
  92.     Width = 75
  93.     Height = 25
  94.     Hint = 'Delete File Folder from the List'
  95.     Caption = '&Delete'
  96.     TabOrder = 3
  97.     OnClick = Button1Click
  98.   end
  99.   object Button2: TButton
  100.     Left = 112
  101.     Top = 106
  102.     Width = 75
  103.     Height = 25
  104.     Hint = 'Add File Folder to the List'
  105.     Caption = '&Add'
  106.     TabOrder = 2
  107.     OnClick = Button2Click
  108.   end
  109.   object Edit1: TEdit
  110.     Left = 16
  111.     Top = 152
  112.     Width = 249
  113.     Height = 21
  114.     Hint = 'Enter the Remote File Name'
  115.     TabOrder = 4
  116.   end
  117.   object BitBtn3: TBitBtn
  118.     Left = 296
  119.     Top = 72
  120.     Width = 75
  121.     Height = 25
  122.     TabOrder = 7
  123.     OnClick = BitBtn3Click
  124.     Kind = bkHelp
  125.   end
  126. end
  127.