git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
24 lines
563 B
Plaintext
24 lines
563 B
Plaintext
object dmConexion: TdmConexion
|
|
OldCreateOrder = False
|
|
OnDestroy = DataModuleDestroy
|
|
Height = 177
|
|
Width = 121
|
|
object ROChannel: TROWinInetHTTPChannel
|
|
OnFailure = ROChannelFailure
|
|
OnException = ROChannelFailure
|
|
UserAgent = 'RemObjects SDK'
|
|
TargetURL = 'http://localhost:8099/bin'
|
|
Login.Username = 'Tecsitel'
|
|
Login.Password = '1'
|
|
KeepConnection = True
|
|
ServerLocators = <>
|
|
DispatchOptions = []
|
|
Left = 42
|
|
Top = 16
|
|
end
|
|
object ROMessage: TROBinMessage
|
|
Left = 42
|
|
Top = 88
|
|
end
|
|
end
|