Statistiques
| Révision:

root / UFConfig.dfm @ 3

Historique | Voir | Annoter | Télécharger (31,877 ko)

1
object FConfig: TFConfig
2
  Left = 160
3
  Top = 160
4
  HelpContext = 100
5
  Caption = 'Configuration'
6
  ClientHeight = 436
7
  ClientWidth = 480
8
  Color = clBtnFace
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
11
  Font.Height = -11
12
  Font.Name = 'MS Sans Serif'
13
  Font.Style = []
14
  OldCreateOrder = False
15
  Position = poMainFormCenter
16
  Scaled = False
17
  OnCreate = FormCreate
18
  OnShow = FormShow
19
  PixelsPerInch = 96
20
  TextHeight = 13
21
  object PC: TPageControl
22
    Left = 0
23
    Top = 0
24
    Width = 480
25
    Height = 396
26
    ActivePage = TSGeneral
27
    Align = alClient
28
    TabOrder = 0
29
    object TSGeneral: TTabSheet
30
      Caption = 'General'
31
      ImageIndex = 1
32
      object GBFolder: TGroupBox
33
        Left = 0
34
        Top = 0
35
        Width = 472
36
        Height = 48
37
        Align = alTop
38
        Caption = 'Data directory'
39
        TabOrder = 0
40
        object SBFolder: TSpeedButton
41
          Left = 8
42
          Top = 16
43
          Width = 21
44
          Height = 21
45
          Hint = 'Select a data directory'
46
          Glyph.Data = {
47
            76010000424D7601000000000000760000002800000020000000100000000100
48
            04000000000000010000120B0000120B00001000000000000000000000000000
49
            800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
50
            FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
51
            5555555555555555555555555555555555555555555555555555555555555555
52
            555555555555555555555555555555555555555FFFFFFFFFF555550000000000
53
            55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
54
            B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
55
            000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
56
            555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
57
            55555575FFF75555555555700007555555555557777555555555555555555555
58
            5555555555555555555555555555555555555555555555555555}
59
          NumGlyphs = 2
60
          ParentShowHint = False
61
          ShowHint = True
62
          OnClick = SBFolderClick
63
        end
64
        object EFolder: TEdit
65
          Left = 48
66
          Top = 16
67
          Width = 360
68
          Height = 21
69
          ReadOnly = True
70
          TabOrder = 0
71
          OnChange = EFolderChange
72
        end
73
      end
74
      object GBWindow: TGroupBox
75
        Left = 0
76
        Top = 96
77
        Width = 472
78
        Height = 72
79
        Hint = 
80
          'Resize and position the main window according to your preference' +
81
          's. Then click on the button to save these for the next time you ' +
82
          'use the software.'
83
        Align = alTop
84
        Caption = 'Main window'
85
        ParentShowHint = False
86
        ShowHint = True
87
        TabOrder = 2
88
        object LWidth: TLabel
89
          Left = 208
90
          Top = 20
91
          Width = 28
92
          Height = 13
93
          Caption = 'Width'
94
        end
95
        object SBWindow: TSpeedButton
96
          Left = 368
97
          Top = 28
98
          Width = 80
99
          Height = 25
100
          Caption = 'Default'
101
          OnClick = SBWindowClick
102
        end
103
        object LHeight: TLabel
104
          Left = 208
105
          Top = 44
106
          Width = 31
107
          Height = 13
108
          Caption = 'Height'
109
        end
110
        object LTop: TLabel
111
          Left = 8
112
          Top = 44
113
          Width = 19
114
          Height = 13
115
          Caption = 'Top'
116
        end
117
        object LLeft: TLabel
118
          Left = 8
119
          Top = 20
120
          Width = 18
121
          Height = 13
122
          Caption = 'Left'
123
        end
124
        object PBHeight: TPBNumEdit
125
          Left = 288
126
          Top = 40
127
          Width = 40
128
          Height = 21
129
          Alignment = taRightJustify
130
          Decimals = -1
131
          NumberFormat = Standard
132
          TabOrder = 3
133
        end
134
        object PBWidth: TPBNumEdit
135
          Left = 288
136
          Top = 16
137
          Width = 40
138
          Height = 21
139
          Alignment = taRightJustify
140
          Decimals = -1
141
          NumberFormat = Standard
142
          TabOrder = 2
143
        end
144
        object PBTop: TPBNumEdit
145
          Left = 88
146
          Top = 40
147
          Width = 40
148
          Height = 21
149
          Alignment = taRightJustify
