Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/Extended File Transfer/ExtendedFileTransferServerMain.dfm

70 lines
1.6 KiB
Plaintext
Raw Normal View History

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