Statistiques
| Révision:

root / UFCompSimulT.dfm @ 3

Historique | Voir | Annoter | Télécharger (18,184 ko)

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