150
          Decimals = -1
151
          NumberFormat = Standard
152
          TabOrder = 1
153
        end
154
        object PBLeft: TPBNumEdit
155
          Left = 88
156
          Top = 16
157
          Width = 40
158
          Height = 21
159
          Alignment = taRightJustify
160
          Decimals = -1
161
          NumberFormat = Standard
162
          TabOrder = 0
163
        end
164
      end
165
      object GBLocal: TGroupBox
166
        Left = 0
167
        Top = 216
168
        Width = 472
169
        Height = 72
170
        Align = alTop
171
        Caption = 'Localization'
172
        TabOrder = 4
173
        object LLanguage: TLabel
174
          Left = 8
175
          Top = 20
176
          Width = 48
177
          Height = 13
178
          Caption = 'Language'
179
        end
180
        object LMonnaie: TLabel
181
          Left = 8
182
          Top = 44
183
          Width = 77
184
          Height = 13
185
          Caption = 'Currency symbol'
186
        end
187
        object PBMonnaie: TPBEdit
188
          Left = 168
189
          Top = 40
190
          Width = 40
191
          Height = 21
192
          Alignment = taLeftJustify
193
          MaxLength = 3
194
          TabOrder = 0
195
          OnChange = PBMonnaieChange
196
        end
197
        object CBLanguage: TComboBox
198
          Left = 168
199
          Top = 16
200
          Width = 200
201
          Height = 22
202
          Style = csOwnerDrawFixed
203
          ItemHeight = 16
204
          Sorted = True
205
          TabOrder = 1
206
          OnChange = CBLanguageChange
207
          OnDrawItem = CBLanguageDrawItem
208
        end
209
      end
210
      object GBLogo: TGroupBox
211
        Left = 0
212
        Top = 168
213
        Width = 472
214
        Height = 48
215
        Align = alTop
216
        Caption = 'Logo'
217
        TabOrder = 3
218
        object SBLogo: TSpeedButton
219
          Left = 8
220
          Top = 16
221
          Width = 21
222
          Height = 21
223
          Hint = 'Select a logo'
224
          Glyph.Data = {
225
            F6000000424DF600000000000000760000002800000010000000100000000100
226
            04000000000080000000C30E0000C30E00001000000010000000000000000000
227
            80000080000000808000800000008000800080800000C0C0C000808080000000
228
            FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00D00000000000
229
            000D0777777777777770078000030000037007380A080770307707830A038003
230
            807007088AA03838387007000A0A0000007007E0AA00A0EFEF70070A0A00A0FE
231
            FE70070A0A000FEF0070070A0A0EFEF0BB7007E00A0FEFE0BB7007FE0A0EFEF0
232
            BB7007EFE0EFEFEF00700777777777777770D00000000000000D}
233
          ParentShowHint = False
234
          ShowHint = True
235
          OnClick = SBLogoClick
236
        end
237
        object ELogo: TEdit
238
          Left = 48
239
          Top = 16
240
          Width = 360
241
          Height = 21
242
          TabOrder = 0
243
          OnChange = ELogoChange
244
        end
245
      end
246
      object GBExcelFile: TGroupBox
247
        Left = 0
248
        Top = 48
249
        Width = 472
250
        Height = 48
251
        Align = alTop
252
        Caption = 'Excel file'
253
        TabOrder = 1
254
        object SBExcelFile: TSpeedButton
255
          Left = 8
256
          Top = 16
257
          Width = 21
258
          Height = 21
259
          Hint = 
260
            'Select the Excel file to which the simulation results will be ex' +
261
            'ported'
262
          Glyph.Data = {
263
            76010000424D7601000000000000760000002800000020000000100000000100
264
            04000000000000010000120B0000120B00001000000000000000000000000000
265
            800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
266
            FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
267
            5555555555555555555555555555555555555555555555555555555555555555
268
            555555555555555555555555555555555555555FFFFFFFFFF555550000000000
269
            55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
270
            B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
271
            000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
272
            555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
273
            55555575FFF75555555555700007555555555557777555555555555555555555
274
            5555555555555555555555555555555555555555555555555555}
275
          NumGlyphs = 2
276
          ParentShowHint = False
277
          ShowHint = True
278
          OnClick = SBExcelFileClick
279
        end
280
        object EExcelFile: TEdit
281
          Left = 48
282
          Top = 16
283
          Width = 360
284
          Height = 21
285
          ReadOnly = True
286
          TabOrder = 0
