65 lines
1.4 KiB
Plaintext
65 lines
1.4 KiB
Plaintext
|
|
object TimeServer_ClientMainForm: TTimeServer_ClientMainForm
|
||
|
|
Left = 422
|
||
|
|
Top = 409
|
||
|
|
AutoScroll = False
|
||
|
|
Caption = 'TimeServer Client'
|
||
|
|
ClientHeight = 217
|
||
|
|
ClientWidth = 285
|
||
|
|
Color = clBtnFace
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'Tahoma'
|
||
|
|
Font.Style = []
|
||
|
|
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
|