96 lines
2.1 KiB
Plaintext
96 lines
2.1 KiB
Plaintext
|
|
object ExtendedFileTransferClientMainForm: TExtendedFileTransferClientMainForm
|
||
|
|
Left = 451
|
||
|
|
Top = 393
|
||
|
|
ActiveControl = UploadButton
|
||
|
|
AutoScroll = False
|
||
|
|
Caption = 'Extended File Transfer Client'
|
||
|
|
ClientHeight = 369
|
||
|
|
ClientWidth = 615
|
||
|
|
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
|
||
|
|
OnDestroy = FormDestroy
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
object Label4: TLabel
|
||
|
|
Left = 7
|
||
|
|
Top = 9
|
||
|
|
Width = 80
|
||
|
|
Height = 13
|
||
|
|
Caption = 'Download folder:'
|
||
|
|
end
|
||
|
|
object UploadButton: TButton
|
||
|
|
Left = 222
|
||
|
|
Top = 343
|
||
|
|
Width = 171
|
||
|
|
Height = 22
|
||
|
|
Anchors = [akLeft, akBottom]
|
||
|
|
Caption = 'Upload to other client(s)'
|
||
|
|
TabOrder = 3
|
||
|
|
OnClick = UploadButtonClick
|
||
|
|
end
|
||
|
|
object eFolder: TEdit
|
||
|
|
Left = 91
|
||
|
|
Top = 5
|
||
|
|
Width = 486
|
||
|
|
Height = 21
|
||
|
|
Anchors = [akLeft, akTop, akRight]
|
||
|
|
Color = clBtnFace
|
||
|
|
ReadOnly = True
|
||
|
|
TabOrder = 0
|
||
|
|
end
|
||
|
|
object bSelectFolder: TButton
|
||
|
|
Left = 583
|
||
|
|
Top = 4
|
||
|
|
Width = 22
|
||
|
|
Height = 22
|
||
|
|
Anchors = [akTop, akRight]
|
||
|
|
Caption = '...'
|
||
|
|
TabOrder = 1
|
||
|
|
OnClick = bSelectFolderClick
|
||
|
|
end
|
||
|
|
object Memo: TMemo
|
||
|
|
Left = 0
|
||
|
|
Top = 29
|
||
|
|
Width = 615
|
||
|
|
Height = 310
|
||
|
|
Align = alCustom
|
||
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
||
|
|
ScrollBars = ssBoth
|
||
|
|
TabOrder = 2
|
||
|
|
end
|
||
|
|
object ROMessage: TROBinMessage
|
||
|
|
Left = 95
|
||
|
|
Top = 120
|
||
|
|
end
|
||
|
|
object ROChannel: TROWinInetHTTPChannel
|
||
|
|
ServerLocators = <>
|
||
|
|
DispatchOptions = []
|
||
|
|
UserAgent = 'RemObjects SDK'
|
||
|
|
TargetURL = 'http://localhost:8099/BIN'
|
||
|
|
Left = 67
|
||
|
|
Top = 120
|
||
|
|
end
|
||
|
|
object RORemoteService: TRORemoteService
|
||
|
|
Message = ROMessage
|
||
|
|
Channel = ROChannel
|
||
|
|
ServiceName = 'ExtendedFileTransferService'
|
||
|
|
Left = 123
|
||
|
|
Top = 120
|
||
|
|
end
|
||
|
|
object EventReceiver: TROEventReceiver
|
||
|
|
Interval = 1200
|
||
|
|
Message = ROMessage
|
||
|
|
Channel = ROChannel
|
||
|
|
ServiceName = 'ExtendedFileTransferService'
|
||
|
|
Left = 152
|
||
|
|
Top = 121
|
||
|
|
end
|
||
|
|
end
|