287
          OnChange = EExcelFileChange
288
        end
289
      end
290
      object GBWarning: TGroupBox
291
        Left = 0
292
        Top = 288
293
        Width = 472
294
        Height = 48
295
        Align = alTop
296
        Caption = 'Warning messages'
297
        ParentShowHint = False
298
        ShowHint = False
299
        TabOrder = 5
300
        object SBWarning: TSpeedButton
301
          Left = 8
302
          Top = 16
303
          Width = 80
304
          Height = 25
305
          Hint = 'Show all warning messages'
306
          Caption = 'Reset'
307
          ParentShowHint = False
308
          ShowHint = True
309
          OnClick = SBWarningClick
310
        end
311
      end
312
      object CheckBoxUpdates: TCheckBox
313
        Left = 8
314
        Top = 346
315
        Width = 456
316
        Height = 17
317
        Caption = 'Automatically check for updates'
318
        TabOrder = 6
319
        OnClick = CheckBoxUpdatesClick
320
      end
321
    end
322
    object TSAliment: TTabSheet
323
      Caption = 'Feed ingredients and feeds'
324
      ImageIndex = 1
325
      ExplicitLeft = 0
326
      ExplicitTop = 0
327
      ExplicitWidth = 0
328
      ExplicitHeight = 0
329
      DesignSize = (
330
        472
331
        368)
332
      object CBAffMP: TCheckBox
333
        Left = 8
334
        Top = 234
335
        Width = 456
336
        Height = 17
337
        Anchors = [akLeft, akTop, akRight]
338
        Caption = 
339
          'Display the "Feed ingredients" tab-sheet in the "Feed compositio' +
340
          'n" window'
341
        TabOrder = 1
342
        OnClick = CBAffMPClick
343
      end
344
      object GBExpr: TGroupBox
345
        Left = 0
346
        Top = 0
347
        Width = 472
348
        Height = 224
349
        Align = alTop
350
        Caption = 'Mode of expression'
351
        TabOrder = 0
352
        object LFibres: TLabel
353
          Left = 8
354
          Top = 188
355
          Width = 23
356
          Height = 13
357
          Caption = 'Fiber'
358
        end
359
        object LGal: TLabel
360
          Left = 8
361
          Top = 20
362
          Width = 90
363
          Height = 13
364
          Caption = 'General expression'
365
        end
366
        object LCompo: TLabel
367
          Left = 8
368
          Top = 68
369
          Width = 111
370
          Height = 13
371
          Caption = 'Elementary composition'
372
        end
373
        object LAA: TLabel
374
          Left = 8
375
          Top = 92
376
          Width = 57
377
          Height = 13
378
          Caption = 'Amino acids'
379
        end
380
        object LAG: TLabel
381
          Left = 8
382
          Top = 116
383
          Width = 51
384
          Height = 13
385
          Caption = 'Fatty acids'
386
        end
387
        object LMacro: TLabel
388
          Left = 8
389
          Top = 140
390
          Width = 122
391
          Height = 13
392
          Caption = 'Minerals (macro-elements)'
393
        end
394
        object LOligo: TLabel
395
          Left = 8
396
          Top = 164
397
          Width = 115
398
          Height = 13
399
          Caption = 'Minerals (oligo-elements)'
400
        end
401
        object GBTeneur: TGroupBox
402
          Left = 160
403
          Top = 48
404
          Width = 136
405
          Height = 168
406
          Caption = 'Content'
407
          TabOrder = 2
408
          object CBTCompo: TComboBox
409
            Left = 8
410
            Top = 16
411
            Width = 120
412
            Height = 21
413
            Style = csDropDownList
414
            ItemHeight = 0
415
            TabOrder = 0
416
            OnChange = CBTCompoChange
417
            Items.Strings = (
418
              'g/kg'
419
              '%')
420
          end
421
          object CBTAA: TComboBox
422
            Left = 8
423
            Top = 40
424
            Width = 120
425
            Height = 21
426
            Style = csDropDownList
427
            ItemHeight = 0
428
            TabOrder = 1
429
            OnChange = CBTAAChange
430
            Items.Strings = (
431
              'g/kg'
432
              '%'
433
              '% CP')
434
          end
435
          object CBTAG: TComboBox
436
            Left = 8
437
            Top = 64
438
            Width = 120
439
            Height = 21
440
            Style = csDropDownList
441
            ItemHeight = 0
442
            TabOrder = 2
443
            OnChange = CBTAGChange
