-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathumaingrid.lfm
61 lines (61 loc) · 1.12 KB
/
umaingrid.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
object frmDatasheet: TfrmDatasheet
Tag = 1
Left = 477
Height = 378
Top = 146
Width = 887
Caption = 'Foglio dati'
ClientHeight = 378
ClientWidth = 887
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '2.0.2.0'
object cmdCanc: TButton
Tag = 2
Left = 120
Height = 25
Top = 104
Width = 75
Cancel = True
Caption = 'esc'
OnClick = cmdCancClick
TabOrder = 1
end
object dgMainGrid: TDBGrid
Left = 16
Height = 296
Top = 24
Width = 849
Anchors = [akTop, akLeft, akRight, akBottom]
Color = clWindow
Columns = <>
DataSource = dsMainGrid
TabOrder = 0
OnKeyDown = dgMainGridKeyDown
end
object btnEdit: TButton
Left = 72
Height = 25
Top = 336
Width = 75
Caption = 'Mo&difica'
OnClick = btnEditClick
TabOrder = 2
end
object btnConf: TButton
Tag = 3
Left = 264
Height = 25
Top = 336
Width = 75
Caption = 'Con&ferma'
OnClick = btnConfClick
TabOrder = 3
end
object dsMainGrid: TDataSource
DataSet = DM1.MainQry
left = 264
top = 64
end
end