Componentes.Terceros.RemObj.../official/5.0.35.741/RemObjects SDK for Delphi/Templates/_Client/fClientForm.dfm

34 lines
709 B
Plaintext
Raw Normal View History

object ClientForm: TClientForm
Left = 372
Top = 277
Width = 400
Height = 340
Caption = 'RemObjects Client'
ClientHeight = 64
ClientWidth = 228
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Style = []
ParentFont = True
OldCreateOrder = False
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 14
object ROMessage: TRO$MSGCLSNAME
Left = 36
Top = 8
end
object ROChannel: TRO$CHNCLSNAME
Left = 8
Top = 8
end
object RORemoteService: TRORemoteService
Message = ROMessage
Channel = ROChannel
ServiceName = '$SVCNAME'
Left = 64
Top = 8
end
end