Componentes.Terceros.RemObj.../internal/5.0.35.741/1/RemObjects SDK for Delphi/Samples/Time Server/TimeServer_ClientMain.dfm
2009-02-28 17:16:16 +00:00

61 lines
1.3 KiB
Plaintext

object TimeServer_ClientMainForm: TTimeServer_ClientMainForm
Left = 422
Top = 409
AutoScroll = False
Caption = 'TimeServer Client'
ClientHeight = 217
ClientWidth = 285
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ROPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
Left = 37
Top = 2
Width = 212
Height = 48
Cursor = crHandPoint
ApplicationType = atClient
end
object TimeButton: TButton
Left = 87
Top = 192
Width = 113
Height = 22
Anchors = [akLeft, akBottom]
Caption = 'Get Time'
TabOrder = 0
OnClick = TimeButtonClick
end
object mmRequest: TMemo
Left = 0
Top = 53
Width = 286
Height = 133
Align = alCustom
Anchors = [akLeft, akTop, akRight, akBottom]
Lines.Strings = (
'')
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
end
object BINMessage: TROBinMessage
Left = 152
Top = 16
end
object ROBroadcastChannel: TROBroadcastChannel
ServerLocators = <>
DispatchOptions = []
Retrys = 2
IndyClient.BroadcastEnabled = True
IndyClient.Port = 8090
IndyClient.ReceiveTimeout = 100
Port = 8090
Left = 56
Top = 16
end
end