444
            Items.Strings = (
445
              'g/kg'
446
              '%'
447
              '% fatty acids')
448
          end
449
          object CBTMacro: TComboBox
450
            Left = 8
451
            Top = 88
452
            Width = 120
453
            Height = 21
454
            Style = csDropDownList
455
            ItemHeight = 0
456
            TabOrder = 3
457
            OnChange = CBTMacroChange
458
            Items.Strings = (
459
              'g/kg'
460
              '%')
461
          end
462
          object CBTOligo: TComboBox
463
            Left = 8
464
            Top = 112
465
            Width = 120
466
            Height = 21
467
            Style = csDropDownList
468
            ItemHeight = 0
469
            TabOrder = 4
470
            OnChange = CBTOligoChange
471
            Items.Strings = (
472
              'mg/kg')
473
          end
474
          object CBTFibres: TComboBox
475
            Left = 8
476
            Top = 136
477
            Width = 120
478
            Height = 21
479
            Style = csDropDownList
480
            ItemHeight = 0
481
            TabOrder = 5
482
            OnChange = CBTFibresChange
483
            Items.Strings = (
484
              'g/kg'
485
              '%')
486
          end
487
        end
488
        object GBDigest: TGroupBox
489
          Left = 320
490
          Top = 48
491
          Width = 136
492
          Height = 168
493
          Caption = 'Digestibility'
494
          TabOrder = 3
495
          object CBdCompo: TComboBox
496
            Left = 8
497
            Top = 16
498
            Width = 120
499
            Height = 21
500
            Style = csDropDownList
501
            ItemHeight = 0
502
            TabOrder = 0
503
            OnChange = CBdCompoChange
504
            Items.Strings = (
505
              'g/kg'
506
              '%')
507
          end
508
          object CBdAA: TComboBox
509
            Left = 8
510
            Top = 40
511
            Width = 120
512
            Height = 21
513
            Style = csDropDownList
514
            ItemHeight = 0
515
            TabOrder = 1
516
            OnChange = CBdAAChange
517
            Items.Strings = (
518
              'g/kg'
519
              '%')
520
          end
521
        end
522
        object CBRap: TComboBox
523
          Left = 168
524
          Top = 16
525
          Width = 120
526
          Height = 21
527
          Style = csDropDownList
528
          ItemHeight = 0
529
          TabOrder = 0
530
          OnChange = CBRapChange
531
          Items.Strings = (
532
            'as-fed'
533
            'DM basis')
534
        end
535
        object CBDig: TComboBox
536
          Left = 328
537
          Top = 16
538
          Width = 120
539
          Height = 21
540
          Style = csDropDownList
541
          ItemHeight = 0
542
          TabOrder = 1
543
          OnChange = CBDigChange
544
          Items.Strings = (
545
            'Digestibility'
546
            'Digestible content')
547
        end
548
      end
549
    end
550
    object TSTruie: TTabSheet
551
      Caption = 'Sow'
552
      ImageIndex = 2
553
      object GBAliGest: TGroupBox
554
        Left = 0
555
        Top = 48
556
        Width = 472
557
        Height = 152
558
        Align = alTop
559
        Caption = 'Gestation strategy'
560
        TabOrder = 1
561
        object LAliDuree: TLabel
562
          Left = 8
563
          Top = 64
564
          Width = 55
565
          Height = 13
566
          Caption = 'Duration (d)'
567
        end
568
        object LAliQuantite: TLabel
569
          Left = 8
570
          Top = 88
571
          Width = 60
572
          Height = 13
573
          Caption = 'Quantity (kg)'
574
        end
575
        object LAugment: TLabel
576
          Left = 8
577
          Top = 124
578
          Width = 62
579
          Height = 13
580
          Caption = 'Increase (kg)'
581
        end
582
        object GBAli1: TGroupBox
583
          Left = 128
584
          Top = 48
585
          Width = 80
586
          Height = 66
587
          Caption = 'Period 1'
588
          TabOrder = 1
589
          object PBDuree1: TPBSuperSpin
590
            Left = 8
591
            Top = 16
592
            Width = 64
593
            Height = 22
594
            Cursor = crDefault
595
            Alignment = taRightJustify
596
            Decimals = 0
597
            MaxValue = 35.000000000000000000
598
            NumberFormat = Standard
599
            OnChange = PBDuree1Change
600
            ParentShowHint = False
601
            ShowHint = True
602
            TabOrder = 0
603
            Increment = 1.000000000000000000
604
            RoundValues = False
605
            Wrap = False
