git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@2 c93665c3-c93d-084d-9b98-7d5f4a9c3376
25 lines
542 B
Plaintext
25 lines
542 B
Plaintext
object dmUsuarios: TdmUsuarios
|
|
OldCreateOrder = True
|
|
OnCreate = DAClientDataModuleCreate
|
|
RemoteService = ROLoginService
|
|
Adapter = DABINAdapter
|
|
SchemaCall.MethodName = 'GetSchemaAsXML'
|
|
SchemaCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
ParamType = fResult
|
|
DataType = rtString
|
|
end>
|
|
Height = 172
|
|
Width = 355
|
|
object ROLoginService: TRORemoteService
|
|
ServiceName = 'srvLogin'
|
|
Left = 48
|
|
Top = 32
|
|
end
|
|
object DABINAdapter: TDABINAdapter
|
|
Left = 48
|
|
Top = 104
|
|
end
|
|
end
|