forked from danielfppps/hydrobuddy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhb_analysis.lfm
More file actions
97 lines (97 loc) · 1.39 KB
/
hb_analysis.lfm
File metadata and controls
97 lines (97 loc) · 1.39 KB
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
96
97
object Form11: TForm11
Left = 721
Height = 440
Top = 327
Width = 266
BorderStyle = bsToolWindow
Caption = 'Data Analysis'
ClientHeight = 440
ClientWidth = 266
FormStyle = fsStayOnTop
Position = poMainFormCenter
LCLVersion = '2.0.13.0'
object Button1: TButton
Left = 181
Height = 25
Top = 408
Width = 75
Caption = 'Close '
OnClick = Button1Click
TabOrder = 0
end
object StringGrid1: TStringGrid
Left = 16
Height = 384
Top = 16
Width = 240
ColCount = 2
Columns = <
item
Alignment = taCenter
Title.Alignment = taCenter
Title.Caption = 'Composition % (W/W)'
Width = 150
end>
DefaultColWidth = 180
RowCount = 17
TabOrder = 1
ColWidths = (
75
150
)
Cells = (
17
0
0
'Element'
0
1
'N (NO3-)'
0
2
'N (NH4+)'
0
3
'P2O5'
0
4
'K2O'
0
5
'Mg'
0
6
'Ca'
0
7
'S'
0
8
'Fe'
0
9
'Mn'
0
10
'Zn'
0
11
'B'
0
12
'Cu'
0
13
'Si'
0
14
'Mo'
0
15
'Na'
0
16
'Cl'
)
end
end