- Recompilación de todos los paquetes de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime. git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@5 b6239004-a887-0f4b-9937-50029ccdca16
70 lines
1.6 KiB
Plaintext
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
|