-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathumain.lfm
95 lines (95 loc) · 1.73 KB
/
umain.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
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
88
89
90
91
92
93
94
95
object frmMain: TfrmMain
Left = 558
Height = 404
Top = 258
Width = 684
Caption = 'Gestione Farmaci'
ClientHeight = 404
ClientWidth = 684
OnClick = FormClick
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '2.0.2.0'
object cmdCarico: TButton
Left = 32
Height = 25
Top = 184
Width = 75
Caption = 'Carico'
OnClick = cmdCaricoClick
TabOrder = 0
end
object cmdDatasheet: TButton
Left = 128
Height = 25
Top = 184
Width = 75
Caption = 'Foglio &dati'
OnClick = cmdDatasheetClick
TabOrder = 1
end
object cmdUpdate: TButton
Left = 224
Height = 25
Top = 184
Width = 75
Caption = 'cmdUpdate'
OnClick = cmdUpdateClick
TabOrder = 3
TabStop = False
end
object DBGrid1: TDBGrid
Left = 10
Height = 148
Top = 10
Width = 656
Color = clWindow
Columns = <>
DataSource = DataSource1
TabOrder = 2
end
object Button1: TButton
Left = 328
Height = 25
Top = 184
Width = 75
Caption = 'Button1'
OnClick = Button1Click
TabOrder = 4
end
object Notebook1: TNotebook
Left = 77
Height = 50
Top = 259
Width = 75
TabOrder = 5
end
object rmOrdine: TRichMemo
Left = 32
Height = 90
Top = 248
Width = 622
Font.CharSet = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -21
Font.Name = 'Candara'
Font.Pitch = fpVariable
Font.Quality = fqDraft
HideSelection = False
ParentFont = False
TabOrder = 6
WordWrap = False
ZoomFactor = 1
end
object DataSource1: TDataSource
DataSet = DM1.SvcQry
left = 200
top = 32
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
left = 229
top = 32
end
end