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