root / UFResSimulP.dfm @ 5
Historique | Voir | Annoter | Télécharger (25,621 ko)
1 |
object FResSimulP: TFResSimulP |
---|---|
2 |
Left = 200 |
3 |
Top = 200 |
4 |
HelpContext = 5500 |
5 |
Caption = 'Simulation results for growing pigs' |
6 |
ClientHeight = 353 |
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 |
DesignSize = ( |
21 |
544 |
22 |
353) |
23 |
PixelsPerInch = 96 |
24 |
TextHeight = 13 |
25 |
object PC: TPageControl |
26 |
Left = 0 |
27 |
Top = 0 |
28 |
Width = 544 |
29 |
Height = 96 |
30 |
ActivePage = TabPerf |
31 |
Align = alTop |
32 |
HotTrack = True |
33 |
MultiLine = True |
34 |
TabOrder = 0 |
35 |
TabStop = False |
36 |
OnChange = PCChange |
37 |
object TabPerf: TTabSheet |
38 |
HelpContext = 5510 |
39 |
Caption = 'Performance' |
40 |
ImageIndex = -1 |
41 |
object GBPerfT: TGroupBox |
42 |
Left = 0 |
43 |
Top = 0 |
44 |
Width = 176 |
45 |
Height = 66 |
46 |
Caption = 'Graph type' |
47 |
TabOrder = 0 |
48 |
object CBPerf1: TComboBox |
49 |
Left = 16 |
50 |
Top = 16 |
51 |
Width = 144 |
52 |
Height = 21 |
53 |
Style = csDropDownList |
54 |
ItemHeight = 13 |
55 |
ItemIndex = 0 |
56 |
TabOrder = 0 |
57 |
Text = 'Dynamic view' |
58 |
OnChange = CBPerf1Change |
59 |
Items.Strings = ( |
60 |
'Dynamic view' |
61 |
'View per period') |
62 |
end |
63 |
object CBPerfAL: TCheckBox |
64 |
Left = 16 |
65 |
Top = 42 |
66 |
Width = 144 |
67 |
Height = 17 |
68 |
Hint = 'Check the checkbox to display ad libitum intake' |
69 |
Caption = 'Ad libitum intake' |
70 |
TabOrder = 1 |
71 |
Visible = False |
72 |
OnClick = CBPerfALClick |
73 |
end |
74 |
end |
75 |
object GBPerfX: TGroupBox |
76 |
Left = 360 |
77 |
Top = 0 |
78 |
Width = 176 |
79 |
Height = 66 |
80 |
Caption = 'X-axis' |
81 |
TabOrder = 2 |
82 |
object CBPerf2D: TComboBox |
83 |
Left = 16 |
84 |
Top = 16 |
85 |
Width = 144 |
86 |
Height = 21 |
87 |
Style = csDropDownList |
88 |
ItemHeight = 13 |
89 |
ItemIndex = 0 |
90 |
TabOrder = 0 |
91 |
Text = 'Body weight (kg)' |
92 |
OnChange = CBPerf2Change |
93 |
Items.Strings = ( |
94 |
'Body weight (kg)' |
95 |
'Age (d)' |
96 |
'Duration (d)' |
97 |
'Duration (week)') |
98 |
end |
99 |
object CBPerf2P: TComboBox |
100 |
Left = 16 |
101 |
Top = 16 |
102 |
Width = 144 |
103 |
Height = 21 |
104 |
Style = csDropDownList |
105 |
ItemHeight = 13 |
106 |
ItemIndex = 0 |
107 |
TabOrder = 1 |
108 |
Text = 'Week' |
109 |
Visible = False |
110 |
OnChange = CBPerf2Change |
111 |
Items.Strings = ( |
112 |
'Week' |
113 |
'Feed sequence rule' |
114 |
'Feed rationing rule' |
115 |
'Global') |
116 |
end |
117 |
end |
118 |
object GBPerfY: TGroupBox |
119 |
Left = 180 |
120 |
Top = 0 |
121 |
Width = 176 |
122 |
Height = 66 |
123 |
Caption = 'Y-axis' |
124 |
TabOrder = 1 |
125 |
object CBPerf3D: TComboBox |
126 |
Left = 16 |
127 |
Top = 16 |
128 |
Width = 144 |
129 |
Height = 21 |
130 |
Style = csDropDownList |
131 |
ItemHeight = 13 |
132 |
ItemIndex = 0 |
133 |
TabOrder = 0 |
134 |
Text = 'Body weight' |
135 |
OnChange = CBPerf3Change |
136 |
Items.Strings = ( |
137 |
'Body weight' |
138 |
'Time' |
139 |
'Feed usage' |
140 |
'Feed wastage' |
141 |
'Feed intake' |
142 |
'Feed:Gain' |
143 |
'Gain:Feed' |
144 |
'Protein' |
145 |
'Lipid' |
146 |
'Carcass') |
147 |
end |
148 |
object CBPerf4: TComboBox |
149 |
Left = 16 |
150 |
Top = 40 |
151 |
Width = 144 |
152 |
Height = 21 |
153 |
Style = csDropDownList |
154 |
ItemHeight = 13 |
155 |
TabOrder = 2 |
156 |
OnChange = CBPerf4Change |
157 |
end |
158 |
object CBPerf3P: TComboBox |
159 |
Left = 16 |
160 |
Top = 16 |
161 |
Width = 144 |
162 |
Height = 21 |
163 |
Style = csDropDownList |
164 |
ItemHeight = 13 |
165 |
ItemIndex = 0 |
166 |
TabOrder = 1 |
167 |
Text = 'Body weight' |
168 |
Visible = False |
169 |
OnChange = CBPerf3Change |
170 |
Items.Strings = ( |
171 |
'Body weight' |
172 |
'Time' |
173 |
'Feed usage' |
174 |
'Feed wastage' |
175 |
'Feed intake' |
176 |
'Feed:Gain' |
177 |
'Gain:Feed' |
178 |
'Protein' |
179 |
'Lipid') |
180 |
end |
181 |
end |
182 |
end |
183 |
object TabAli: TTabSheet |
184 |
HelpContext = 5520 |
185 |
Caption = 'Feeds' |
186 |
ImageIndex = -1 |
187 |
object GBAliT: TGroupBox |
188 |
Left = 0 |
189 |
Top = 0 |
190 |
Width = 176 |
191 |
Height = 66 |
192 |
Caption = 'Graph type' |
193 |
TabOrder = 0 |
194 |
object CBAli1: TComboBox |
195 |
Left = 16 |
196 |
Top = 16 |
197 |
Width = 144 |
198 |
Height = 21 |
199 |
Style = csDropDownList |
200 |
ItemHeight = 13 |
201 |
ItemIndex = 0 |
202 |
TabOrder = 0 |
203 |
Text = 'Global partitioning' |
204 |
OnChange = CBAli1Change |
205 |
Items.Strings = ( |
206 |
'Global partitioning' |
207 |
'Dynamic partitioning' |
208 |
'Partitioning by period') |
209 |
end |
210 |
object CBAli5: TComboBox |
211 |
Left = 16 |
212 |
Top = 40 |
213 |
Width = 144 |
214 |
Height = 21 |
215 |
Style = csDropDownList |
216 |
ItemHeight = 13 |
217 |
ItemIndex = 0 |
218 |
TabOrder = 1 |
219 |
Text = 'Feeds' |
220 |
OnChange = CBAli5Change |
221 |
Items.Strings = ( |
222 |
'Feeds' |
223 |
'Feed ingredients') |
224 |
end |
225 |
end |
226 |
object GBAliY: TGroupBox |
227 |
Left = 180 |
228 |
Top = 0 |
229 |
Width = 176 |
230 |
Height = 66 |
231 |
Caption = 'Y-axis' |
232 |
TabOrder = 1 |
233 |
object CBAli4: TComboBox |
234 |
Left = 16 |
235 |
Top = 40 |
236 |
Width = 144 |
237 |
Height = 21 |
238 |
Style = csDropDownList |
239 |
ItemHeight = 13 |
240 |
TabOrder = 1 |
241 |
OnChange = CBAli4Change |
242 |
end |
243 |
object CBAli3: 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 = 'Feed usage' |
253 |
OnChange = CBAli3Change |
254 |
Items.Strings = ( |
255 |
'Feed usage' |
256 |
'Feed cost') |
257 |
end |
258 |
end |
259 |
object GBAliX: TGroupBox |
260 |
Left = 360 |
261 |
Top = 0 |
262 |
Width = 176 |
263 |
Height = 66 |
264 |
Caption = 'X-axis' |
265 |
TabOrder = 2 |
266 |
object CBAli2D: TComboBox |
267 |
Left = 16 |
268 |
Top = 16 |
269 |
Width = 144 |
270 |
Height = 21 |
271 |
Style = csDropDownList |
272 |
ItemHeight = 13 |
273 |
ItemIndex = 0 |
274 |
TabOrder = 0 |
275 |
Text = 'Body weight (kg)' |
276 |
Visible = False |
277 |
OnChange = CBAli2Change |
278 |
Items.Strings = ( |
279 |
'Body weight (kg)' |
280 |
'Age (d)' |
281 |
'Duration (d)' |
282 |
'Duration (week)') |
283 |
end |
284 |
object CBAli2P: TComboBox |
285 |
Left = 16 |
286 |
Top = 16 |
287 |
Width = 144 |
288 |
Height = 21 |
289 |
Style = csDropDownList |
290 |
ItemHeight = 13 |
291 |
ItemIndex = 0 |
292 |
TabOrder = 1 |
293 |
Text = 'Week' |
294 |
Visible = False |
295 |
OnChange = CBAli2Change |
296 |
Items.Strings = ( |
297 |
'Week' |
298 |
'Feed sequence rule' |
299 |
'Feed rationing rule' |
300 |
'Global') |
301 |
end |
302 |
end |
303 |
end |
304 |
object TabPD: TTabSheet |
305 |
HelpContext = 5530 |
306 |
Caption = 'Protein deposition' |
307 |
ImageIndex = -1 |
308 |
object GBPDT: TGroupBox |
309 |
Left = 0 |
310 |
Top = 0 |
311 |
Width = 176 |
312 |
Height = 66 |
313 |
Caption = 'Graph type' |
314 |
TabOrder = 0 |
315 |
end |
316 |
object GBPDY: TGroupBox |
317 |
Left = 180 |
318 |
Top = 0 |
319 |
Width = 176 |
320 |
Height = 66 |
321 |
Caption = 'Y-axis' |
322 |
TabOrder = 1 |
323 |
end |
324 |
object GBPDX: TGroupBox |
325 |
Left = 360 |
326 |
Top = 0 |
327 |
Width = 176 |
328 |
Height = 66 |
329 |
Caption = 'X-axis' |
330 |
TabOrder = 2 |
331 |
object CBPD2: TComboBox |
332 |
Left = 16 |
333 |
Top = 16 |
334 |
Width = 144 |
335 |
Height = 21 |
336 |
Style = csDropDownList |
337 |
ItemHeight = 13 |
338 |
ItemIndex = 0 |
339 |
TabOrder = 0 |
340 |
Text = 'Body weight (kg)' |
341 |
OnChange = CBPD2Change |
342 |
Items.Strings = ( |
343 |
'Body weight (kg)' |
344 |
'Age (d)' |
345 |
'Duration (d)' |
346 |
'Duration (week)') |
347 |
end |
348 |
end |
349 |
end |
350 |
object TabAA: TTabSheet |
351 |
HelpContext = 5540 |
352 |
Caption = 'Amino acids' |
353 |
ImageIndex = 8 |
354 |
object GBAAX: TGroupBox |
355 |
Left = 360 |
356 |
Top = 0 |
357 |
Width = 176 |
358 |
Height = 66 |
359 |
Caption = 'X-axis' |
360 |
TabOrder = 2 |
361 |
object CBAA2D: TComboBox |
362 |
Left = 16 |
363 |
Top = 16 |
364 |
Width = 144 |
365 |
Height = 21 |
366 |
Style = csDropDownList |
367 |
ItemHeight = 13 |
368 |
ItemIndex = 0 |
369 |
TabOrder = 0 |
370 |
Text = 'Body weight (kg)' |
371 |
Visible = False |
372 |
OnChange = CBAA2Change |
373 |
Items.Strings = ( |
374 |
'Body weight (kg)' |
375 |
'Age (d)' |
376 |
'Duration (d)' |
377 |
'Duration (week)') |
378 |
end |
379 |
object CBAA2P: TComboBox |
380 |
Left = 16 |
381 |
Top = 16 |
382 |
Width = 144 |
383 |
Height = 21 |
384 |
Style = csDropDownList |
385 |
ItemHeight = 13 |
386 |
ItemIndex = 0 |
387 |
TabOrder = 1 |
388 |
Text = 'Week' |
389 |
Visible = False |
390 |
OnChange = CBAA2Change |
391 |
Items.Strings = ( |
392 |
'Week' |
393 |
'Feed sequence rule' |
394 |
'Feed rationing rule' |
395 |
'Global') |
396 |
end |
397 |
end |
398 |
object GBAAT: TGroupBox |
399 |
Left = 0 |
400 |
Top = 0 |
401 |
Width = 176 |
402 |
Height = 66 |
403 |
Caption = 'Graph type' |
404 |
TabOrder = 0 |
405 |
object CBAA1: TComboBox |
406 |
Left = 16 |
407 |
Top = 16 |
408 |
Width = 144 |
409 |
Height = 21 |
410 |
Style = csDropDownList |
411 |
ItemHeight = 13 |
412 |
ItemIndex = 0 |
413 |
TabOrder = 0 |
414 |
Text = 'Global partitioning' |
415 |
OnChange = CBAA1Change |
416 |
Items.Strings = ( |
417 |
'Global partitioning' |
418 |
'Dynamic partitioning' |
419 |
'Partitioning by period' |
420 |
'Requirement and supply') |
421 |
end |
422 |
object CBAA5: TComboBox |
423 |
Left = 16 |
424 |
Top = 40 |
425 |
Width = 144 |
426 |
Height = 21 |
427 |
Style = csDropDownList |
428 |
ItemHeight = 13 |
429 |
ItemIndex = 0 |
430 |
TabOrder = 1 |
431 |
Text = 'Standardized digestible' |
432 |
OnChange = CBAA5Change |
433 |
Items.Strings = ( |
434 |
'Standardized digestible' |
435 |
'Apparently digestible' |
436 |
'Total') |
437 |
end |
438 |
end |
439 |
object GBAAY: TGroupBox |
440 |
Left = 180 |
441 |
Top = 0 |
442 |
Width = 176 |
443 |
Height = 66 |
444 |
Caption = 'Y-axis' |
445 |
TabOrder = 1 |
446 |
object CBAA3: TComboBox |
447 |
Left = 16 |
448 |
Top = 16 |
449 |
Width = 144 |
450 |
Height = 21 |
451 |
Style = csDropDownList |
452 |
ItemHeight = 13 |
453 |
ItemIndex = 1 |
454 |
TabOrder = 0 |
455 |
Text = 'Lysine' |
456 |
OnChange = CBAA3Change |
457 |
Items.Strings = ( |
458 |
'Crude protein' |
459 |
'Lysine' |
460 |
'Methionine' |
461 |
'Methionine + Cystine' |
462 |
'Tryptophan' |
463 |
'Threonine' |
464 |
'Phenylalanine' |
465 |
'Phenylalanine + Tyrosine' |
466 |
'Leucine' |
467 |
'Isoleucine' |
468 |
'Valine' |
469 |
'Histidine' |
470 |
'Arginine') |
471 |
end |
472 |
object CBAA4: TComboBox |
473 |
Left = 16 |
474 |
Top = 40 |
475 |
Width = 144 |
476 |
Height = 21 |
477 |
Style = csDropDownList |
478 |
ItemHeight = 13 |
479 |
TabOrder = 1 |
480 |
OnChange = CBAA4Change |
481 |
end |
482 |
end |
483 |
end |
484 |
object TabNRJ: TTabSheet |
485 |
HelpContext = 5550 |
486 |
Caption = 'Energy' |
487 |
ImageIndex = -1 |
488 |
object GBNRJT: TGroupBox |
489 |
Left = 0 |
490 |
Top = 0 |
491 |
Width = 176 |
492 |
Height = 66 |
493 |
Caption = 'Graph type' |
494 |
TabOrder = 0 |
495 |
object CBNRJ1: TComboBox |
496 |
Left = 16 |
497 |
Top = 16 |
498 |
Width = 144 |
499 |
Height = 21 |
500 |
Style = csDropDownList |
501 |
ItemHeight = 13 |
502 |
ItemIndex = 0 |
503 |
TabOrder = 0 |
504 |
Text = 'Global partitioning' |
505 |
OnChange = CBNRJ1Change |
506 |
Items.Strings = ( |
507 |
'Global partitioning' |
508 |
'Dynamic partitioning' |
509 |
'Partitioning by period' |
510 |
'Partitioning of retained energy' |
511 |
'Energy values') |
512 |
end |
513 |
end |
514 |
object GBNRJY: TGroupBox |
515 |
Left = 180 |
516 |
Top = 0 |
517 |
Width = 176 |
518 |
Height = 66 |
519 |
Caption = 'Y-axis' |
520 |
TabOrder = 1 |
521 |
object CBNRJ3: TComboBox |
522 |
Left = 16 |
523 |
Top = 16 |
524 |
Width = 144 |
525 |
Height = 21 |
526 |
Style = csDropDownList |
527 |
ItemHeight = 13 |
528 |
ItemIndex = 0 |
529 |
TabOrder = 0 |
530 |
Text = 'Gross energy' |
531 |
OnChange = CBNRJ3Change |
532 |
Items.Strings = ( |
533 |
'Gross energy' |
534 |
'Digestible energy' |
535 |
'Metabolizable energy' |
536 |
'Net energy') |
537 |
end |
538 |
object CBNRJ4: TComboBox |
539 |
Left = 16 |
540 |
Top = 40 |
541 |
Width = 144 |
542 |
Height = 21 |
543 |
Style = csDropDownList |
544 |
ItemHeight = 13 |
545 |
TabOrder = 3 |
546 |
OnChange = CBNRJ4Change |
547 |
end |
548 |
object CBNRJ3R: TComboBox |
549 |
Left = 16 |
550 |
Top = 16 |
551 |
Width = 144 |
552 |
Height = 21 |
553 |
Style = csDropDownList |
554 |
ItemHeight = 13 |
555 |
ItemIndex = 0 |
556 |
TabOrder = 1 |
557 |
Text = 'Marginal PD' |
558 |
Visible = False |
559 |
OnChange = CBNRJ3Change |
560 |
Items.Strings = ( |
561 |
'Marginal PD' |
562 |
'X' |
563 |
'LD / PD' |
564 |
'Marginal (PD / LD)' |
565 |
'lipid / protein') |
566 |
end |
567 |
object CBNRJ3V: TComboBox |
568 |
Left = 16 |
569 |
Top = 16 |
570 |
Width = 144 |
571 |
Height = 21 |
572 |
Style = csDropDownList |
573 |
ItemHeight = 13 |
574 |
ItemIndex = 0 |
575 |
TabOrder = 2 |
576 |
Text = 'Digestible energy' |
577 |
Visible = False |
578 |
OnChange = CBNRJ3Change |
579 |
Items.Strings = ( |
580 |
'Digestible energy' |
581 |
'Metabolizable energy' |
582 |
'Net energy') |
583 |
end |
584 |
end |
585 |
object GBNRJX: TGroupBox |
586 |
Left = 360 |
587 |
Top = 0 |
588 |
Width = 176 |
589 |
Height = 66 |
590 |
Caption = 'X-axis' |
591 |
TabOrder = 2 |
592 |
object CBNRJ2D: TComboBox |
593 |
Left = 16 |
594 |
Top = 16 |
595 |
Width = 144 |
596 |
Height = 21 |
597 |
Style = csDropDownList |
598 |
ItemHeight = 13 |
599 |
ItemIndex = 0 |
600 |
TabOrder = 0 |
601 |
Text = 'Body weight (kg)' |
602 |
Visible = False |
603 |
OnChange = CBNRJ2Change |
604 |
Items.Strings = ( |
605 |
'Body weight (kg)' |
606 |
'Age (d)' |
607 |
'Duration (d)' |
608 |
'Duration (week)') |
609 |
end |
610 |
object CBNRJ2P: TComboBox |
611 |
Left = 16 |
612 |
Top = 16 |
613 |
Width = 144 |
614 |
Height = 21 |
615 |
Style = csDropDownList |
616 |
ItemHeight = 13 |
617 |
ItemIndex = 0 |
618 |
TabOrder = 1 |
619 |
Text = 'Week' |
620 |
Visible = False |
621 |
OnChange = CBNRJ2Change |
622 |
Items.Strings = ( |
623 |
'Week' |
624 |
'Feed sequence rule' |
625 |
'Feed rationing rule' |
626 |
'Global') |
627 |
end |
628 |
end |
629 |
end |
630 |
object TabMin: TTabSheet |
631 |
HelpContext = 5570 |
632 |
Caption = 'Minerals' |
633 |
ImageIndex = 6 |
634 |
object GBMinX: TGroupBox |
635 |
Left = 360 |
636 |
Top = 0 |
637 |
Width = 176 |
638 |
Height = 66 |
639 |
Caption = 'X-axis' |
640 |
TabOrder = 2 |
641 |
object CBMin2D: TComboBox |
642 |
Left = 16 |
643 |
Top = 16 |
644 |
Width = 144 |
645 |
Height = 21 |
646 |
Style = csDropDownList |
647 |
ItemHeight = 13 |
648 |
ItemIndex = 0 |
649 |
TabOrder = 0 |
650 |
Text = 'Body weight (kg)' |
651 |
Visible = False |
652 |
OnChange = CBMin2Change |
653 |
Items.Strings = ( |
654 |
'Body weight (kg)' |
655 |
'Age (d)' |
656 |
'Duration (d)' |
657 |
'Duration (week)') |
658 |
end |
659 |
object CBMin2P: TComboBox |
660 |
Left = 16 |
661 |
Top = 16 |
662 |
Width = 144 |
663 |
Height = 21 |
664 |
Style = csDropDownList |
665 |
ItemHeight = 13 |
666 |
ItemIndex = 0 |
667 |
TabOrder = 1 |
668 |
Text = 'Week' |
669 |
Visible = False |
670 |
OnChange = CBMin2Change |
671 |
Items.Strings = ( |
672 |
'Week' |
673 |
'Feed sequence rule' |
674 |
'Feed rationing rule' |
675 |
'Global') |
676 |
end |
677 |
end |
678 |
object GBMinY: TGroupBox |
679 |
Left = 180 |
680 |
Top = 0 |
681 |
Width = 176 |
682 |
Height = 66 |
683 |
Caption = 'Y-axis' |
684 |
TabOrder = 1 |
685 |
object CBMin3: TComboBox |
686 |
Left = 16 |
687 |
Top = 16 |
688 |
Width = 144 |
689 |
Height = 21 |
690 |
Style = csDropDownList |
691 |
ItemHeight = 13 |
692 |
ItemIndex = 0 |
693 |
TabOrder = 0 |
694 |
Text = 'Phosphorus' |
695 |
OnChange = CBMin3Change |
696 |
Items.Strings = ( |
697 |
'Phosphorus') |
698 |
end |
699 |
object CBMin4: TComboBox |
700 |
Left = 16 |
701 |
Top = 40 |
702 |
Width = 144 |
703 |
Height = 21 |
704 |
Style = csDropDownList |
705 |
ItemHeight = 13 |
706 |
TabOrder = 1 |
707 |
OnChange = CBMin4Change |
708 |
end |
709 |
end |
710 |
object GBMinT: TGroupBox |
711 |
Left = 0 |
712 |
Top = 0 |
713 |
Width = 176 |
714 |
Height = 66 |
715 |
Caption = 'Graph type' |
716 |
TabOrder = 0 |
717 |
object CBMin1: TComboBox |
718 |
Left = 16 |
719 |
Top = 16 |
720 |
Width = 144 |
721 |
Height = 21 |
722 |
Style = csDropDownList |
723 |
ItemHeight = 13 |
724 |
ItemIndex = 0 |
725 |
TabOrder = 0 |
726 |
Text = 'Global partitioning' |
727 |
OnChange = CBMin1Change |
728 |
Items.Strings = ( |
729 |
'Global partitioning' |
730 |
'Dynamic partitioning' |
731 |
'Partitioning by period' |
732 |
'Requirement and supply') |
733 |
end |
734 |
object CBMin5: TComboBox |
735 |
Left = 16 |
736 |
Top = 40 |
737 |
Width = 144 |
738 |
Height = 21 |
739 |
Style = csDropDownList |
740 |
ItemHeight = 13 |
741 |
ItemIndex = 0 |
742 |
TabOrder = 1 |
743 |
Text = 'Apparently digestible' |
744 |
OnChange = CBMin5Change |
745 |
Items.Strings = ( |
746 |
'Apparently digestible' |
747 |
'Total') |
748 |
end |
749 |
end |
750 |
end |
751 |
object TabRej: TTabSheet |
752 |
HelpContext = 5560 |
753 |
Caption = 'Mineral balance' |
754 |
ImageIndex = 9 |
755 |
object GBRejT: TGroupBox |
756 |
Left = 0 |
757 |
Top = 0 |
758 |
Width = 176 |
759 |
Height = 66 |
760 |
Caption = 'Graph type' |
761 |
TabOrder = 0 |
762 |
object CBRej1: TComboBox |
763 |
Left = 16 |
764 |
Top = 16 |
765 |
Width = 144 |
766 |
Height = 21 |
767 |
Style = csDropDownList |
768 |
ItemHeight = 13 |
769 |
ItemIndex = 0 |
770 |
TabOrder = 0 |
771 |
Text = 'Global partitioning' |
772 |
OnChange = CBRej1Change |
773 |
Items.Strings = ( |
774 |
'Global partitioning' |
775 |
'Dynamic partitioning' |
776 |
'Partitioning by period') |
777 |
end |
778 |
end |
779 |
object GBRejY: TGroupBox |
780 |
Left = 180 |
781 |
Top = 0 |
782 |
Width = 176 |
783 |
Height = 66 |
784 |
Caption = 'Y-axis' |
785 |
TabOrder = 1 |
786 |
object CBRej3: TComboBox |
787 |
Left = 16 |
788 |
Top = 16 |
789 |
Width = 144 |
790 |
Height = 21 |
791 |
Style = csDropDownList |
792 |
ItemHeight = 13 |
793 |
ItemIndex = 0 |
794 |
TabOrder = 0 |
795 |
Text = 'Nitrogen' |
796 |
OnChange = CBRej3Change |
797 |
Items.Strings = ( |
798 |
'Nitrogen' |
799 |
'Phosphorus' |
800 |
'Calcium' |
801 |
'Potassium' |
802 |
'Copper' |
803 |
'Zinc') |
804 |
end |
805 |
object CBRej4: TComboBox |
806 |
Left = 16 |
807 |
Top = 40 |
808 |
Width = 144 |
809 |
Height = 21 |
810 |
Style = csDropDownList |
811 |
ItemHeight = 13 |
812 |
TabOrder = 1 |
813 |
OnChange = CBRej4Change |
814 |
end |
815 |
end |
816 |
object GBRejX: TGroupBox |
817 |
Left = 360 |
818 |
Top = 0 |
819 |
Width = 176 |
820 |
Height = 66 |
821 |
Caption = 'X-axis' |
822 |
TabOrder = 2 |
823 |
object CBRej2D: TComboBox |
824 |
Left = 16 |
825 |
Top = 16 |
826 |
Width = 144 |
827 |
Height = 21 |
828 |
Style = csDropDownList |
829 |
ItemHeight = 13 |
830 |
ItemIndex = 0 |
831 |
TabOrder = 0 |
832 |
Text = 'Body weight (kg)' |
833 |
Visible = False |
834 |
OnChange = CBRej2Change |
835 |
Items.Strings = ( |
836 |
'Body weight (kg)' |
837 |
'Age (d)' |
838 |
'Duration (d)' |
839 |
'Duration (week)') |
840 |
end |
841 |
object CBRej2P: TComboBox |
842 |
Left = 16 |
843 |
Top = 16 |
844 |
Width = 144 |
845 |
Height = 21 |
846 |
Style = csDropDownList |
847 |
ItemHeight = 13 |
848 |
ItemIndex = 0 |
849 |
TabOrder = 1 |
850 |
Text = 'Week' |
851 |
Visible = False |
852 |
OnChange = CBRej2Change |
853 |
Items.Strings = ( |
854 |
'Week' |
855 |
'Feed sequence rule' |
856 |
'Feed rationing rule' |
857 |
'Global') |
858 |
end |
859 |
end |
860 |
end |
861 |
end |
862 |
object Graph: TChart |
863 |
Left = 136 |
864 |
Top = 96 |
865 |
Width = 408 |
866 |
Height = 257 |
867 |
Foot.Alignment = taLeftJustify |
868 |
Foot.Font.Color = clBlack |
869 |
Foot.Font.Style = [] |
870 |
Foot.Text.Strings = ( |
871 |
'Simulation') |
872 |
Legend.Inverted = True |
873 |
Legend.LegendStyle = lsSeries |
874 |
MarginBottom = 1 |
875 |
MarginLeft = 1 |
876 |
MarginRight = 1 |
877 |
MarginTop = 1 |
878 |
SubTitle.Font.Color = clBlack |
879 |
SubTitle.Text.Strings = ( |
880 |
'Total') |
881 |
Title.Font.Height = -16 |
882 |
Title.Font.Style = [fsBold] |
883 |
Title.Text.Strings = ( |
884 |
'Title') |
885 |
BottomAxis.Title.Caption = 'X' |
886 |
BottomAxis.Title.Font.Style = [fsBold] |
887 |
LeftAxis.Automatic = False |
888 |
LeftAxis.AutomaticMaximum = False |
889 |
LeftAxis.AutomaticMinimum = False |
890 |
LeftAxis.Title.Caption = 'Y' |
891 |
LeftAxis.Title.Font.Style = [fsBold] |
892 |
View3D = False |
893 |
Align = alClient |
894 |
BevelOuter = bvNone |
895 |
PopupMenu = PM |
896 |
TabOrder = 1 |
897 |
PrintMargins = ( |
898 |
5 |
899 |
5 |
900 |
5 |
901 |
5) |
902 |
end |
903 |
object GBPDF: TGroupBox |
904 |
Left = 0 |
905 |
Top = 96 |
906 |
Width = 136 |
907 |
Height = 257 |
908 |
Hint = 'Potentially limiting factors' |
909 |
HelpContext = 5530 |
910 |
Align = alLeft |
911 |
Caption = 'Factors' |
912 |
ParentShowHint = False |
913 |
ShowHint = True |
914 |
TabOrder = 2 |
915 |
object LBPD: TListBox |
916 |
Left = 8 |
917 |
Top = 24 |
918 |
Width = 120 |
919 |
Height = 199 |
920 |
Hint = |
921 |
'Click on an item to display the protein deposition if this selec' + |
922 |
'ted item had been the only limiting factor' |
923 |
Style = lbOwnerDrawFixed |
924 |
ExtendedSelect = False |
925 |
IntegralHeight = True |
926 |
ItemHeight = 13 |
927 |
Items.Strings = ( |
928 |
'Energy' |
929 |
'PDmax' |
930 |
'Lys' |
931 |
'Thr' |
932 |
'Trp' |
933 |
'Met' |
934 |
'Met + Cys' |
935 |
'Val' |
936 |
'Ile' |
937 |
'Leu' |
938 |
'Phe' |
939 |
'Phe + Tyr' |
940 |
'Arg' |
941 |
'His' |
942 |
'Crude protein') |
943 |
MultiSelect = True |
944 |
TabOrder = 0 |
945 |
OnClick = LBPDClick |
946 |
OnDrawItem = LBPDDrawItem |
947 |
end |
948 |
end |
949 |
object LBNRJ: TListBox |
950 |
Left = 144 |
951 |
Top = 200 |
952 |
Width = 120 |
953 |
Height = 108 |
954 |
ItemHeight = 13 |
955 |
Items.Strings = ( |
956 |
'Feed wastage' |
957 |
'Indigestible' |
958 |
'Methane and urine' |
959 |
'Maintenance' |
960 |
'Activity' |
961 |
'Heat increment' |
962 |
'Protein' |
963 |
'Lipid') |
964 |
TabOrder = 3 |
965 |
Visible = False |
966 |
end |
967 |
object LBRej: TListBox |
968 |
Left = 400 |
969 |
Top = 200 |
970 |
Width = 120 |
971 |
Height = 69 |
972 |
ItemHeight = 13 |
973 |
Items.Strings = ( |
974 |
'Feed wastage' |
975 |
'Fecal' |
976 |
'Urinary' |
977 |
'Excreted' |
978 |
'Retained') |
979 |
TabOrder = 4 |
980 |
Visible = False |
981 |
end |
982 |
object LBAA: TListBox |
983 |
Left = 16 |
984 |
Top = 200 |
985 |
Width = 120 |
986 |
Height = 121 |
987 |
ItemHeight = 13 |
988 |
Items.Strings = ( |
989 |
'Feed wastage' |
990 |
'Indigestible' |
991 |
'Basal endogenous' |
992 |
'Maintenance' |
993 |
'Minimum oxidation' |
994 |
'Deposition' |
995 |
'Unbalanced' |
996 |
'Deficiency' |
997 |
'Excess') |
998 |
TabOrder = 5 |
999 |
Visible = False |
1000 |
end |
1001 |
object LBMin: TListBox |
1002 |
Left = 272 |
1003 |
Top = 200 |
1004 |
Width = 120 |
1005 |
Height = 82 |
1006 |
ItemHeight = 13 |
1007 |
Items.Strings = ( |
1008 |
'Feed wastage' |
1009 |
'Indigestible' |
1010 |
'Maintenance' |
1011 |
'Retained' |
1012 |
'Deficiency' |
1013 |
'Excess') |
1014 |
TabOrder = 6 |
1015 |
Visible = False |
1016 |
end |
1017 |
object MExport: TMemo |
1018 |
Left = 144 |
1019 |
Top = 104 |
1020 |
Width = 392 |
1021 |
Height = 80 |
1022 |
Anchors = [akLeft, akTop, akRight] |
1023 |
ReadOnly = True |
1024 |
TabOrder = 7 |
1025 |
Visible = False |
1026 |
WordWrap = False |
1027 |
end |
1028 |
object PM: TPopupMenu |
1029 |
Left = 120 |
1030 |
Top = 96 |
1031 |
object MI3D: TMenuItem |
1032 |
Caption = '2D / 3D' |
1033 |
OnClick = MI3DClick |
1034 |
end |
1035 |
object MIPreview: TMenuItem |
1036 |
Caption = 'Print preview' |
1037 |
OnClick = MIPreviewClick |
1038 |
end |
1039 |
object MIPrint: TMenuItem |
1040 |
Caption = 'Print...' |
1041 |
OnClick = MIPrintClick |
1042 |
end |
1043 |
object MIExport: TMenuItem |
1044 |
Caption = 'Export...' |
1045 |
OnClick = MIExportClick |
1046 |
end |
1047 |
end |
1048 |
object PD: TPrintDialog |
1049 |
Left = 152 |
1050 |
Top = 96 |
1051 |
end |
1052 |
object SD: TSaveDialog |
1053 |
DefaultExt = 'csv' |
1054 |
Filter = 'CSV text|*.csv' |
1055 |
Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir, ofEnableSizing] |
1056 |
Title = 'Import / export file' |
1057 |
Left = 184 |
1058 |
Top = 96 |
1059 |
end |
1060 |
end |