606
          end
607
          object PBQuantite1: TPBSuperSpin
608
            Left = 8
609
            Top = 40
610
            Width = 64
611
            Height = 22
612
            Cursor = crDefault
613
            Alignment = taRightJustify
614
            Decimals = 2
615
            NumberFormat = Standard
616
            OnChange = PBQuantite1Change
617
            ParentShowHint = False
618
            ShowHint = True
619
            TabOrder = 1
620
            Increment = 0.010000000000000000
621
            RoundValues = False
622
            Wrap = False
623
          end
624
        end
625
        object GBAli3: TGroupBox
626
          Left = 296
627
          Top = 48
628
          Width = 80
629
          Height = 66
630
          Caption = 'Period 3'
631
          TabOrder = 3
632
          object PBDuree3: TPBSuperSpin
633
            Left = 8
634
            Top = 16
635
            Width = 64
636
            Height = 22
637
            Cursor = crDefault
638
            Alignment = taRightJustify
639
            Decimals = 0
640
            MaxValue = 35.000000000000000000
641
            NumberFormat = Standard
642
            OnChange = PBDuree3Change
643
            ParentShowHint = False
644
            ShowHint = True
645
            TabOrder = 0
646
            Increment = 1.000000000000000000
647
            RoundValues = False
648
            Wrap = False
649
          end
650
          object PBQuantite3: TPBSuperSpin
651
            Left = 8
652
            Top = 40
653
            Width = 64
654
            Height = 22
655
            Cursor = crDefault
656
            Alignment = taRightJustify
657
            Decimals = 2
658
            NumberFormat = Standard
659
            OnChange = PBQuantite3Change
660
            ParentShowHint = False
661
            ShowHint = True
662
            TabOrder = 1
663
            Increment = 0.010000000000000000
664
            RoundValues = False
665
            Wrap = False
666
          end
667
        end
668
        object CBTypeAliGest: TComboBox
669
          Left = 8
670
          Top = 16
671
          Width = 320
672
          Height = 21
673
          Style = csDropDownList
674
          ItemHeight = 13
675
          TabOrder = 0
676
          OnChange = CBTypeAliGestChange
677
          Items.Strings = (
678
            'One period - Fixed quantity'
679
            'Two periods - Fixed final quantity'
680
            'Two periods - Fixed increase'
681
            'Three periods - Fixed increase and final quantity'
682
            'Three periods - Fixed quantities during periods 2 and 3'
683
            'Three periods - Fixed increase and initial quantity')
684
        end
685
        object PBAugment: TPBSuperSpin
686
          Left = 260
687
          Top = 120
688
          Width = 64
689
          Height = 22
690
          Cursor = crDefault
691
          Alignment = taRightJustify
692
          Decimals = 2
693
          NumberFormat = Standard
694
          OnChange = PBAugmentChange
695
          ParentShowHint = False
696
          ShowHint = True
697
          TabOrder = 4
698
          Increment = 0.010000000000000000
699
          RoundValues = False
700
          Wrap = False
701
        end
702
        object GBAli2: TGroupBox
703
          Left = 212
704
          Top = 48
705
          Width = 80
706
          Height = 66
707
          Caption = 'Period 2'
708
          TabOrder = 2
709
          object PBDuree2: TPBNumEdit
710
            Left = 8
711
            Top = 16
712
            Width = 64
713
            Height = 21
714
            Alignment = taRightJustify
715
            Enabled = False
716
            Decimals = 0
717
            NumberFormat = Standard
718
            TabOrder = 0
719
          end
720
          object PBQuantite2: TPBSuperSpin
721
            Left = 8
722
            Top = 40
723
            Width = 64
724
            Height = 22
725
            Cursor = crDefault
726
            Alignment = taRightJustify
727
            Decimals = 2
728
            NumberFormat = Standard
729
            OnChange = PBQuantite2Change
730
            ParentShowHint = False
731
            ShowHint = True
732
            TabOrder = 1
733
            Increment = 0.010000000000000000
734
            RoundValues = False
735
            Wrap = False
736
          end
737
        end
738
      end
739
      object GBXTruie: TGroupBox
740
        Left = 0
741
        Top = 0
742
        Width = 472
743
        Height = 48
744
        Align = alTop
745
        Caption = 'Graph preferences'
746
        TabOrder = 0
747
        object LXTruie: TLabel
748
          Left = 8
749
          Top = 20
750
          Width = 65
751
          Height = 13
752
          Caption = 'Default X-axis'
