-
Notifications
You must be signed in to change notification settings - Fork 48
/
SoilTypes.xml
74 lines (74 loc) · 2.24 KB
/
SoilTypes.xml
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
<PlugIn>
<Type name="SoilWater">
<MetaData>
<UItype>CSUserInterface.ProfileUI</UItype>
<ShowInMainTree>Yes</ShowInMainTree>
<SmallIcon>%apsim%\UserInterface\Images\drop16.gif</SmallIcon>
<drops>
<drop>soil</drop>
</drops>
</MetaData>
</Type>
<Type name="Water">
<MetaData>
<UItype>CSUserInterface.ProfileUI</UItype>
<ShowInMainTree>Yes</ShowInMainTree>
<SmallIcon>%apsim%\UserInterface\Images\drop16.gif</SmallIcon>
<drops>
<drop>soil</drop>
</drops>
</MetaData>
</Type>
<Type name="SoilOrganicMatter">
<MetaData>
<UItype>CSUserInterface.ProfileUI</UItype>
<ShowInMainTree>Yes</ShowInMainTree>
<SmallIcon>%apsim%\UserInterface\Images\SoilOrganicMatter16.png</SmallIcon>
<drops>
<drop>soil</drop>
</drops>
</MetaData>
</Type>
<Type name="Analysis">
<MetaData>
<UItype>CSUserInterface.ProfileUI</UItype>
<ShowInMainTree>Yes</ShowInMainTree>
<SmallIcon>%apsim%\UserInterface\Images\potion_red.png</SmallIcon>
<drops>
<drop>soil</drop>
</drops>
</MetaData>
</Type>
<Type name="Sample">
<MetaData>
<UItype>CSUserInterface.ProfileUI</UItype>
<ShowInMainTree>Yes</ShowInMainTree>
<SmallIcon>%apsim%\UserInterface\Images\drink_yellow16.png</SmallIcon>
<drops>
<drop>soil</drop>
</drops>
</MetaData>
</Type>
<Type name="Phosphorus">
<MetaData>
<UItype>CSUserInterface.ProfileUI</UItype>
<ShowInMainTree>Yes</ShowInMainTree>
<SmallIcon>%apsim%\UserInterface\Images\Phosphorus16.PNG</SmallIcon>
<drops>
<drop>soil</drop>
</drops>
</MetaData>
</Type>
<Type name="LayerStructure">
<MetaData>
<UItype>CSUserInterface.ProfileUI</UItype>
<ShowInMainTree>Yes</ShowInMainTree>
<SmallIcon>%apsim%\UserInterface\Images\Thickness16.png</SmallIcon>
<LargeIcon>%apsim%\UserInterface\Images\Thickness32.png</LargeIcon>
<drops>
<drop>soil</drop>
<drop>folder</drop>
</drops>
</MetaData>
</Type>
</PlugIn>