-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathudm1.lfm
44 lines (44 loc) · 866 Bytes
/
udm1.lfm
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
object DM1: TDM1
OldCreateOrder = False
Height = 193
HorizontalOffset = 400
VerticalOffset = 244
Width = 403
PPI = 96
object C1: TSQLite3Connection
Connected = False
LoginPrompt = False
DatabaseName = 'c:\Users\paolo.bertorelli\Documents\Progetti\GestFarmaci\Farmaci.db3'
KeepConnection = False
Transaction = MainTrns
left = 24
top = 24
end
object MainQry: TSQLQuery
FieldDefs = <>
Database = C1
Transaction = MainTrns
SQL.Strings = (
'select *'
'from main'
'order by Etichetta;'
)
Params = <>
left = 104
top = 24
end
object MainTrns: TSQLTransaction
Active = False
Database = C1
left = 64
top = 24
end
object SvcQry: TSQLQuery
FieldDefs = <>
Database = C1
Transaction = MainTrns
Params = <>
left = 140
top = 24
end
end