2007-09-12 14:11:44 +00:00
|
|
|
object dmServer: TdmServer
|
|
|
|
|
OldCreateOrder = False
|
|
|
|
|
OnCreate = DataModuleCreate
|
|
|
|
|
OnDestroy = DataModuleDestroy
|
2008-03-21 13:36:04 +00:00
|
|
|
Height = 285
|
|
|
|
|
Width = 292
|
2007-09-12 14:11:44 +00:00
|
|
|
object HTTPServer: TROIndyHTTPServer
|
|
|
|
|
Dispatchers = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'BINMessage'
|
|
|
|
|
Message = BINMessage
|
|
|
|
|
Enabled = True
|
|
|
|
|
PathInfo = 'Bin'
|
|
|
|
|
end>
|
|
|
|
|
OnBeforeServerActivate = HTTPServerBeforeServerActivate
|
|
|
|
|
IndyServer.Bindings = <>
|
|
|
|
|
IndyServer.DefaultPort = 8099
|
|
|
|
|
Port = 8099
|
|
|
|
|
Left = 40
|
|
|
|
|
Top = 16
|
|
|
|
|
end
|
|
|
|
|
object BINMessage: TROBinMessage
|
2009-03-27 10:57:28 +00:00
|
|
|
Envelopes = <>
|
2007-09-12 14:11:44 +00:00
|
|
|
Left = 136
|
|
|
|
|
Top = 16
|
|
|
|
|
end
|
|
|
|
|
object DriverManager: TDADriverManager
|
|
|
|
|
DriverDirectory = '%SYSTEM%\'
|
|
|
|
|
AutoLoad = True
|
|
|
|
|
TraceActive = True
|
2008-09-24 14:19:07 +00:00
|
|
|
TraceFlags = [toExecute, toError, toStmt, toConnect, toTransact, toMisc]
|
2007-09-12 14:11:44 +00:00
|
|
|
OnTraceEvent = DriverManagerTraceEvent
|
|
|
|
|
Left = 136
|
|
|
|
|
Top = 80
|
|
|
|
|
end
|
|
|
|
|
object ConnectionManager: TDAConnectionManager
|
2007-10-03 10:27:58 +00:00
|
|
|
OnConnectionAcquired = ConnectionManagerConnectionAcquired
|
2007-09-12 14:11:44 +00:00
|
|
|
Connections = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'IBX'
|
|
|
|
|
ConnectionString =
|
2008-01-15 10:55:49 +00:00
|
|
|
'IBX?Server=localhost;Database=C:\Codigo Tecsitel\Output\Debug\Da' +
|
2014-02-18 22:41:52 +00:00
|
|
|
'tabase\FACTUGES.FDB;UserID=sysdba;Password=masterkey;Dialect=3;C' +
|
|
|
|
|
'harset=ISO8859_1;'
|
2007-09-19 16:38:24 +00:00
|
|
|
ConnectionType = 'Interbase'
|
2007-09-12 14:11:44 +00:00
|
|
|
Default = True
|
|
|
|
|
end>
|
|
|
|
|
DriverManager = DriverManager
|
|
|
|
|
PoolingEnabled = True
|
2007-09-19 16:38:24 +00:00
|
|
|
PoolTransactionBehaviour = ptRollback
|
2007-09-12 14:11:44 +00:00
|
|
|
Left = 40
|
|
|
|
|
Top = 80
|
|
|
|
|
end
|
|
|
|
|
object JvAppRegistryStorage: TJvAppRegistryStorage
|
|
|
|
|
StorageOptions.BooleanStringTrueValues = 'TRUE, YES, Y'
|
|
|
|
|
StorageOptions.BooleanStringFalseValues = 'FALSE, NO, N'
|
|
|
|
|
RegRoot = hkLocalMachine
|
|
|
|
|
Root = 'Software\%APPL_NAME%'
|
|
|
|
|
SubStorages = <>
|
|
|
|
|
Left = 136
|
|
|
|
|
Top = 208
|
|
|
|
|
end
|
|
|
|
|
object SessionManager: TROInMemorySessionManager
|
|
|
|
|
OnSessionDeleted = SessionManagerSessionDeleted
|
|
|
|
|
SessionDuration = -1
|
|
|
|
|
Left = 216
|
|
|
|
|
Top = 16
|
|
|
|
|
end
|
|
|
|
|
object JvLogFile1: TJvLogFile
|
|
|
|
|
FileName = 'ServerLog.txt'
|
|
|
|
|
Active = False
|
|
|
|
|
Left = 136
|
|
|
|
|
Top = 144
|
|
|
|
|
end
|
|
|
|
|
object DAIBXDriver: TDAIBXDriver
|
2008-02-29 18:55:32 +00:00
|
|
|
Left = 224
|
2007-09-12 14:11:44 +00:00
|
|
|
Top = 80
|
|
|
|
|
end
|
|
|
|
|
end
|