Componentes.Terceros.RemObj.../internal/6.0.43.801/1/RemObjects Samples/RemObjects SDK for Delphi/BonjourDiscovery/fServerForm.dfm
2010-01-29 16:17:43 +00:00

71 lines
1.4 KiB
Plaintext

object ServerForm: TServerForm
Left = 372
Top = 277
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'RemObjects Server'
ClientHeight = 162
ClientWidth = 270
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object RoPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
Left = 31
Top = 8
Width = 212
Height = 48
Cursor = crHandPoint
end
object Label1: TLabel
Left = 8
Top = 64
Width = 52
Height = 13
Caption = 'Who am I?'
end
object edWhoAmI: TEdit
Left = 8
Top = 80
Width = 249
Height = 21
TabOrder = 0
Text = 'I'#39'm Bonjour discoverable RO/Delphi server'
end
object btStart: TButton
Left = 80
Top = 118
Width = 105
Height = 24
Caption = 'Start server'
Default = True
TabOrder = 1
OnClick = btStartClick
end
object ROMessage: TROBinMessage
Envelopes = <>
Left = 36
Top = 8
end
object ROServer: TROIndyHTTPServer
Dispatchers = <
item
Name = 'ROMessage'
Message = ROMessage
Enabled = True
PathInfo = 'Bin'
end>
Port = 0
Left = 8
Top = 8
end
object ROZeroConfRegistration1: TROZeroConfRegistration
Domain = 'local.'
Server = ROServer
Left = 72
Top = 8
end
end