753
        end
754
        object CBXTruie: TComboBox
755
          Left = 168
756
          Top = 16
757
          Width = 144
758
          Height = 21
759
          Style = csDropDownList
760
          ItemHeight = 13
761
          ItemIndex = 0
762
          TabOrder = 0
763
          Text = 'Age (d)'
764
          OnChange = CBXTruieChange
765
          Items.Strings = (
766
            'Age (d)'
767
            'Duration (d)')
768
        end
769
      end
770
    end
771
    object TSPorc: TTabSheet
772
      Caption = 'Growing pig'
773
      ImageIndex = 4
774
      object GBXCrois: TGroupBox
775
        Left = 0
776
        Top = 0
777
        Width = 472
778
        Height = 48
779
        Align = alTop
780
        Caption = 'Graph preferences'
781
        TabOrder = 0
782
        object LXCrois: TLabel
783
          Left = 8
784
          Top = 20
785
          Width = 65
786
          Height = 13
787
          Caption = 'Default X-axis'
788
        end
789
        object CBXCrois: TComboBox
790
          Left = 160
791
          Top = 16
792
          Width = 144
793
          Height = 21
794
          Style = csDropDownList
795
          ItemHeight = 13
796
          ItemIndex = 0
797
          TabOrder = 0
798
          Text = 'Body weight (kg)'
799
          OnChange = CBXCroisChange
800
          Items.Strings = (
801
            'Body weight (kg)'
802
            'Age (d)'
803
            'Duration (d)'
804
            'Duration (week)')
805
        end
806
      end
807
      object GBCarcasse: TGroupBox
808
        Left = 0
809
        Top = 264
810
        Width = 472
811
        Height = 72
812
        Align = alTop
813
        Caption = 'Carcass characteristics'
814
        TabOrder = 4
815
        DesignSize = (
816
          472
817
          72)
818
        object CBTete: TCheckBox
819
          Left = 8
820
          Top = 18
821
          Width = 120
822
          Height = 17
823
          Anchors = [akLeft, akTop, akRight]
824
          Caption = 'Head'
825
          TabOrder = 0
826
          OnClick = CBTeteClick
827
        end
828
        object CBLangue: TCheckBox
829
          Left = 168
830
          Top = 18
831
          Width = 120
832
          Height = 17
833
          Anchors = [akLeft, akTop, akRight]
834
          Caption = 'Tongue'
835
          TabOrder = 1
836
          OnClick = CBLangueClick
837
        end
838
        object CBPieds: TCheckBox
839
          Left = 328
840
          Top = 18
841
          Width = 120
842
          Height = 17
843
          Anchors = [akLeft, akTop, akRight]
844
          Caption = 'Feet'
845
          TabOrder = 2
846
          OnClick = CBPiedsClick
847
        end
848
        object CBQueue: TCheckBox
849
          Left = 8
850
          Top = 42
851
          Width = 120
852
          Height = 17
853
          Anchors = [akLeft, akTop, akRight]
854
          Caption = 'Tail'
855
          TabOrder = 3
856
          OnClick = CBQueueClick
857
        end
858
        object CBHampe: TCheckBox
859
          Left = 168
860
          Top = 42
861
          Width = 120
862
          Height = 17
863
          Anchors = [akLeft, akTop, akRight]
864
          Caption = 'Diaphragm'
865
          TabOrder = 4
866
          OnClick = CBHampeClick
867
        end
868
        object CBPanne: TCheckBox
869
          Left = 328
870
          Top = 42
871
          Width = 120
872
          Height = 17
873
          Anchors = [akLeft, akTop, akRight]
874
          Caption = 'Leaf fat'
875
          TabOrder = 5
876
          OnClick = CBPanneClick
877
        end
878
      end
879
      object GBIntake: TGroupBox
880
        Left = 0
881
        Top = 48
882
        Width = 472
883
        Height = 72
884
        Align = alTop
885
        Caption = 'Feed efficiency'
886
        TabOrder = 1
887
        object RBIC: TRadioButton
888
          Left = 8
889
          Top = 18
890
          Width = 400
891
          Height = 17
892
          Hint = 'Feed conversion ratio'
893
          Caption = 'Feed:Gain'
894
          ParentShowHint = False
895
          ShowHint = True
896
          TabOrder = 0
897
          OnClick = RBFeedInfoClick
898
        end
899
        object RBEA: TRadioButton
900
          Left = 8
901
          Top = 42
902
          Width = 400
903
          Height = 17
