root / InraAfz / UFInraAfz.dfm @ 1
Historique | Voir | Annoter | Télécharger (2,545 ko)
1 | 1 | avalancogn | object FInraAfz: TFInraAfz |
---|---|---|---|
2 | Left = 198 |
||
3 | Top = 114 |
||
4 | Width = 800 |
||
5 | Height = 600 |
||
6 | Caption = 'Tables INRA-AFZ' |
||
7 | Color = clBtnFace |
||
8 | Font.Charset = DEFAULT_CHARSET |
||
9 | Font.Color = clWindowText |
||
10 | Font.Height = -11 |
||
11 | Font.Name = 'MS Sans Serif' |
||
12 | Font.Style = [] |
||
13 | OldCreateOrder = False |
||
14 | OnClose = FormClose |
||
15 | OnShow = FormShow |
||
16 | PixelsPerInch = 96 |
||
17 | TextHeight = 13 |
||
18 | object SGInraAfz: TStringGrid |
||
19 | Left = 0 |
||
20 | Top = 0 |
||
21 | Width = 592 |
||
22 | Height = 566 |
||
23 | Align = alClient |
||
24 | ColCount = 2 |
||
25 | DefaultColWidth = 80 |
||
26 | DefaultRowHeight = 17 |
||
27 | FixedCols = 0 |
||
28 | RowCount = 2 |
||
29 | TabOrder = 0 |
||
30 | ColWidths = ( |
||
31 | 80 |
||
32 | 506) |
||
33 | end |
||
34 | object LBInraAfz: TListBox |
||
35 | Left = 592 |
||
36 | Top = 0 |
||
37 | Width = 200 |
||
38 | Height = 566 |
||
39 | Align = alRight |
||
40 | ItemHeight = 13 |
||
41 | Items.Strings = ( |
||
42 | 'Nom' |
||
43 | 'Type' |
||
44 | 'MS' |
||
45 | 'MM' |
||
46 | 'MO' |
||
47 | 'MG' |
||
48 | 'MAT' |
||
49 | 'Amidon' |
||
50 | 'Sucres' |
||
51 | 'MO dig. T' |
||
52 | 'MO dig. C' |
||
53 | 'MG dig. T' |
||
54 | 'MG dig. C' |
||
55 | 'MAT dig. T' |
||
56 | 'MAT dig. C' |
||
57 | 'EB' |
||
58 | 'ED T' |
||
59 | 'ED C' |
||
60 | 'EM T' |
||
61 | 'EM C' |
||
62 | 'EN T' |
||
63 | 'EN C' |
||
64 | 'Ca' |
||
65 | 'P' |
||
66 | 'Na' |
||
67 | 'K' |
||
68 | 'Mg' |
||
69 | 'Cl' |
||
70 | 'S' |
||
71 | 'Cu' |
||
72 | 'Zn' |
||
73 | 'Mn' |
||
74 | 'Fe' |
||
75 | 'Se' |
||
76 | 'Co' |
||
77 | 'Mo' |
||
78 | 'I' |
||
79 | 'P dig. granules' |
||
80 | 'P dig. farine' |
||
81 | 'P phytique' |
||
82 | 'Act. phytasique endogene' |
||
83 | 'Act. phytasique microbiene' |
||
84 | 'C6-10:0' |
||
85 | 'C12:0' |
||
86 | 'C14:0' |
||
87 | 'C16:0' |
||
88 | 'C16:1' |
||
89 | 'C18:0' |
||
90 | 'C18:1' |
||
91 | 'C18:2' |
||
92 | 'C18:3' |
||
93 | 'C18:4' |
||
94 | 'C20:0' |
||
95 | 'C20:1' |
||
96 | 'C20:4' |
||
97 | 'C20:5' |
||
98 | 'C22:0' |
||
99 | 'C22:1' |
||
100 | 'C22:5' |
||
101 | 'C22:6' |
||
102 | 'C24:0' |
||
103 | 'AG/MG' |
||
104 | 'CB' |
||
105 | 'CB dig. T' |
||
106 | 'CB dig. C' |
||
107 | 'Residu' |
||
108 | 'Residu dig. T' |
||
109 | 'Residu dig. C' |
||
110 | 'NDF' |
||
111 | 'ADF' |
||
112 | 'ADL' |
||
113 | 'Parois' |
||
114 | 'Lys' |
||
115 | 'Met' |
||
116 | 'Cys' |
||
117 | 'Trp' |
||
118 | 'Thr' |
||
119 | 'Phe' |
||
120 | 'Try' |
||
121 | 'Leu' |
||
122 | 'Ile' |
||
123 | 'Val' |
||
124 | 'His' |
||
125 | 'Arg' |
||
126 | 'Azote dig.' |
||
127 | 'Lys dig.' |
||
128 | 'Met dig.' |
||
129 | 'Cys dig.' |
||
130 | 'Trp dig.' |
||
131 | 'Thr dig.' |
||
132 | 'Phe dig.' |
||
133 | 'Try dig.' |
||
134 | 'Leu dig.' |
||
135 | 'Ile dig.' |
||
136 | 'Val dig.' |
||
137 | 'His dig.' |
||
138 | 'Arg dig.') |
||
139 | TabOrder = 1 |
||
140 | Visible = False |
||
141 | end |
||
142 | object ODInraAfz: TOpenDialog |
||
143 | DefaultExt = 'csv' |
||
144 | Filter = 'CSV|*.csv' |
||
145 | Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofEnableSizing] |
||
146 | Left = 8 |
||
147 | Top = 8 |
||
148 | end |
||
149 | end |