git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1048 0c75b7a4-871f-7646-8a2f-f78d34cc349f
22 lines
485 B
Plaintext
22 lines
485 B
Plaintext
object dmConexion: TdmConexion
|
|
OldCreateOrder = False
|
|
OnCreate = DataModuleCreate
|
|
OnDestroy = DataModuleDestroy
|
|
Height = 177
|
|
Width = 265
|
|
object ROMessage: TROBinMessage
|
|
Envelopes = <>
|
|
Left = 42
|
|
Top = 80
|
|
end
|
|
object ROChannel: TROWinInetHTTPChannel
|
|
UserAgent = 'RemObjects SDK'
|
|
TargetURL = 'http://localhost:8099/bin'
|
|
KeepConnection = True
|
|
ServerLocators = <>
|
|
DispatchOptions = []
|
|
Left = 40
|
|
Top = 24
|
|
end
|
|
end
|