904
          Hint = 'Feed efficiency'
905
          Caption = 'Gain:Feed'
906
          ParentShowHint = False
907
          ShowHint = True
908
          TabOrder = 1
909
          OnClick = RBFeedInfoClick
910
        end
911
      end
912
      object GBFat: TGroupBox
913
        Left = 0
914
        Top = 120
915
        Width = 472
916
        Height = 72
917
        Align = alTop
918
        Caption = 'Backfat thickness (mm)'
919
        TabOrder = 2
920
        object SBUserFat: TSpeedButton
921
          Left = 376
922
          Top = 40
923
          Width = 80
924
          Height = 25
925
          Caption = 'Define'
926
          ParentShowHint = False
927
          ShowHint = True
928
          OnClick = SBUserFatClick
929
        end
930
        object RBP2: TRadioButton
931
          Left = 8
932
          Top = 18
933
          Width = 360
934
          Height = 17
935
          Hint = 
936
            'Backfat thickness measured at 65 mm from the midline at the leve' +
937
            'l of the last rib'
938
          Caption = 'Backfat thickness'
939
          ParentShowHint = False
940
          ShowHint = True
941
          TabOrder = 0
942
          OnClick = RBFatInfoClick
943
        end
944
        object RBUserFat: TRadioButton
945
          Left = 8
946
          Top = 42
947
          Width = 360
948
          Height = 17
949
          Caption = 'User defined'
950
          ParentShowHint = False
951
          ShowHint = True
952
          TabOrder = 1
953
          OnClick = RBFatInfoClick
954
        end
955
      end
956
      object GBLean: TGroupBox
957
        Left = 0
958
        Top = 192
959
        Width = 472
960
        Height = 72
961
        Align = alTop
962
        Caption = 'Lean meat (%)'
963
        TabOrder = 3
964
        object SBUserLean: TSpeedButton
965
          Left = 376
966
          Top = 40
967
          Width = 80
968
          Height = 25
969
          Caption = 'Define'
970
          ParentShowHint = False
971
          ShowHint = True
972
          OnClick = SBUserLeanClick
973
        end
974
        object RBTMP: TRadioButton
975
          Left = 8
976
          Top = 18
977
          Width = 360
978
          Height = 17
979
          Hint = 
980
            'Lean meat percentage in the loin, shoulder, ham and belly (EC re' +
981
            'gulation 1197/2006)'
982
          Caption = 'Lean meat'
983
          ParentShowHint = False
984
          ShowHint = True
985
          TabOrder = 0
986
          OnClick = RBLeanInfoClick
987
        end
988
        object RBUserLean: TRadioButton
989
          Left = 8
990
          Top = 42
991
          Width = 360
992
          Height = 17
993
          Caption = 'User defined'
994
          ParentShowHint = False
995
          ShowHint = True
996
          TabOrder = 1
997
          OnClick = RBLeanInfoClick
998
        end
999
      end
1000
    end
1001
    object TSMessages: TTabSheet
1002
      Hint = 'Check the checkbox of the messages you want display'
1003
      Caption = 'Warning messages'
1004
      ImageIndex = 3
1005
      ParentShowHint = False
1006
      ShowHint = True
1007
      TabVisible = False
1008
      ExplicitLeft = 0
1009
      ExplicitTop = 0
1010
      ExplicitWidth = 0
1011
      ExplicitHeight = 0
1012
      object GBProfilP: TGroupBox
1013
        Left = 0
1014
        Top = 96
1015
        Width = 472
1016
        Height = 120
1017
        Align = alTop
1018
        Caption = 'Growing pig profile'
1019
        TabOrder = 1
1020
        DesignSize = (
1021
          472
1022
          120)
1023
        object CBAffPDMoy: TCheckBox
1024
          Left = 8
1025
          Top = 42
1026
          Width = 456
1027
          Height = 17
1028
          Anchors = [akLeft, akTop, akRight]
1029
          Caption = 'Mean PD'
1030
          TabOrder = 0
1031
        end
1032
        object CBAffUnitProfilP: TCheckBox
1033
          Left = 8
1034
          Top = 18
1035
          Width = 456
1036
          Height = 17
1037
          Anchors = [akLeft, akTop, akRight]
1038
          Caption = 'Mode of expressing ad libitum feed intake (units)'
1039
          TabOrder = 1
1040
        end
1041
        object CBAffPrecocite: TCheckBox
1042
          Left = 8
1043
          Top = 66
1044
          Width = 456
