-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathhb_comparison.lfm
More file actions
97 lines (97 loc) · 1.51 KB
/
hb_comparison.lfm
File metadata and controls
97 lines (97 loc) · 1.51 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 Form15: TForm15
Left = 341
Height = 466
Top = 355
Width = 899
BorderStyle = bsToolWindow
Caption = 'Commercial Nutrient Contribution Comparison'
ClientHeight = 466
ClientWidth = 899
PopupMode = pmExplicit
PopupParent = Form5.Owner
Position = poMainFormCenter
LCLVersion = '2.0.13.0'
object StringGrid1: TStringGrid
Left = 8
Height = 416
Top = 8
Width = 880
ColCount = 1
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goSmoothScroll]
RowCount = 18
TabOrder = 0
Cells = (
17
0
1
'N (NO3-)'
0
2
'N (NH4+)'
0
3
'P'
0
4
'K'
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'
0
17
'Addition'
)
end
object Button1: TButton
Left = 813
Height = 25
Top = 432
Width = 75
Caption = 'Close'
OnClick = Button1Click
TabOrder = 1
end
object Button2: TButton
Left = 608
Height = 25
Top = 432
Width = 179
Caption = 'Clear Comparison Chart'
OnClick = Button2Click
TabOrder = 2
end
end