root / UFGraphAli.dfm @ 3
Historique | Voir | Annoter | Télécharger (7,527 ko)
1 | 3 | avalancogn | object FGraphAli: TFGraphAli |
---|---|---|---|
2 | Left = 165 |
||
3 | Top = 200 |
||
4 | HelpContext = 2700 |
||
5 | Caption = 'Contribution of feed ingredients to the chemical composition' |
||
6 | ClientHeight = 354 |
||
7 | ClientWidth = 544 |
||
8 | Color = clBtnFace |
||
9 | Font.Charset = DEFAULT_CHARSET |
||
10 | Font.Color = clWindowText |
||
11 | Font.Height = -11 |
||
12 | Font.Name = 'MS Sans Serif' |
||
13 | Font.Style = [] |
||
14 | OldCreateOrder = False |
||
15 | Position = poMainFormCenter |
||
16 | Scaled = False |
||
17 | OnCreate = FormCreate |
||
18 | OnShow = FormShow |
||
19 | PixelsPerInch = 96 |
||
20 | TextHeight = 13 |
||
21 | object GBConfig: TGroupBox |
||
22 | Left = 0 |
||
23 | Top = 0 |
||
24 | Width = 544 |
||
25 | Height = 48 |
||
26 | Align = alTop |
||
27 | Caption = 'Select a graph' |
||
28 | TabOrder = 0 |
||
29 | object CBTSFibres: TComboBox |
||
30 | Left = 192 |
||
31 | Top = 16 |
||
32 | Width = 160 |
||
33 | Height = 21 |
||
34 | Style = csDropDownList |
||
35 | ItemHeight = 13 |
||
36 | ItemIndex = 0 |
||
37 | TabOrder = 5 |
||
38 | Text = 'Crude fiber' |
||
39 | Visible = False |
||
40 | OnChange = CBTSFibresChange |
||
41 | Items.Strings = ( |
||
42 | 'Crude fiber' |
||
43 | 'NDF' |
||
44 | 'ADF' |
||
45 | 'ADL' |
||
46 | 'Total dietary fiber') |
||
47 | end |
||
48 | object CBTSMineraux: TComboBox |
||
49 | Left = 192 |
||
50 | Top = 16 |
||
51 | Width = 160 |
||
52 | Height = 21 |
||
53 | Style = csDropDownList |
||
54 | ItemHeight = 13 |
||
55 | ItemIndex = 0 |
||
56 | TabOrder = 4 |
||
57 | Text = 'Calcium (Ca)' |
||
58 | Visible = False |
||
59 | OnChange = CBTSMinerauxChange |
||
60 | Items.Strings = ( |
||
61 | 'Calcium (Ca)' |
||
62 | 'Phosphorus (P)' |
||
63 | 'Sodium (Na)' |
||
64 | 'Potassium (K)' |
||
65 | 'Magnesium (Mg)' |
||
66 | 'Chlorine (Cl)' |
||
67 | 'Sulfur (S)' |
||
68 | 'Copper (Cu)' |
||
69 | 'Zinc (Zn)' |
||
70 | 'Manganese (Mn)' |
||
71 | 'Iron (Fe)' |
||
72 | 'Selenium (Se)' |
||
73 | 'Cobalt (Co)' |
||
74 | 'Molybdene (Mo)' |
||
75 | 'Iodine (I)' |
||
76 | 'Digestible phosphorus' |
||
77 | 'Phytic acid phosphorus' |
||
78 | 'Phytase activity') |
||
79 | end |
||
80 | object CBTSAG: TComboBox |
||
81 | Left = 192 |
||
82 | Top = 16 |
||
83 | Width = 160 |
||
84 | Height = 21 |
||
85 | Style = csDropDownList |
||
86 | ItemHeight = 13 |
||
87 | ItemIndex = 0 |
||
88 | TabOrder = 7 |
||
89 | Text = 'C6:0 + C8:0 + C10:0' |
||
90 | Visible = False |
||
91 | OnChange = CBTSAGChange |
||
92 | Items.Strings = ( |
||
93 | 'C6:0 + C8:0 + C10:0' |
||
94 | 'C12:0' |
||
95 | 'C14:0' |
||
96 | 'C16:0' |
||
97 | 'C16:1' |
||
98 | 'C18:0' |
||
99 | 'C18:1' |
||
100 | 'C18:2' |
||
101 | 'C18:3' |
||
102 | 'C18:4' |
||
103 | 'C20:0' |
||
104 | 'C20:1' |
||
105 | 'C20:4' |
||
106 | 'C20:5' |
||
107 | 'C22:0' |
||
108 | 'C22:1' |
||
109 | 'C22:5' |
||
110 | 'C22:6' |
||
111 | 'C24:0') |
||
112 | end |
||
113 | object CBOnglet: TComboBox |
||
114 | Left = 16 |
||
115 | Top = 16 |
||
116 | Width = 160 |
||
117 | Height = 21 |
||
118 | Style = csDropDownList |
||
119 | ItemHeight = 13 |
||
120 | ItemIndex = 0 |
||
121 | TabOrder = 0 |
||
122 | Text = 'Elementary composition' |
||
123 | OnChange = CBOngletChange |
||
124 | Items.Strings = ( |
||
125 | 'Elementary composition' |
||
126 | 'Amino acids' |
||
127 | 'Fatty acids' |
||
128 | 'Minerals' |
||
129 | 'Fiber') |
||
130 | end |
||
131 | object RBCrois: TRadioButton |
||
132 | Left = 368 |
||
133 | Top = 12 |
||
134 | Width = 80 |
||
135 | Height = 16 |
||
136 | Caption = 'Growing pig' |
||
137 | Checked = True |
||
138 | TabOrder = 1 |
||
139 | TabStop = True |
||
140 | OnClick = RBTypeClick |
||
141 | end |
||
142 | object RBTruie: TRadioButton |
||
143 | Left = 368 |
||
144 | Top = 28 |
||
145 | Width = 80 |
||
146 | Height = 16 |
||
147 | Caption = 'Sow' |
||
148 | TabOrder = 2 |
||
149 | OnClick = RBTypeClick |
||
150 | end |
||
151 | object CBTSAA: TComboBox |
||
152 | Left = 192 |
||
153 | Top = 16 |
||
154 | Width = 160 |
||
155 | Height = 21 |
||
156 | Style = csDropDownList |
||
157 | ItemHeight = 13 |
||
158 | ItemIndex = 1 |
||
159 | TabOrder = 3 |
||
160 | Text = 'Lysine' |
||
161 | Visible = False |
||
162 | OnChange = CBTSAAChange |
||
163 | Items.Strings = ( |
||
164 | 'Crude protein' |
||
165 | 'Lysine' |
||
166 | 'Methionine' |
||
167 | 'Cystine' |
||
168 | 'Tryptophan' |
||
169 | 'Threonine' |
||
170 | 'Phenylalanine' |
||
171 | 'Tyrosine' |
||
172 | 'Leucine' |
||
173 | 'Isoleucine' |
||
174 | 'Valine' |
||
175 | 'Histidine' |
||
176 | 'Arginine' |
||
177 | 'Digestible crude protein' |
||
178 | 'Digestible lysine' |
||
179 | 'Digestible methionine' |
||
180 | 'Digestible cystine' |
||
181 | 'Digestible tryptophan' |
||
182 | 'Digestible threonine' |
||
183 | 'Digestible phenylalanine' |
||
184 | 'Digestible tyrosine' |
||
185 | 'Digestible leucine' |
||
186 | 'Digestible isoleucine' |
||
187 | 'Digestible valine' |
||
188 | 'Digestible histidine' |
||
189 | 'Digestible arginine') |
||
190 | end |
||
191 | object CBTSElem: TComboBox |
||
192 | Left = 192 |
||
193 | Top = 16 |
||
194 | Width = 160 |
||
195 | Height = 21 |
||
196 | Style = csDropDownList |
||
197 | ItemHeight = 13 |
||
198 | ItemIndex = 0 |
||
199 | TabOrder = 6 |
||
200 | Text = 'As-fed' |
||
201 | OnChange = CBTSElemChange |
||
202 | Items.Strings = ( |
||
203 | 'As-fed' |
||
204 | 'Dry matter' |
||
205 | 'Ash' |
||
206 | 'Organic matter' |
||
207 | 'Crude fat' |
||
208 | 'Crude protein' |
||
209 | 'Starch' |
||
210 | 'Sugars' |
||
211 | 'Digestible organic matter' |
||
212 | 'Digestible crude fat' |
||
213 | 'Digestible crude protein' |
||
214 | 'Gross energy' |
||
215 | 'Digestible energy' |
||
216 | 'Metabolizable energy' |
||
217 | 'Net energy') |
||
218 | end |
||
219 | end |
||
220 | object Graph: TChart |
||
221 | Left = 0 |
||
222 | Top = 48 |
||
223 | Width = 544 |
||
224 | Height = 306 |
||
225 | AllowPanning = pmNone |
||
226 | Foot.Alignment = taLeftJustify |
||
227 | Foot.Font.Color = clBlack |
||
228 | Foot.Font.Style = [] |
||
229 | Foot.Text.Strings = ( |
||
230 | 'Feed') |
||
231 | LeftWall.Color = clGray |
||
232 | Legend.ColorWidth = 10 |
||
233 | Legend.Font.Charset = ANSI_CHARSET |
||
234 | Legend.LegendStyle = lsValues |
||
235 | Legend.Symbol.Width = 10 |
||
236 | Legend.TextStyle = ltsRightPercent |
||
237 | Legend.Visible = False |
||
238 | MarginBottom = 1 |
||
239 | MarginLeft = 1 |
||
240 | MarginRight = 1 |
||
241 | MarginTop = 1 |
||
242 | SubTitle.Font.Color = clBlack |
||
243 | SubTitle.Text.Strings = ( |
||
244 | 'Total') |
||
245 | Title.Font.Height = -16 |
||
246 | Title.Font.Style = [fsBold] |
||
247 | Title.Text.Strings = ( |
||
248 | 'Title') |
||
249 | AxisVisible = False |
||
250 | BottomAxis.Title.Caption = 'X' |
||
251 | BottomAxis.Title.Font.Style = [fsBold] |
||
252 | DepthAxis.Title.Font.Style = [fsBold] |
||
253 | LeftAxis.Title.Caption = 'Y' |
||
254 | LeftAxis.Title.Font.Style = [fsBold] |
||
255 | RightAxis.Title.Font.Style = [fsBold] |
||
256 | TopAxis.Title.Font.Style = [fsBold] |
||
257 | View3DOptions.Elevation = 315 |
||
258 | View3DOptions.Orthogonal = False |
||
259 | View3DOptions.Perspective = 0 |
||
260 | View3DOptions.Rotation = 360 |
||
261 | View3DWalls = False |
||
262 | Zoom.Allow = False |
||
263 | Align = alClient |
||
264 | BevelOuter = bvNone |
||
265 | PopupMenu = PM |
||
266 | TabOrder = 1 |
||
267 | PrintMargins = ( |
||
268 | 5 |
||
269 | 5 |
||
270 | 5 |
||
271 | 5) |
||
272 | object Series1: TPieSeries |
||
273 | Marks.Arrow.Color = clBlack |
||
274 | Marks.Arrow.Visible = True |
||
275 | Marks.Callout.Brush.Color = clBlack |
||
276 | Marks.Callout.Arrow.Color = clBlack |
||
277 | Marks.Callout.Arrow.Visible = True |
||
278 | Marks.Brush.Color = clWhite |
||
279 | Marks.Brush.Style = bsClear |
||
280 | Marks.Frame.Visible = False |
||
281 | Marks.Style = smsLabelPercent |
||
282 | Marks.Visible = True |
||
283 | PercentFormat = '(##0.0 %)' |
||
284 | Title = 'Composition' |
||
285 | ValueFormat = '#,##0' |
||
286 | XValues.Order = loAscending |
||
287 | YValues.Name = 'Pie-chart' |
||
288 | YValues.Order = loNone |
||
289 | Circled = True |
||
290 | Gradient.Direction = gdRadial |
||
291 | OtherSlice.Legend.Visible = False |
||
292 | OtherSlice.Style = poBelowPercent |
||
293 | OtherSlice.Value = 2.000000000000000000 |
||
294 | PieValues.Name = 'Pie-chart' |
||
295 | PieValues.Order = loNone |
||
296 | end |
||
297 | end |
||
298 | object PM: TPopupMenu |
||
299 | Top = 48 |
||
300 | object MI3D: TMenuItem |
||
301 | Caption = '2D / 3D' |
||
302 | OnClick = MI3DClick |
||
303 | end |
||
304 | object MIPreview: TMenuItem |
||
305 | Caption = 'Print preview' |
||
306 | OnClick = MIPreviewClick |
||
307 | end |
||
308 | object MIPrint: TMenuItem |
||
309 | Caption = 'Print...' |
||
310 | OnClick = MIPrintClick |
||
311 | end |
||
312 | end |
||
313 | object PD: TPrintDialog |
||
314 | Left = 32 |
||
315 | Top = 48 |
||
316 | end |
||
317 | end |