Prvni verze
This commit is contained in:
52
uDataMod.dfm
Normal file
52
uDataMod.dfm
Normal file
@ -0,0 +1,52 @@
|
||||
object datMod: TdatMod
|
||||
OnDestroy = DataModuleDestroy
|
||||
Height = 480
|
||||
Width = 640
|
||||
object sqlConn: TFDConnection
|
||||
FetchOptions.AssignedValues = [evRecordCountMode]
|
||||
FetchOptions.RecordCountMode = cmTotal
|
||||
FormatOptions.AssignedValues = [fvInlineDataSize]
|
||||
FormatOptions.InlineDataSize = 2000
|
||||
ResourceOptions.AssignedValues = [rvCmdExecMode, rvAutoConnect, rvAutoReconnect]
|
||||
ResourceOptions.CmdExecMode = amNonBlocking
|
||||
ResourceOptions.AutoReconnect = True
|
||||
LoginPrompt = False
|
||||
Left = 58
|
||||
Top = 48
|
||||
end
|
||||
object sqlWaitCur: TFDGUIxWaitCursor
|
||||
Provider = 'Forms'
|
||||
Left = 222
|
||||
Top = 48
|
||||
end
|
||||
object sqlMSSQLDrv: TFDPhysMSSQLDriverLink
|
||||
ODBCDriver = 'ODBC Driver 18 for SQL Server'
|
||||
Left = 308
|
||||
Top = 50
|
||||
end
|
||||
object sqlQry1: TFDQuery
|
||||
Left = 58
|
||||
Top = 128
|
||||
end
|
||||
object sqlQry2: TFDQuery
|
||||
Left = 126
|
||||
Top = 126
|
||||
end
|
||||
object sqlQry3: TFDQuery
|
||||
Left = 184
|
||||
Top = 128
|
||||
end
|
||||
object sqlQry10: TFDQuery
|
||||
Left = 280
|
||||
Top = 126
|
||||
end
|
||||
object sqlQry11: TFDQuery
|
||||
Left = 344
|
||||
Top = 126
|
||||
end
|
||||
object qryZpracPrijataData: TFDQuery
|
||||
ConnectionName = 'hdcdzapiConn'
|
||||
Left = 50
|
||||
Top = 372
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user