Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/Extended File Transfer/ExtendedFileTransferServerMain.dfm
david 2824855ea7 - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10
- Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 14:06:19 +00:00

70 lines
1.6 KiB
Plaintext

object ExtendedFileTransferServerMainForm: TExtendedFileTransferServerMainForm
Left = 373
Top = 250
ActiveControl = bSelectFolder
BorderStyle = bsDialog
Caption = 'Extended File Transfer Server'
ClientHeight = 176
ClientWidth = 435
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object RoPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
Left = 111
Top = 8
Width = 212
Height = 48
Cursor = crHandPoint
end
object Label1: TLabel
Left = 8
Top = 58
Width = 66
Height = 13
Caption = 'Upload folder:'
end
object eFolder: TEdit
Left = 8
Top = 72
Width = 389
Height = 21
Anchors = [akLeft, akTop, akRight]
Color = clBtnFace
ReadOnly = True
TabOrder = 0
end
object bSelectFolder: TButton
Left = 405
Top = 71
Width = 22
Height = 22
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 1
OnClick = bSelectFolderClick
end
object Memo1: TMemo
Left = 8
Top = 104
Width = 393
Height = 57
BorderStyle = bsNone
Color = cl3DLight
Lines.Strings = (
'When a client uploads a file:'
'1) it is transferred to the Upload folder specified above'
'2) it is then downloaded into the Download folder of other clien' +
'ts')
TabOrder = 2
end
end