1045
          Height = 17
1046
          Anchors = [akLeft, akTop, akRight]
1047
          Caption = 'Precocity'
1048
          TabOrder = 2
1049
        end
1050
        object CBAffEntretien: TCheckBox
1051
          Left = 8
1052
          Top = 90
1053
          Width = 456
1054
          Height = 17
1055
          Anchors = [akLeft, akTop, akRight]
1056
          Caption = 'Maintenance'
1057
          TabOrder = 3
1058
        end
1059
      end
1060
      object GBAliMat: TGroupBox
1061
        Left = 0
1062
        Top = 0
1063
        Width = 472
1064
        Height = 96
1065
        Align = alTop
1066
        Caption = 'Feed ingredients and feeds'
1067
        TabOrder = 0
1068
        DesignSize = (
1069
          472
1070
          96)
1071
        object CBAffCorrCUD: TCheckBox
1072
          Left = 8
1073
          Top = 18
1074
          Width = 456
1075
          Height = 17
1076
          Anchors = [akLeft, akTop, akRight]
1077
          Caption = 'Digestibility correction'
1078
          TabOrder = 0
1079
        end
1080
        object CBAffCalcAli: TCheckBox
1081
          Left = 8
1082
          Top = 42
1083
          Width = 456
1084
          Height = 17
1085
          Anchors = [akLeft, akTop, akRight]
1086
          Caption = 
1087
            'Contribution of feed ingredients to the chemical composition of ' +
1088
            'the feed'
1089
          TabOrder = 1
1090
        end
1091
        object CBAffGraphAli: TCheckBox
1092
          Left = 8
1093
          Top = 66
1094
          Width = 456
1095
          Height = 17
1096
          Anchors = [akLeft, akTop, akRight]
1097
          Caption = 'Calculation of feed composition'
1098
          TabOrder = 2
1099
        end
1100
      end
1101
      object GBSimulT: TGroupBox
1102
        Left = 0
1103
        Top = 216
1104
        Width = 472
1105
        Height = 72
1106
        Align = alTop
1107
        Caption = 'Simulation for sows'
1108
        TabOrder = 2
1109
        DesignSize = (
1110
          472
1111
          72)
1112
        object CBAffOptInit: TCheckBox
1113
          Left = 8
1114
          Top = 18
1115
          Width = 456
1116
          Height = 17
1117
          Anchors = [akLeft, akTop, akRight]
1118
          Caption = 
1119
            'Initialisation of parameters (only at the beginning of the simul' +
1120
            'ation)'
1121
          TabOrder = 0
1122
        end
1123
        object CBAffSimulT: TCheckBox
1124
          Left = 8
1125
          Top = 42
1126
          Width = 456
1127
          Height = 17
1128
          Anchors = [akLeft, akTop, akRight]
1129
          Caption = 'Results of the sow simulation'
1130
          TabOrder = 1
1131
        end
1132
      end
1133
    end
1134
  end
1135
  object PBoutons: TPanel
1136
    Left = 0
1137
    Top = 396
1138
    Width = 480
1139
    Height = 40
1140
    Align = alBottom
1141
    BevelOuter = bvNone
1142
    TabOrder = 1
1143
    DesignSize = (
1144
      480
1145
      40)
1146
    object BBOk: TBitBtn
1147
      Left = 304
1148
      Top = 8
1149
      Width = 80
1150
      Height = 25
1151
      Anchors = [akTop, akRight]
1152
      Caption = 'OK'
1153
      Default = True
1154
      ModalResult = 1
1155
      NumGlyphs = 2
1156
      TabOrder = 0
1157
    end
1158
    object BBCancel: TBitBtn
1159
      Left = 392
1160
      Top = 8
1161
      Width = 80
1162
      Height = 25
1163
      Anchors = [akTop, akRight]
1164
      Cancel = True
1165
      Caption = 'Cancel'
1166
      ModalResult = 2
1167
      NumGlyphs = 2
1168
      TabOrder = 1
1169
    end
1170
  end
1171
  object OPDLogo: TOpenPictureDialog
1172
    Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofEnableSizing]
1173
    Left = 40
1174
    Top = 464
1175
  end
1176
  object ODExcelFile: TOpenDialog
1177
    Filter = 'Microsoft Excel files (*.xls)|*.xls'
1178
    Options = [ofHideReadOnly, ofNoChangeDir, ofNoValidate, ofEnableSizing]
1179
    Left = 8
1180
    Top = 464
1181
  end
1182
end