-
Notifications
You must be signed in to change notification settings - Fork 0
/
uDM.dfm
46 lines (46 loc) · 861 Bytes
/
uDM.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
object DM: TDM
OldCreateOrder = False
Left = 1072
Top = 482
Height = 266
Width = 167
object cnn1: TADOConnection
LoginPrompt = False
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 24
Top = 8
end
object qry1: TADOQuery
Connection = cnn1
CursorType = ctStatic
Parameters = <>
Left = 80
Top = 8
end
object cnn2: TADOConnection
LoginPrompt = False
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 24
Top = 56
end
object qry2: TADOQuery
Connection = cnn2
CursorType = ctStatic
Parameters = <>
Left = 80
Top = 56
end
object cnn3: TADOConnection
LoginPrompt = False
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 24
Top = 112
end
object qry3: TADOQuery
Connection = cnn3
CursorType = ctStatic
Parameters = <>
Left = 80
Top = 112
end
end