root / UFCompSimulP.dfm
Historique | Voir | Annoter | Télécharger (18,842 ko)
1 | 3 | avalancogn | object FCompSimulP: TFCompSimulP |
---|---|---|---|
2 | Left = 200 |
||
3 | Top = 157 |
||
4 | HelpContext = 5600 |
||
5 | Caption = 'Comparison of growing pig simulations' |
||
6 | ClientHeight = 396 |
||
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 | OnClose = FormClose |
||
18 | OnCreate = FormCreate |
||
19 | OnShow = FormShow |
||
20 | PixelsPerInch = 96 |
||
21 | TextHeight = 13 |
||
22 | object PC: TPageControl |
||
23 | Left = 0 |
||
24 | Top = 0 |
||
25 | Width = 544 |
||
26 | Height = 96 |
||
27 | ActivePage = TabPerf |
||
28 | Align = alTop |
||
29 | HotTrack = True |
||
30 | MultiLine = True |
||
31 | TabOrder = 0 |
||
32 | TabStop = False |
||
33 | OnChange = PCChange |
||
34 | object TabPerf: TTabSheet |
||
35 | HelpContext = 5610 |
||
36 | Caption = 'Performance' |
||
37 | ImageIndex = 1 |
||
38 | object GBPerfX: TGroupBox |
||
39 | Left = 360 |
||
40 | Top = 0 |
||
41 | Width = 176 |
||
42 | Height = 66 |
||
43 | Caption = 'X-axis' |
||
44 | TabOrder = 2 |
||
45 | object CBPerf2: TComboBox |
||
46 | Left = 16 |
||
47 | Top = 16 |
||
48 | Width = 144 |
||
49 | Height = 21 |
||
50 | Style = csDropDownList |
||
51 | ItemHeight = 13 |
||
52 | ItemIndex = 0 |
||
53 | TabOrder = 0 |
||
54 | Text = 'Body weight (kg)' |
||
55 | OnChange = CBPerf2Change |
||
56 | Items.Strings = ( |
||
57 | 'Body weight (kg)' |
||
58 | 'Age (d)' |
||
59 | 'Duration (d)' |
||
60 | 'Duration (week)') |
||
61 | end |
||
62 | end |
||
63 | object GBPerfY: TGroupBox |
||
64 | Left = 180 |
||
65 | Top = 0 |
||
66 | Width = 176 |
||
67 | Height = 66 |
||
68 | Caption = 'Y-axis' |
||
69 | TabOrder = 1 |
||
70 | object CBPerf3: TComboBox |
||
71 | Left = 16 |
||
72 | Top = 16 |
||
73 | Width = 144 |
||
74 | Height = 21 |
||
75 | Style = csDropDownList |
||
76 | ItemHeight = 13 |
||
77 | ItemIndex = 0 |
||
78 | TabOrder = 0 |
||
79 | Text = 'Body weight' |
||
80 | OnChange = CBPerf3Change |
||
81 | Items.Strings = ( |
||
82 | 'Body weight' |
||
83 | 'Time' |
||
84 | 'Feed usage' |
||
85 | 'Feed wastage' |
||
86 | 'Feed intake' |
||
87 | 'Feed:Gain' |
||
88 | 'Gain:Feed' |
||
89 | 'Protein' |
||
90 | 'Lipid' |
||
91 | 'Carcass') |
||
92 | end |
||
93 | object CBPerf4: TComboBox |
||
94 | Left = 16 |
||
95 | Top = 40 |
||
96 | Width = 144 |
||
97 | Height = 21 |
||
98 | Style = csDropDownList |
||
99 | ItemHeight = 13 |
||
100 | TabOrder = 2 |
||
101 | OnChange = CBPerf4Change |
||
102 | end |
||
103 | object CBPerf3Global: TComboBox |
||
104 | Left = 16 |
||
105 | Top = 16 |
||
106 | Width = 144 |
||
107 | Height = 21 |
||
108 | Style = csDropDownList |
||
109 | ItemHeight = 13 |
||
110 | ItemIndex = 0 |
||
111 | TabOrder = 1 |
||
112 | Text = 'Body weight' |
||
113 | Visible = False |
||
114 | OnChange = CBPerf3Change |
||
115 | Items.Strings = ( |
||
116 | 'Body weight' |
||
117 | 'Time' |
||
118 | 'Feed usage' |
||
119 | 'Feed wastage' |
||
120 | 'Feed intake' |
||
121 | 'Feed:Gain' |
||
122 | 'Gain:Feed' |
||
123 | 'Protein' |
||
124 | 'Lipid') |
||
125 | end |
||
126 | end |
||
127 | object GBPerfT: TGroupBox |
||
128 | Left = 0 |
||
129 | Top = 0 |
||
130 | Width = 176 |
||
131 | Height = 66 |
||
132 | Caption = 'Graph type' |
||
133 | TabOrder = 0 |
||
134 | object CBPerf1: TComboBox |
||
135 | Left = 16 |
||
136 | Top = 16 |
||
137 | Width = 144 |
||
138 | Height = 21 |
||
139 | Style = csDropDownList |
||
140 | ItemHeight = 13 |
||
141 | ItemIndex = 0 |
||
142 | TabOrder = 0 |
||
143 | Text = 'Dynamic view' |
||
144 | OnChange = CBPerf1Change |
||
145 | Items.Strings = ( |
||
146 | 'Dynamic view' |
||
147 | 'Global view') |
||
148 | end |
||
149 | end |
||
150 | end |
||
151 | object TabAli: TTabSheet |
||
152 | HelpContext = 5620 |
||
153 | Caption = 'Feeds' |
||
154 | ImageIndex = 2 |
||
155 | object GBAliY: TGroupBox |
||
156 | Left = 180 |
||
157 | Top = 0 |
||
158 | Width = 176 |
||
159 | Height = 66 |
||
160 | Caption = 'Y-axis' |
||
161 | TabOrder = 1 |
||
162 | object CBAli4: TComboBox |
||
163 | Left = 16 |
||
164 | Top = 40 |
||
165 | Width = 144 |
||
166 | Height = 21 |
||
167 | Style = csDropDownList |
||
168 | ItemHeight = 13 |
||
169 | TabOrder = 1 |
||
170 | OnChange = CBAli4Change |
||
171 | end |
||
172 | object CBAli3: TComboBox |
||
173 | Left = 16 |
||
174 | Top = 16 |
||
175 | Width = 144 |
||
176 | Height = 21 |
||
177 | Style = csDropDownList |
||
178 | ItemHeight = 13 |
||
179 | ItemIndex = 0 |
||
180 | TabOrder = 0 |
||
181 | Text = 'Feed usage' |
||
182 | OnChange = CBAli3Change |
||
183 | Items.Strings = ( |
||
184 | 'Feed usage' |
||
185 | 'Feed cost') |
||
186 | end |
||
187 | end |
||
188 | object GBAliX: TGroupBox |
||
189 | Left = 360 |
||
190 | Top = 0 |
||
191 | Width = 176 |
||
192 | Height = 66 |
||
193 | Caption = 'X-axis' |
||
194 | TabOrder = 2 |
||
195 | end |
||
196 | object GBAliT: TGroupBox |
||
197 | Left = 0 |
||
198 | Top = 0 |
||
199 | Width = 176 |
||
200 | Height = 66 |
||
201 | Caption = 'Graph type' |
||
202 | TabOrder = 0 |
||
203 | object CBAli5: TComboBox |
||
204 | Left = 16 |
||
205 | Top = 40 |
||
206 | Width = 144 |
||
207 | Height = 21 |
||
208 | Style = csDropDownList |
||
209 | ItemHeight = 13 |
||
210 | Sorted = True |
||
211 | TabOrder = 0 |
||
212 | Visible = False |
||
213 | OnChange = CBAli5Change |
||
214 | end |
||
215 | object CBAli1: TComboBox |
||
216 | Left = 16 |
||
217 | Top = 16 |
||
218 | Width = 144 |
||
219 | Height = 21 |
||
220 | Style = csDropDownList |
||
221 | ItemHeight = 13 |
||
222 | ItemIndex = 0 |
||
223 | TabOrder = 1 |
||
224 | Text = 'Feeds' |
||
225 | OnChange = CBAli1Change |
||
226 | Items.Strings = ( |
||
227 | 'Feeds' |
||
228 | 'Feed ingredients') |
||
229 | end |
||
230 | end |
||
231 | end |
||
232 | object TabAA: TTabSheet |
||
233 | HelpContext = 5630 |
||
234 | Caption = 'Amino acids' |
||
235 | ImageIndex = 3 |
||
236 | object GBAAX: TGroupBox |
||
237 | Left = 360 |
||
238 | Top = 0 |
||
239 | Width = 176 |
||
240 | Height = 66 |
||
241 | Caption = 'X-axis' |
||
242 | TabOrder = 2 |
||
243 | object CBAA2: TComboBox |
||
244 | Left = 16 |
||
245 | Top = 16 |
||
246 | Width = 144 |
||
247 | Height = 21 |
||
248 | Style = csDropDownList |
||
249 | ItemHeight = 13 |
||
250 | ItemIndex = 0 |
||
251 | TabOrder = 0 |
||
252 | Text = 'Body weight (kg)' |
||
253 | Visible = False |
||
254 | OnChange = CBAA2Change |
||
255 | Items.Strings = ( |
||
256 | 'Body weight (kg)' |
||
257 | 'Age (d)' |
||
258 | 'Duration (d)' |
||
259 | 'Duration (week)') |
||
260 | end |
||
261 | end |
||
262 | object GBAAY: TGroupBox |
||
263 | Left = 180 |
||
264 | Top = 0 |
||
265 | Width = 176 |
||
266 | Height = 66 |
||
267 | Caption = 'Y-axis' |
||
268 | TabOrder = 1 |
||
269 | object CBAA3: TComboBox |
||
270 | Left = 16 |
||
271 | Top = 16 |
||
272 | Width = 144 |
||
273 | Height = 21 |
||
274 | Style = csDropDownList |
||
275 | ItemHeight = 13 |
||
276 | ItemIndex = 1 |
||
277 | TabOrder = 0 |
||
278 | Text = 'Lysine' |
||
279 | OnChange = CBAA3Change |
||
280 | Items.Strings = ( |
||
281 | 'Crude protein' |
||
282 | 'Lysine' |
||
283 | 'Methionine' |
||
284 | 'Methionine + Cystine' |
||
285 | 'Tryptophan' |
||
286 | 'Threonine' |
||
287 | 'Phenylalanine' |
||
288 | 'Phenylalanine + Tyrosine' |
||
289 | 'Leucine' |
||
290 | 'Isoleucine' |
||
291 | 'Valine' |
||
292 | 'Histidine' |
||
293 | 'Arginine') |
||
294 | end |
||
295 | object CBAA4: TComboBox |
||
296 | Left = 16 |
||
297 | Top = 40 |
||
298 | Width = 144 |
||
299 | Height = 21 |
||
300 | Style = csDropDownList |
||
301 | ItemHeight = 13 |
||
302 | TabOrder = 1 |
||
303 | OnChange = CBAA4Change |
||
304 | end |
||
305 | end |
||
306 | object GBAAT: TGroupBox |
||
307 | Left = 0 |
||
308 | Top = 0 |
||
309 | Width = 176 |
||
310 | Height = 66 |
||
311 | Caption = 'Graph type' |
||
312 | TabOrder = 0 |
||
313 | object CBAA1: TComboBox |
||
314 | Left = 16 |
||
315 | Top = 16 |
||
316 | Width = 144 |
||
317 | Height = 21 |
||
318 | Style = csDropDownList |
||
319 | ItemHeight = 13 |
||
320 | ItemIndex = 0 |
||
321 | TabOrder = 0 |
||
322 | Text = 'Partitioning' |
||
323 | OnChange = CBAA1Change |
||
324 | Items.Strings = ( |
||
325 | 'Partitioning' |
||
326 | 'Supply' |
||
327 | 'Requirement') |
||
328 | end |
||
329 | object CBAA5A: TComboBox |
||
330 | Left = 16 |
||
331 | Top = 40 |
||
332 | Width = 144 |
||
333 | Height = 21 |
||
334 | Style = csDropDownList |
||
335 | ItemHeight = 13 |
||
336 | ItemIndex = 0 |
||
337 | TabOrder = 1 |
||
338 | Text = 'Standardized digestible' |
||
339 | OnChange = CBAA5Change |
||
340 | Items.Strings = ( |
||
341 | 'Standardized digestible' |
||
342 | 'Apparently digestible' |
||
343 | 'Total') |
||
344 | end |
||
345 | object CBAA5B: TComboBox |
||
346 | Left = 16 |
||
347 | Top = 40 |
||
348 | Width = 144 |
||
349 | Height = 21 |
||
350 | Style = csDropDownList |
||
351 | ItemHeight = 13 |
||
352 | ItemIndex = 0 |
||
353 | TabOrder = 2 |
||
354 | Text = 'Standardized digestible' |
||
355 | Visible = False |
||
356 | OnChange = CBAA5Change |
||
357 | Items.Strings = ( |
||
358 | 'Standardized digestible' |
||
359 | 'Apparently digestible') |
||
360 | end |
||
361 | end |
||
362 | end |
||
363 | object TabNRJ: TTabSheet |
||
364 | HelpContext = 5640 |
||
365 | Caption = 'Energy' |
||
366 | ImageIndex = 4 |
||
367 | object GBNRJX: TGroupBox |
||
368 | Left = 360 |
||
369 | Top = 0 |
||
370 | Width = 176 |
||
371 | Height = 66 |
||
372 | Caption = 'X-axis' |
||
373 | TabOrder = 2 |
||
374 | object CBNRJ2: TComboBox |
||
375 | Left = 16 |
||
376 | Top = 16 |
||
377 | Width = 144 |
||
378 | Height = 21 |
||
379 | Style = csDropDownList |
||
380 | ItemHeight = 13 |
||
381 | ItemIndex = 0 |
||
382 | TabOrder = 0 |
||
383 | Text = 'Body weight (kg)' |
||
384 | Visible = False |
||
385 | OnChange = CBNRJ2Change |
||
386 | Items.Strings = ( |
||
387 | 'Body weight (kg)' |
||
388 | 'Age (d)' |
||
389 | 'Duration (d)' |
||
390 | 'Duration (week)') |
||
391 | end |
||
392 | end |
||
393 | object GBNRJY: TGroupBox |
||
394 | Left = 180 |
||
395 | Top = 0 |
||
396 | Width = 176 |
||
397 | Height = 66 |
||
398 | Caption = 'Y-axis' |
||
399 | TabOrder = 1 |
||
400 | object CBNRJ3: TComboBox |
||
401 | Left = 16 |
||
402 | Top = 16 |
||
403 | Width = 144 |
||
404 | Height = 21 |
||
405 | Style = csDropDownList |
||
406 | ItemHeight = 13 |
||
407 | ItemIndex = 0 |
||
408 | TabOrder = 0 |
||
409 | Text = 'Gross energy' |
||
410 | OnChange = CBNRJ3Change |
||
411 | Items.Strings = ( |
||
412 | 'Gross energy' |
||
413 | 'Digestible energy' |
||
414 | 'Metabolizable energy' |
||
415 | 'Net energy') |
||
416 | end |
||
417 | object CBNRJ4: TComboBox |
||
418 | Left = 16 |
||
419 | Top = 40 |
||
420 | Width = 144 |
||
421 | Height = 21 |
||
422 | Style = csDropDownList |
||
423 | ItemHeight = 13 |
||
424 | TabOrder = 2 |
||
425 | OnChange = CBNRJ4Change |
||
426 | end |
||
427 | object CBNRJ3Valeurs: TComboBox |
||
428 | Left = 16 |
||
429 | Top = 16 |
||
430 | Width = 144 |
||
431 | Height = 21 |
||
432 | Style = csDropDownList |
||
433 | ItemHeight = 13 |
||
434 | ItemIndex = 0 |
||
435 | TabOrder = 1 |
||
436 | Text = 'Digestible energy' |
||
437 | Visible = False |
||
438 | OnChange = CBNRJ3Change |
||
439 | Items.Strings = ( |
||
440 | 'Digestible energy' |
||
441 | 'Metabolizable energy' |
||
442 | 'Net energy') |
||
443 | end |
||
444 | end |
||
445 | object GBNRJT: TGroupBox |
||
446 | Left = 0 |
||
447 | Top = 0 |
||
448 | Width = 176 |
||
449 | Height = 66 |
||
450 | Caption = 'Graph type' |
||
451 | TabOrder = 0 |
||
452 | object CBNRJ5: TComboBox |
||
453 | Left = 16 |
||
454 | Top = 40 |
||
455 | Width = 144 |
||
456 | Height = 21 |
||
457 | Style = csDropDownList |
||
458 | ItemHeight = 13 |
||
459 | ItemIndex = 0 |
||
460 | TabOrder = 1 |
||
461 | Text = 'Calculated values' |
||
462 | Visible = False |
||
463 | OnChange = CBNRJ5Change |
||
464 | Items.Strings = ( |
||
465 | 'Calculated values' |
||
466 | 'Simulated values') |
||
467 | end |
||
468 | object CBNRJ1: TComboBox |
||
469 | Left = 16 |
||
470 | Top = 16 |
||
471 | Width = 144 |
||
472 | Height = 21 |
||
473 | Style = csDropDownList |
||
474 | ItemHeight = 13 |
||
475 | ItemIndex = 0 |
||
476 | TabOrder = 0 |
||
477 | Text = 'Partitioning' |
||
478 | OnChange = CBNRJ1Change |
||
479 | Items.Strings = ( |
||
480 | 'Partitioning' |
||
481 | 'Energy values') |
||
482 | end |
||
483 | end |
||
484 | end |
||
485 | object TabMin: TTabSheet |
||
486 | HelpContext = 5660 |
||
487 | Caption = 'Minerals' |
||
488 | ImageIndex = 5 |
||
489 | object GBMinY: TGroupBox |
||
490 | Left = 180 |
||
491 | Top = 0 |
||
492 | Width = 176 |
||
493 | Height = 66 |
||
494 | Caption = 'Y-axis' |
||
495 | TabOrder = 1 |
||
496 | object CBMin3: TComboBox |
||
497 | Left = 16 |
||
498 | Top = 16 |
||
499 | Width = 144 |
||
500 | Height = 21 |
||
501 | Style = csDropDownList |
||
502 | ItemHeight = 13 |
||
503 | ItemIndex = 0 |
||
504 | TabOrder = 0 |
||
505 | Text = 'Phosphorus' |
||
506 | OnChange = CBMin3Change |
||
507 | Items.Strings = ( |
||
508 | 'Phosphorus') |
||
509 | end |
||
510 | object CBMin4: TComboBox |
||
511 | Left = 16 |
||
512 | Top = 40 |
||
513 | Width = 144 |
||
514 | Height = 21 |
||
515 | Style = csDropDownList |
||
516 | ItemHeight = 13 |
||
517 | TabOrder = 1 |
||
518 | OnChange = CBMin4Change |
||
519 | end |
||
520 | end |
||
521 | object GBMinX: TGroupBox |
||
522 | Left = 360 |
||
523 | Top = 0 |
||
524 | Width = 176 |
||
525 | Height = 66 |
||
526 | Caption = 'X-axis' |
||
527 | TabOrder = 2 |
||
528 | object CBMin2: TComboBox |
||
529 | Left = 16 |
||
530 | Top = 16 |
||
531 | Width = 144 |
||
532 | Height = 21 |
||
533 | Style = csDropDownList |
||
534 | ItemHeight = 13 |
||
535 | ItemIndex = 0 |
||
536 | TabOrder = 0 |
||
537 | Text = 'Body weight (kg)' |
||
538 | Visible = False |
||
539 | OnChange = CBMin2Change |
||
540 | Items.Strings = ( |
||
541 | 'Body weight (kg)' |
||
542 | 'Age (d)' |
||
543 | 'Duration (d)' |
||
544 | 'Duration (week)') |
||
545 | end |
||
546 | end |
||
547 | object GBMinT: TGroupBox |
||
548 | Left = 0 |
||
549 | Top = 0 |
||
550 | Width = 176 |
||
551 | Height = 66 |
||
552 | Caption = 'Graph type' |
||
553 | TabOrder = 0 |
||
554 | object CBMin1: TComboBox |
||
555 | Left = 16 |
||
556 | Top = 16 |
||
557 | Width = 144 |
||
558 | Height = 21 |
||
559 | Style = csDropDownList |
||
560 | ItemHeight = 13 |
||
561 | ItemIndex = 0 |
||
562 | TabOrder = 0 |
||
563 | Text = 'Partitioning' |
||
564 | OnChange = CBMin1Change |
||
565 | Items.Strings = ( |
||
566 | 'Partitioning' |
||
567 | 'Supply' |
||
568 | 'Requirement') |
||
569 | end |
||
570 | object CBMin5B: TComboBox |
||
571 | Left = 16 |
||
572 | Top = 40 |
||
573 | Width = 144 |
||
574 | Height = 21 |
||
575 | Style = csDropDownList |
||
576 | ItemHeight = 13 |
||
577 | ItemIndex = 0 |
||
578 | TabOrder = 2 |
||
579 | Text = 'Apparently digestible' |
||
580 | Visible = False |
||
581 | OnChange = CBMin5Change |
||
582 | Items.Strings = ( |
||
583 | 'Apparently digestible') |
||
584 | end |
||
585 | object CBMin5A: TComboBox |
||
586 | Left = 16 |
||
587 | Top = 40 |
||
588 | Width = 144 |
||
589 | Height = 21 |
||
590 | Style = csDropDownList |
||
591 | ItemHeight = 13 |
||
592 | ItemIndex = 0 |
||
593 | TabOrder = 1 |
||
594 | Text = 'Apparently digestible' |
||
595 | OnChange = CBMin5Change |
||
596 | Items.Strings = ( |
||
597 | 'Apparently digestible' |
||
598 | 'Total') |
||
599 | end |
||
600 | end |
||
601 | end |
||
602 | object TabRej: TTabSheet |
||
603 | HelpContext = 5650 |
||
604 | Caption = 'Mineral balance' |
||
605 | object GBRejY: TGroupBox |
||
606 | Left = 180 |
||
607 | Top = 0 |
||
608 | Width = 176 |
||
609 | Height = 66 |
||
610 | Caption = 'Y-axis' |
||
611 | TabOrder = 1 |
||
612 | object CBRej3: TComboBox |
||
613 | Left = 16 |
||
614 | Top = 16 |
||
615 | Width = 144 |
||
616 | Height = 21 |
||
617 | Style = csDropDownList |
||
618 | ItemHeight = 13 |
||
619 | ItemIndex = 0 |
||
620 | TabOrder = 0 |
||
621 | Text = 'Nitrogen' |
||
622 | OnChange = CBRej3Change |
||
623 | Items.Strings = ( |
||
624 | 'Nitrogen' |
||
625 | 'Phosphorus' |
||
626 | 'Calcium' |
||
627 | 'Potassium' |
||
628 | 'Copper' |
||
629 | 'Zinc') |
||
630 | end |
||
631 | object CBRej4: TComboBox |
||
632 | Left = 16 |
||
633 | Top = 40 |
||
634 | Width = 144 |
||
635 | Height = 21 |
||
636 | Style = csDropDownList |
||
637 | ItemHeight = 13 |
||
638 | TabOrder = 1 |
||
639 | OnChange = CBRej4Change |
||
640 | end |
||
641 | end |
||
642 | object GBRejT: TGroupBox |
||
643 | Left = 0 |
||
644 | Top = 0 |
||
645 | Width = 176 |
||
646 | Height = 66 |
||
647 | Caption = 'Graph type' |
||
648 | TabOrder = 0 |
||
649 | end |
||
650 | object GBRejX: TGroupBox |
||
651 | Left = 360 |
||
652 | Top = 0 |
||
653 | Width = 176 |
||
654 | Height = 66 |
||
655 | Caption = 'X-axis' |
||
656 | TabOrder = 2 |
||
657 | end |
||
658 | end |
||
659 | end |
||
660 | object Graph: TChart |
||
661 | Left = 0 |
||
662 | Top = 96 |
||
663 | Width = 544 |
||
664 | Height = 300 |
||
665 | Foot.Alignment = taLeftJustify |
||
666 | Foot.Font.Color = clBlack |
||
667 | Foot.Font.Style = [] |
||
668 | Foot.Text.Strings = ( |
||
669 | 'Simulation') |
||
670 | Legend.LegendStyle = lsSeries |
||
671 | MarginBottom = 1 |
||
672 | MarginLeft = 1 |
||
673 | MarginRight = 1 |
||
674 | MarginTop = 1 |
||
675 | PrintProportional = False |
||
676 | SubTitle.Font.Color = clBlack |
||
677 | SubTitle.Text.Strings = ( |
||
678 | 'Total') |
||
679 | Title.Font.Height = -16 |
||
680 | Title.Font.Style = [fsBold] |
||
681 | Title.Text.Strings = ( |
||
682 | 'Title') |
||
683 | BottomAxis.Title.Caption = 'X' |
||
684 | BottomAxis.Title.Font.Style = [fsBold] |
||
685 | LeftAxis.Automatic = False |
||
686 | LeftAxis.AutomaticMaximum = False |
||
687 | LeftAxis.Title.Caption = 'Y' |
||
688 | LeftAxis.Title.Font.Style = [fsBold] |
||
689 | RightAxis.Title.Font.Style = [fsBold] |
||
690 | TopAxis.Title.Font.Style = [fsBold] |
||
691 | View3D = False |
||
692 | Align = alClient |
||
693 | BevelOuter = bvNone |
||
694 | PopupMenu = PM |
||
695 | TabOrder = 1 |
||
696 | PrintMargins = ( |
||
697 | 5 |
||
698 | 5 |
||
699 | 5 |
||
700 | 5) |
||
701 | end |
||
702 | object LBNRJ: TListBox |
||
703 | Left = 144 |
||
704 | Top = 200 |
||
705 | Width = 120 |
||
706 | Height = 108 |
||
707 | ItemHeight = 13 |
||
708 | Items.Strings = ( |
||
709 | 'Feed wastage' |
||
710 | 'Indigestible' |
||
711 | 'Methane and urine' |
||
712 | 'Maintenance' |
||
713 | 'Activity' |
||
714 | 'Heat increment' |
||
715 | 'Protein' |
||
716 | 'Lipid') |
||
717 | TabOrder = 2 |
||
718 | Visible = False |
||
719 | end |
||
720 | object LBRej: TListBox |
||
721 | Left = 400 |
||
722 | Top = 200 |
||
723 | Width = 120 |
||
724 | Height = 69 |
||
725 | ItemHeight = 13 |
||
726 | Items.Strings = ( |
||
727 | 'Feed wastage' |
||
728 | 'Fecal' |
||
729 | 'Urinary' |
||
730 | 'Excreted' |
||
731 | 'Retained') |
||
732 | TabOrder = 3 |
||
733 | Visible = False |
||
734 | end |
||
735 | object LBAA: TListBox |
||
736 | Left = 16 |
||
737 | Top = 200 |
||
738 | Width = 120 |
||
739 | Height = 121 |
||
740 | ItemHeight = 13 |
||
741 | Items.Strings = ( |
||
742 | 'Feed wastage' |
||
743 | 'Indigestible' |
||
744 | 'Basal endogenous' |
||
745 | 'Maintenance' |
||
746 | 'Minimum oxidation' |
||
747 | 'Deposition' |
||
748 | 'Unbalanced' |
||
749 | 'Deficiency' |
||
750 | 'Excess') |
||
751 | TabOrder = 4 |
||
752 | Visible = False |
||
753 | end |
||
754 | object LBMin: TListBox |
||
755 | Left = 272 |
||
756 | Top = 200 |
||
757 | Width = 120 |
||
758 | Height = 82 |
||
759 | ItemHeight = 13 |
||
760 | Items.Strings = ( |
||
761 | 'Feed wastage' |
||
762 | 'Indigestible' |
||
763 | 'Maintenance' |
||
764 | 'Retained' |
||
765 | 'Deficiency' |
||
766 | 'Excess') |
||
767 | TabOrder = 5 |
||
768 | Visible = False |
||
769 | end |
||
770 | object PM: TPopupMenu |
||
771 | Top = 96 |
||
772 | object MI3D: TMenuItem |
||
773 | Caption = '2D / 3D' |
||
774 | OnClick = MI3DClick |
||
775 | end |
||
776 | object MIPreview: TMenuItem |
||
777 | Caption = 'Print preview' |
||
778 | OnClick = MIPreviewClick |
||
779 | end |
||
780 | object MIPrint: TMenuItem |
||
781 | Caption = 'Print...' |
||
782 | OnClick = MIPrintClick |
||
783 | end |
||
784 | end |
||
785 | object PD: TPrintDialog |
||
786 | Left = 32 |
||
787 | Top = 96 |
||
788 | end |
||
789 | end |