-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathESoft.Launcher.DM.Main.dfm
47 lines (44 loc) · 1.2 KB
/
ESoft.Launcher.DM.Main.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
object dmMain: TdmMain
OldCreateOrder = False
OnCreate = DataModuleCreate
Height = 137
Width = 223
object clntDSetSTDBMain: TClientDataSet
Aggregates = <>
Params = <>
ProviderName = 'dsProSTDBMain'
OnReconcileError = clntDSetSTDBMainReconcileError
Left = 144
Top = 72
end
object dsProSTDBMain: TDataSetProvider
DataSet = qrySTDBMain
Left = 40
Top = 72
end
object SQLCnnMain: TSQLConnection
DriverName = 'Sqlite'
KeepConnection = False
LoginPrompt = False
Params.Strings = (
'DriverUnit=Data.DbxSqlite'
'DriverPackageLoader=TDBXSqliteDriverLoader,DBXSqliteDriver250.bp' +
'l'
'MetaDataPackageLoader=TDBXSqliteMetaDataCommandFactory,DbxSqlite' +
'Driver250.bpl'
'FailIfMissing=True'
'Database=E:\Other Files\Ajmal\Projects\GitHub\Launcher\trunk\Win' +
'32\Debug\Build\launcher.db3')
Left = 40
Top = 16
end
object qrySTDBMain: TSQLQuery
MaxBlobSize = -1
Params = <>
SQL.Strings = (
'SELECT * FROM STDBMAIN ORDER BY PARENTID, OID')
SQLConnection = SQLCnnMain
Left = 144
Top = 16
end
end