git-svn-id: https://192.168.0.254/svn/Proyectos.Varela_PuntosVenta/trunk@108 1c943782-d109-9647-9548-93b3ac332352
98 lines
2.6 KiB
Plaintext
98 lines
2.6 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%\'
|
|
TraceActive = True
|
|
TraceFlags = [toPrepare, toExecute, toFetch, toError, toStmt, toConnect, toTransact, toBlob, toService, toMisc, toParams]
|
|
OnTraceEvent = DriverManagerTraceEvent
|
|
Left = 136
|
|
Top = 80
|
|
end
|
|
object ConnectionManager: TDAConnectionManager
|
|
Connections = <
|
|
item
|
|
Name = 'GFT_VARELA'
|
|
ConnectionString =
|
|
'ADO?AuxDriver=SQLOLEDB.1;Server=localhost;Database=GFT_VARELA;Us' +
|
|
'erID=sa;Password=12345;Schemas=1;'
|
|
ConnectionType = 'MSSQL'
|
|
Default = True
|
|
end>
|
|
DriverManager = DriverManager
|
|
PoolingEnabled = True
|
|
Left = 40
|
|
Top = 80
|
|
end
|
|
object DataDictionary: TDADataDictionary
|
|
Fields = <
|
|
item
|
|
Name = 'IMPORTE'
|
|
DataType = datCurrency
|
|
DisplayLabel = 'Importe'
|
|
Alignment = taRightJustify
|
|
end>
|
|
Left = 40
|
|
Top = 144
|
|
end
|
|
object DADiagrams: TDADiagrams
|
|
Left = 136
|
|
Top = 144
|
|
DiagramData =
|
|
'<Diagrams>'#13#10' <Diagram Name="Diagrama" Left="-4" Top="-4" Width=' +
|
|
'"1288" Height="1002">'#13#10' </Diagram>'#13#10'</Diagrams>'#13#10
|
|
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 DAADODriver: TDAADODriver
|
|
Left = 304
|
|
Top = 16
|
|
end
|
|
object SessionManager: TROInMemorySessionManager
|
|
SessionDuration = -1
|
|
Left = 224
|
|
Top = 16
|
|
end
|
|
object DAServerLog1: TDAServerLog
|
|
Active = True
|
|
OnAddSQLCommandLog = DAServerLog1AddSQLCommandLog
|
|
OnAddSQLErrorLog = DAServerLog1AddSQLErrorLog
|
|
Left = 224
|
|
Top = 80
|
|
end
|
|
object JvLogFile1: TJvLogFile
|
|
Left = 224
|
|
Top = 144
|
|
end
|
|
end
|