git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@145 0c75b7a4-871f-7646-8a2f-f78d34cc349f
80 lines
2.1 KiB
Plaintext
80 lines
2.1 KiB
Plaintext
object dmServer: TdmServer
|
|
OldCreateOrder = False
|
|
OnCreate = DataModuleCreate
|
|
OnDestroy = DataModuleDestroy
|
|
Height = 307
|
|
Width = 382
|
|
object HTTPServer: TROIndyHTTPServer
|
|
Encryption.UseCompression = True
|
|
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
|
|
Left = 136
|
|
Top = 16
|
|
end
|
|
object DriverManager: TDADriverManager
|
|
DriverDirectory = '%SYSTEM%\'
|
|
AutoLoad = True
|
|
TraceActive = True
|
|
TraceFlags = [toPrepare, toExecute, toError, toStmt, toConnect, toTransact, toMisc]
|
|
OnTraceEvent = DriverManagerTraceEvent
|
|
Left = 136
|
|
Top = 80
|
|
end
|
|
object ConnectionManager: TDAConnectionManager
|
|
OnConnectionAcquired = ConnectionManagerConnectionAcquired
|
|
Connections = <
|
|
item
|
|
Name = 'IBX'
|
|
ConnectionString =
|
|
'IBX?Server=localhost;Database=C:\Codigo Tecsitel\Output\Debug\Da' +
|
|
'tabase\FACTUGES.FDB;UserID=sysdba;Password=masterkey;Dialect=3;C' +
|
|
'harset=ISO8859_1;'
|
|
ConnectionType = 'Interbase'
|
|
Default = True
|
|
end>
|
|
DriverManager = DriverManager
|
|
PoolingEnabled = True
|
|
PoolTransactionBehaviour = ptRollback
|
|
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
|
|
Left = 232
|
|
Top = 80
|
|
end
|
|
end
|