-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdmCSVTools1.dfm
87 lines (87 loc) · 1.84 KB
/
dmCSVTools1.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
object dmCSVTools: TdmCSVTools
OldCreateOrder = False
OnCreate = DataModuleCreate
OnDestroy = DataModuleDestroy
Height = 623
Width = 734
object ADConnection1: TFDConnection
Transaction = ADTransaction1
Left = 40
Top = 32
end
object ADTransaction1: TFDTransaction
Connection = ADConnection1
Left = 40
Top = 96
end
object FDPhysOracleDriverLink1: TFDPhysOracleDriverLink
Left = 192
Top = 96
end
object FDPhysDB2DriverLink1: TFDPhysDB2DriverLink
Left = 360
Top = 32
end
object FDPhysInfxDriverLink1: TFDPhysInfxDriverLink
Left = 360
Top = 160
end
object FDPhysMSSQLDriverLink1: TFDPhysMSSQLDriverLink
Left = 192
Top = 304
end
object FDPhysODBCDriverLink1: TFDPhysODBCDriverLink
Left = 520
Top = 96
end
object FDPhysMSAccessDriverLink1: TFDPhysMSAccessDriverLink
Left = 360
Top = 232
end
object FDPhysMySQLDriverLink1: TFDPhysMySQLDriverLink
Left = 192
Top = 32
end
object FDPhysASADriverLink1: TFDPhysASADriverLink
Left = 520
Top = 32
end
object FDPhysADSDriverLink1: TFDPhysADSDriverLink
Left = 192
Top = 160
end
object FDPhysFBDriverLink1: TFDPhysFBDriverLink
Left = 360
Top = 96
end
object FDPhysPgDriverLink1: TFDPhysPgDriverLink
Left = 520
Top = 160
end
object FDPhysIBDriverLink1: TFDPhysIBDriverLink
Left = 520
Top = 304
end
object FDPhysSQLiteDriverLink1: TFDPhysSQLiteDriverLink
Left = 520
Top = 232
end
object FDPhysDSDriverLink1: TFDPhysDSDriverLink
Left = 192
Top = 232
end
object FDPhysTDBXDriverLink1: TFDPhysTDBXDriverLink
Left = 360
Top = 304
end
object tblExport: TFDQuery
Connection = ADConnection1
Left = 40
Top = 392
end
object qryMetaInfo: TFDMetaInfoQuery
Connection = ADConnection1
Left = 40
Top = 448
end
end