object TransferItemForm: TTransferItemForm Left = 254 Top = 222 Width = 389 Height = 354 Caption = 'Transfer Item' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel2: TBevel Left = 8 Top = 160 Width = 265 Height = 161 Shape = bsFrame end object Bevel1: TBevel Left = 8 Top = 56 Width = 265 Height = 97 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 64 Width = 74 Height = 13 Caption = 'Local Filename:' end object Label2: TLabel Left = 16 Top = 104 Width = 80 Height = 13 Caption = 'Local File Folder:' end object Label3: TLabel Left = 16 Top = 208 Width = 85 Height = 13 Caption = 'Remote Filename:' end object Label4: TLabel Left = 16 Top = 248 Width = 91 Height = 13 Caption = 'Remote File Folder:' end object Label5: TLabel Left = 16 Top = 168 Width = 61 Height = 13 Caption = 'Remote Site:' end object Edit1: TEdit Left = 16 Top = 80 Width = 121 Height = 21 Hint = 'Enter Local File Name here' TabOrder = 1 end object Edit2: TEdit Left = 16 Top = 120 Width = 249 Height = 21 Hint = 'Enter Local Folder here' TabOrder = 2 end object Edit3: TEdit Left = 16 Top = 224 Width = 121 Height = 21 Hint = 'Enter Remote File Name here' TabOrder = 4 end object ComboBox1: TComboBox Left = 16 Top = 184 Width = 249 Height = 21 Hint = 'Select Remote Site from the List' Style = csDropDownList ItemHeight = 13 TabOrder = 3 OnChange = ComboBox1Change end object RadioGroup1: TRadioGroup Left = 8 Top = 0 Width = 113 Height = 49 Caption = 'Transfer Direction' ItemIndex = 0 Items.Strings = ( 'Download' 'Upload') TabOrder = 0 end object BitBtn1: TBitBtn Left = 296 Top = 8 Width = 75 Height = 25 TabOrder = 6 Kind = bkOK end object BitBtn2: TBitBtn Left = 296 Top = 40 Width = 75 Height = 25 TabOrder = 7 Kind = bkCancel end object ComboBox2: TComboBox Left = 16 Top = 264 Width = 249 Height = 21 Hint = 'Enter Remote File Folder here' ItemHeight = 13 TabOrder = 5 end object Button2: TButton Left = 112 Top = 290 Width = 75 Height = 25 Hint = 'Add File Folder to the List' Caption = '&Add' TabOrder = 8 OnClick = Button2Click end object Button1: TButton Left = 192 Top = 290 Width = 75 Height = 25 Hint = 'Delete File Folder from the List' Caption = '&Delete' TabOrder = 9 OnClick = Button1Click end object BitBtn3: TBitBtn Left = 296 Top = 72 Width = 75 Height = 25 TabOrder = 10 OnClick = BitBtn3Click Kind = bkHelp end end