home *** CD-ROM | disk | FTP | other *** search
- object AddToTransferForm: TAddToTransferForm
- Left = 201
- Top = 109
- Width = 381
- Height = 217
- Hint =
- 'Please Select Remote Site, Folder And File Name For This Transfe' +
- 'r Item'
- Caption = 'Add To Transfer Set'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel2: TBevel
- Left = 8
- Top = 8
- Width = 265
- Height = 177
- Shape = bsFrame
- end
- object Label5: TLabel
- Left = 16
- Top = 16
- Width = 61
- Height = 13
- Caption = 'Remote Site:'
- end
- object Label4: TLabel
- Left = 16
- Top = 64
- Width = 91
- Height = 13
- Caption = 'Remote File Folder:'
- end
- object Label1: TLabel
- Left = 16
- Top = 136
- Width = 59
- Height = 13
- Caption = 'Remote File:'
- end
- object ComboBox1: TComboBox
- Left = 16
- Top = 32
- Width = 249
- Height = 21
- Hint = 'Select Remote Site from the List'
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = ComboBox1Change
- end
- object BitBtn1: TBitBtn
- Left = 296
- Top = 8
- Width = 75
- Height = 25
- Hint = 'Accept This Transfer Item'
- Caption = '&OK'
- TabOrder = 5
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 296
- Top = 40
- Width = 75
- Height = 25
- Hint = 'Cancel This Transfer Item'
- Caption = '&Cancel'
- TabOrder = 6
- Kind = bkCancel
- end
- object ComboBox2: TComboBox
- Left = 16
- Top = 80
- Width = 249
- Height = 21
- Hint = 'Select Remote Folder from the List'
- ItemHeight = 13
- TabOrder = 1
- end
- object Button1: TButton
- Left = 192
- Top = 106
- Width = 75
- Height = 25
- Hint = 'Delete File Folder from the List'
- Caption = '&Delete'
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 112
- Top = 106
- Width = 75
- Height = 25
- Hint = 'Add File Folder to the List'
- Caption = '&Add'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Edit1: TEdit
- Left = 16
- Top = 152
- Width = 249
- Height = 21
- Hint = 'Enter the Remote File Name'
- TabOrder = 4
- end
- object BitBtn3: TBitBtn
- Left = 296
- Top = 72
- Width = 75
- Height = 25
- TabOrder = 7
- OnClick = BitBtn3Click
- Kind = bkHelp
- end
- end
-