object dmServer: TdmServer OldCreateOrder = False OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy Height = 285 Width = 292 object BINMessage: TROBinMessage Envelopes = <> Left = 136 Top = 16 end object DriverManager: TDADriverManager DriverDirectory = '%SYSTEM%\' AutoLoad = True TraceActive = True TraceFlags = [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 Noviseda\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 = 224 Top = 80 end object HTTPServer: TROIpHTTPServer Dispatchers = < item Name = 'BINMessage' Message = BINMessage Enabled = True PathInfo = 'Bin' end> Port = 8099 SendExceptionsAs500 = False Left = 40 Top = 16 end end