root / UFCalibrProfilP.dfm @ 3
Historique | Voir | Annoter | Télécharger (33,164 ko)
1 |
object FCalibrProfilP: TFCalibrProfilP |
---|---|
2 |
Left = 0 |
3 |
Top = 0 |
4 |
HelpContext = 5340 |
5 |
BorderIcons = [] |
6 |
BorderStyle = bsDialog |
7 |
Caption = 'Calibration' |
8 |
ClientHeight = 592 |
9 |
ClientWidth = 784 |
10 |
Color = clBtnFace |
11 |
Font.Charset = DEFAULT_CHARSET |
12 |
Font.Color = clWindowText |
13 |
Font.Height = -11 |
14 |
Font.Name = 'MS Sans Serif' |
15 |
Font.Style = [] |
16 |
OldCreateOrder = False |
17 |
Position = poMainFormCenter |
18 |
OnClose = FormClose |
19 |
OnCreate = FormCreate |
20 |
OnDestroy = FormDestroy |
21 |
OnShow = FormShow |
22 |
PixelsPerInch = 96 |
23 |
TextHeight = 13 |
24 |
object GBResults: TGroupBox |
25 |
Left = 0 |
26 |
Top = 0 |
27 |
Width = 784 |
28 |
Height = 360 |
29 |
Align = alClient |
30 |
Caption = 'Simulation results' |
31 |
TabOrder = 0 |
32 |
object PLeft: TPanel |
33 |
Left = 2 |
34 |
Top = 15 |
35 |
Width = 206 |
36 |
Height = 343 |
37 |
Align = alLeft |
38 |
BevelOuter = bvNone |
39 |
TabOrder = 0 |
40 |
object LMethod: TLabel |
41 |
Left = 16 |
42 |
Top = 236 |
43 |
Width = 36 |
44 |
Height = 13 |
45 |
Caption = 'Method' |
46 |
end |
47 |
object SBCalibrage: TSpeedButton |
48 |
Left = 40 |
49 |
Top = 296 |
50 |
Width = 120 |
51 |
Height = 32 |
52 |
Hint = 'Calibrate model parameters' |
53 |
Caption = 'Calibration' |
54 |
Glyph.Data = { |
55 |
76010000424D7601000000000000760000002800000020000000100000000100 |
56 |
04000000000000010000C40E0000C40E00001000000000000000000000000000 |
57 |
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 |
58 |
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DD7000000000 |
59 |
7DDDDDD777777777DFDDDD08888888880DDDDD7FDFDFDFFF7FDDDD0808089998 |
60 |
0DDDDD7F7D7D777D7FDDDD08888888880DDDDD7FDFDFDFDF7FDDDD0808080808 |
61 |
0DDDDD7F7D7D7D7D7FDDDD08888888880DDDDD7FDFDFDFDF7FDDDD0808080808 |
62 |
0DDDDD7F7D7D7D7D7FDDDD08888888880DDDDD7FDFDFDFDF7FDDDD0808080808 |
63 |
0DDDDD7F7D7D7D7D7FDDDD08888888880DDDDD7FDFFFFFFF7FDDDD0800000008 |
64 |
0DDDDD7F7777777F7FDDDD08000E0E080DDDDD7F7FFFFF7F7FDDDD0800000008 |
65 |
0DDDDD7F7777777D7FDDDD08888888880DDDDD7FDDDDDDDD7FDDDD0888888888 |
66 |
0DDDDD7DFFFFFFFF7DDDDD70000000007DDDDDD777777777DDDD} |
67 |
NumGlyphs = 2 |
68 |
ParentShowHint = False |
69 |
ShowHint = True |
70 |
OnClick = SBCalibrageClick |
71 |
end |
72 |
object GBParameters: TGroupBox |
73 |
Left = 6 |
74 |
Top = 1 |
75 |
Width = 200 |
76 |
Height = 168 |
77 |
Caption = 'Model parameters' |
78 |
TabOrder = 0 |
79 |
object LEntretien: TLabel |
80 |
Left = 8 |
81 |
Top = 140 |
82 |
Width = 62 |
83 |
Height = 13 |
84 |
Hint = 'Maintenance correction factor' |
85 |
Caption = 'Maintenance' |
86 |
ParentShowHint = False |
87 |
ShowHint = True |
88 |
end |
89 |
object LComport: TLabel |
90 |
Left = 8 |
91 |
Top = 116 |
92 |
Width = 64 |
93 |
Height = 13 |
94 |
Hint = |
95 |
'Maturation coefficient (shape parameter of the Gompertz function' + |
96 |
')' |
97 |
Caption = 'Precocity (/d)' |
98 |
ParentShowHint = False |
99 |
ShowHint = True |
100 |
end |
101 |
object LPDMoy: TLabel |
102 |
Left = 8 |
103 |
Top = 92 |
104 |
Width = 71 |
105 |
Height = 13 |
106 |
Hint = 'Average protein deposition (g/d)' |
107 |
Caption = 'Mean PD (g/d)' |
108 |
ParentShowHint = False |
109 |
ShowHint = True |
110 |
end |
111 |
object LIng100: TLabel |
112 |
Left = 8 |
113 |
Top = 68 |
114 |
Width = 27 |
115 |
Height = 13 |
116 |
Hint = 'Feed intake at 100 kg of body weight' |
117 |
Caption = 'FI100' |
118 |
ParentShowHint = False |
119 |
ShowHint = True |
120 |
end |
121 |
object LIng50: TLabel |
122 |
Left = 8 |
123 |
Top = 44 |
124 |
Width = 21 |
125 |
Height = 13 |
126 |
Hint = 'Feed intake at 50 kg of body weight' |
127 |
Caption = 'FI50' |
128 |
ParentShowHint = False |
129 |
ShowHint = True |
130 |
end |
131 |
object LPVInit: TLabel |
132 |
Left = 8 |
133 |
Top = 20 |
134 |
Width = 105 |
135 |
Height = 13 |
136 |
Caption = 'Initial body weight (kg)' |
137 |
ParentShowHint = False |
138 |
ShowHint = True |
139 |
end |
140 |
object PBIng50: TPBSuperSpin |
141 |
Left = 128 |
142 |
Top = 40 |
143 |
Width = 64 |
144 |
Height = 22 |
145 |
Cursor = crDefault |
146 |
Hint = 'Feed intake at 50 kg of body weight' |
147 |
Alignment = taRightJustify |
148 |
Decimals = 0 |
149 |
NumberFormat = Standard |
150 |
OnChange = PBIng50Change |
151 |
ParentShowHint = False |
152 |
ShowHint = True |
153 |
TabOrder = 1 |
154 |
Increment = 1.000000000000000000 |
155 |
RoundValues = False |
156 |
Wrap = False |
157 |
end |
158 |
object PBIng100: TPBSuperSpin |
159 |
Left = 128 |
160 |
Top = 64 |
161 |
Width = 64 |
162 |
Height = 22 |
163 |
Cursor = crDefault |
164 |
Hint = 'Feed intake at 100 kg of body weight' |
165 |
Alignment = taRightJustify |
166 |
Decimals = 0 |
167 |
NumberFormat = Standard |
168 |
OnChange = PBIng100Change |
169 |
ParentShowHint = False |
170 |
ShowHint = True |
171 |
TabOrder = 2 |
172 |
Increment = 1.000000000000000000 |
173 |
RoundValues = False |
174 |
Wrap = False |
175 |
end |
176 |
object PBMaintenance: TPBSuperSpin |
177 |
Left = 128 |
178 |
Top = 136 |
179 |
Width = 64 |
180 |
Height = 22 |
181 |
Cursor = crDefault |
182 |
Hint = 'Maintenance correction factor' |
183 |
Alignment = taRightJustify |
184 |
Decimals = 3 |
185 |
MaxValue = 1.300000000000000000 |
186 |
MinValue = 0.700000000000000000 |
187 |
NumberFormat = Standard |
188 |
OnChange = PBMaintenanceChange |
189 |
ParentShowHint = False |
190 |
ShowHint = True |
191 |
TabOrder = 5 |
192 |
Increment = 0.010000000000000000 |
193 |
RoundValues = False |
194 |
Wrap = False |
195 |
end |
196 |
object PBMeanPD: TPBSuperSpin |
197 |
Left = 128 |
198 |
Top = 88 |
199 |
Width = 64 |
200 |
Height = 22 |
201 |
Cursor = crDefault |
202 |
Hint = 'Average protein deposition (g/d)' |
203 |
Alignment = taRightJustify |
204 |
Decimals = 2 |
205 |
MaxValue = 260.000000000000000000 |
206 |
MinValue = 50.000000000000000000 |
207 |
NumberFormat = Standard |
208 |
OnChange = PBMeanPDChange |
209 |
ParentShowHint = False |
210 |
ShowHint = True |
211 |
TabOrder = 3 |
212 |
Increment = 0.100000000000000000 |
213 |
RoundValues = False |
214 |
Wrap = False |
215 |
end |
216 |
object PBPrecocity: TPBSuperSpin |
217 |
Left = 128 |
218 |
Top = 112 |
219 |
Width = 64 |
220 |
Height = 22 |
221 |
Cursor = crDefault |
222 |
Hint = |
223 |
'Maturation coefficient (shape parameter of the Gompertz function' + |
224 |
')' |
225 |
Alignment = taRightJustify |
226 |
Decimals = 5 |
227 |
MaxValue = 0.040000000000000000 |
228 |
MinValue = 0.001000000000000000 |
229 |
NumberFormat = Standard |
230 |
OnChange = PBPrecocityChange |
231 |
ParentShowHint = False |
232 |
ShowHint = True |
233 |
TabOrder = 4 |
234 |
Increment = 0.000100000000000000 |
235 |
RoundValues = False |
236 |
Wrap = False |
237 |
end |
238 |
object PBPVInit: TPBSuperSpin |
239 |
Left = 128 |
240 |
Top = 16 |
241 |
Width = 64 |
242 |
Height = 22 |
243 |
Cursor = crDefault |
244 |
Alignment = taRightJustify |
245 |
Decimals = 1 |
246 |
MaxValue = 100.000000000000000000 |
247 |
MinValue = 15.000000000000000000 |
248 |
NumberFormat = Standard |
249 |
OnChange = PBPVInitChange |
250 |
ParentShowHint = False |
251 |
ShowHint = True |
252 |
TabOrder = 0 |
253 |
Increment = 0.100000000000000000 |
254 |
RoundValues = False |
255 |
Wrap = False |
256 |
end |
257 |
end |
258 |
object CBMethod: TComboBox |
259 |
Left = 78 |
260 |
Top = 232 |
261 |
Width = 120 |
262 |
Height = 21 |
263 |
Hint = 'Calibration method' |
264 |
Style = csDropDownList |
265 |
Enabled = False |
266 |
ItemHeight = 13 |
267 |
ItemIndex = 1 |
268 |
ParentShowHint = False |
269 |
ShowHint = True |
270 |
TabOrder = 3 |
271 |
Text = 'Marquardt' |
272 |
Items.Strings = ( |
273 |
'Newton' |
274 |
'Marquardt' |
275 |
'BFGS') |
276 |
end |
277 |
object RBStandard: TRadioButton |
278 |
Left = 40 |
279 |
Top = 178 |
280 |
Width = 120 |
281 |
Height = 17 |
282 |
Caption = 'Standard mode' |
283 |
Checked = True |
284 |
TabOrder = 1 |
285 |
TabStop = True |
286 |
OnClick = RBStandardClick |
287 |
end |
288 |
object RBExpert: TRadioButton |
289 |
Left = 40 |
290 |
Top = 202 |
291 |
Width = 120 |
292 |
Height = 17 |
293 |
Caption = 'Expert mode' |
294 |
TabOrder = 2 |
295 |
OnClick = RBExpertClick |
296 |
end |
297 |
object CBAALimit: TCheckBox |
298 |
Left = 16 |
299 |
Top = 266 |
300 |
Width = 184 |
301 |
Height = 17 |
302 |
Hint = 'Amino acids can limit performance' |
303 |
Caption = 'Limiting amino acids' |
304 |
Checked = True |
305 |
Enabled = False |
306 |
ParentShowHint = False |
307 |
ShowHint = True |
308 |
State = cbChecked |
309 |
TabOrder = 4 |
310 |
end |
311 |
end |
312 |
object PRight: TPanel |
313 |
Left = 208 |
314 |
Top = 15 |
315 |
Width = 574 |
316 |
Height = 343 |
317 |
Align = alClient |
318 |
BevelOuter = bvNone |
319 |
TabOrder = 1 |
320 |
object PGraphTop: TPanel |
321 |
Left = 0 |
322 |
Top = 0 |
323 |
Width = 574 |
324 |
Height = 49 |
325 |
Align = alTop |
326 |
BevelOuter = bvNone |
327 |
TabOrder = 0 |
328 |
DesignSize = ( |
329 |
574 |
330 |
49) |
331 |
object GBGraphRight: TGroupBox |
332 |
Left = 392 |
333 |
Top = 1 |
334 |
Width = 176 |
335 |
Height = 48 |
336 |
Anchors = [akTop, akRight] |
337 |
Caption = 'Right axis' |
338 |
TabOrder = 1 |
339 |
object CBGraphRight: TComboBox |
340 |
Left = 8 |
341 |
Top = 16 |
342 |
Width = 160 |
343 |
Height = 21 |
344 |
Style = csDropDownList |
345 |
ItemHeight = 13 |
346 |
ItemIndex = 1 |
347 |
TabOrder = 0 |
348 |
Text = 'Body weight (kg)' |
349 |
OnChange = CBGraphRightChange |
350 |
Items.Strings = ( |
351 |
'Cumulative feed usage (kg)' |
352 |
'Body weight (kg)' |
353 |
'Backfat thickness (mm)' |
354 |
'Lean meat (%)') |
355 |
end |
356 |
end |
357 |
object GBGraphLeft: TGroupBox |
358 |
Left = 8 |
359 |
Top = 1 |
360 |
Width = 176 |
361 |
Height = 48 |
362 |
Caption = 'Left axis' |
363 |
TabOrder = 0 |
364 |
object CBGraphLeft: TComboBox |
365 |
Left = 8 |
366 |
Top = 16 |
367 |
Width = 160 |
368 |
Height = 21 |
369 |
Style = csDropDownList |
370 |
ItemHeight = 13 |
371 |
ItemIndex = 0 |
372 |
TabOrder = 0 |
373 |
Text = 'Cumulative feed usage (kg)' |
374 |
OnChange = CBGraphLeftChange |
375 |
Items.Strings = ( |
376 |
'Cumulative feed usage (kg)' |
377 |
'Body weight (kg)' |
378 |
'Backfat thickness (mm)' |
379 |
'Lean meat (%)') |
380 |
end |
381 |
end |
382 |
end |
383 |
object Graph: TChart |
384 |
Left = 0 |
385 |
Top = 49 |
386 |
Width = 574 |
387 |
Height = 294 |
388 |
Legend.Visible = False |
389 |
Title.Text.Strings = ( |
390 |
'TChart') |
391 |
Title.Visible = False |
392 |
BottomAxis.Grid.Visible = False |
393 |
DepthAxis.Grid.Visible = False |
394 |
DepthTopAxis.Grid.Visible = False |
395 |
LeftAxis.Automatic = False |
396 |
LeftAxis.AutomaticMaximum = False |
397 |
LeftAxis.AutomaticMinimum = False |
398 |
LeftAxis.Grid.Visible = False |
399 |
LeftAxis.Maximum = 1067.500000000000000000 |
400 |
LeftAxis.Title.Font.Color = clRed |
401 |
LeftAxis.Title.Font.Style = [fsBold] |
402 |
RightAxis.Automatic = False |
403 |
RightAxis.AutomaticMaximum = False |
404 |
RightAxis.AutomaticMinimum = False |
405 |
RightAxis.Grid.Visible = False |
406 |
RightAxis.Maximum = 956.856250000000000000 |
407 |
RightAxis.Title.Font.Color = clGreen |
408 |
RightAxis.Title.Font.Style = [fsBold] |
409 |
TopAxis.Grid.Visible = False |
410 |
TopAxis.Title.Font.Style = [fsBold] |
411 |
View3D = False |
412 |
Align = alClient |
413 |
BevelOuter = bvNone |
414 |
TabOrder = 1 |
415 |
object LineLeft: TLineSeries |
416 |
Marks.Arrow.Visible = True |
417 |
Marks.Callout.Brush.Color = clBlack |
418 |
Marks.Callout.Arrow.Visible = True |
419 |
Marks.Visible = False |
420 |
Title = 'LineLeft' |
421 |
LinePen.Width = 2 |
422 |
Pointer.InflateMargins = True |
423 |
Pointer.Style = psRectangle |
424 |
Pointer.Visible = False |
425 |
XValues.Name = 'X' |
426 |
XValues.Order = loAscending |
427 |
YValues.Name = 'Y' |
428 |
YValues.Order = loNone |
429 |
end |
430 |
object LineRight: TLineSeries |
431 |
Marks.Arrow.Visible = True |
432 |
Marks.Callout.Brush.Color = clBlack |
433 |
Marks.Callout.Arrow.Visible = True |
434 |
Marks.Visible = False |
435 |
Title = 'LineRight' |
436 |
VertAxis = aRightAxis |
437 |
LinePen.Width = 2 |
438 |
Pointer.InflateMargins = True |
439 |
Pointer.Style = psRectangle |
440 |
Pointer.Visible = False |
441 |
XValues.Name = 'X' |
442 |
XValues.Order = loAscending |
443 |
YValues.Name = 'Y' |
444 |
YValues.Order = loNone |
445 |
end |
446 |
object PointLeft: TLineSeries |
447 |
Marks.Arrow.Visible = True |
448 |
Marks.Callout.Brush.Color = clBlack |
449 |
Marks.Callout.Arrow.Visible = True |
450 |
Marks.Visible = False |
451 |
Title = 'PointLeft' |
452 |
LinePen.Visible = False |
453 |
Pointer.Brush.Color = clWhite |
454 |
Pointer.Brush.Style = bsClear |
455 |
Pointer.HorizSize = 3 |
456 |
Pointer.InflateMargins = True |
457 |
Pointer.Pen.Color = clRed |
458 |
Pointer.Pen.Width = 2 |
459 |
Pointer.Style = psCircle |
460 |
Pointer.VertSize = 3 |
461 |
Pointer.Visible = True |
462 |
XValues.Name = 'X' |
463 |
XValues.Order = loAscending |
464 |
YValues.Name = 'Y' |
465 |
YValues.Order = loNone |
466 |
end |
467 |
object PointRight: TLineSeries |
468 |
Marks.Arrow.Visible = True |
469 |
Marks.Callout.Brush.Color = clBlack |
470 |
Marks.Callout.Arrow.Visible = True |
471 |
Marks.Visible = False |
472 |
Title = 'PointRight' |
473 |
VertAxis = aRightAxis |
474 |
LinePen.Visible = False |
475 |
Pointer.Brush.Color = clWhite |
476 |
Pointer.Brush.Style = bsClear |
477 |
Pointer.HorizSize = 3 |
478 |
Pointer.InflateMargins = True |
479 |
Pointer.Pen.Color = clGreen |
480 |
Pointer.Pen.Width = 2 |
481 |
Pointer.Style = psCircle |
482 |
Pointer.VertSize = 3 |
483 |
Pointer.Visible = True |
484 |
XValues.Name = 'X' |
485 |
XValues.Order = loAscending |
486 |
YValues.Name = 'Y' |
487 |
YValues.Order = loNone |
488 |
end |
489 |
end |
490 |
end |
491 |
end |
492 |
object PButtons: TPanel |
493 |
Left = 0 |
494 |
Top = 552 |
495 |
Width = 784 |
496 |
Height = 40 |
497 |
Align = alBottom |
498 |
BevelOuter = bvNone |
499 |
TabOrder = 2 |
500 |
DesignSize = ( |
501 |
784 |
502 |
40) |
503 |
object JvEnterAsTab1: TJvEnterAsTab |
504 |
Left = 8 |
505 |
Top = 8 |
506 |
Width = 28 |
507 |
Height = 28 |
508 |
end |
509 |
object BBCancel: TBitBtn |
510 |
Left = 698 |
511 |
Top = 8 |
512 |
Width = 80 |
513 |
Height = 25 |
514 |
Anchors = [akRight, akBottom] |
515 |
Cancel = True |
516 |
Caption = 'Cancel' |
517 |
ModalResult = 2 |
518 |
NumGlyphs = 2 |
519 |
TabOrder = 2 |
520 |
end |
521 |
object BBOk: TBitBtn |
522 |
Left = 610 |
523 |
Top = 8 |
524 |
Width = 80 |
525 |
Height = 25 |
526 |
Anchors = [akRight, akBottom] |
527 |
Caption = 'OK' |
528 |
Default = True |
529 |
Enabled = False |
530 |
ModalResult = 1 |
531 |
NumGlyphs = 2 |
532 |
TabOrder = 1 |
533 |
end |
534 |
object BBReset: TBitBtn |
535 |
Left = 522 |
536 |
Top = 8 |
537 |
Width = 80 |
538 |
Height = 25 |
539 |
Anchors = [akRight, akBottom] |
540 |
Caption = 'Reset' |
541 |
NumGlyphs = 2 |
542 |
TabOrder = 0 |
543 |
OnClick = BBResetClick |
544 |
end |
545 |
end |
546 |
object PSummary: TPanel |
547 |
Left = 0 |
548 |
Top = 360 |
549 |
Width = 784 |
550 |
Height = 192 |
551 |
Align = alBottom |
552 |
BevelOuter = bvNone |
553 |
TabOrder = 1 |
554 |
DesignSize = ( |
555 |
784 |
556 |
192) |
557 |
object LTime: TLabel |
558 |
Left = 8 |
559 |
Top = 148 |
560 |
Width = 93 |
561 |
Height = 13 |
562 |
Anchors = [akTop, akRight] |
563 |
Caption = 'CPU time (seconds)' |
564 |
end |
565 |
object LInfo: TLabel |
566 |
Left = 8 |
567 |
Top = 172 |
568 |
Width = 48 |
569 |
Height = 13 |
570 |
Anchors = [akLeft, akBottom] |
571 |
Caption = 'Warning' |
572 |
Font.Charset = DEFAULT_CHARSET |
573 |
Font.Color = clRed |
574 |
Font.Height = -11 |
575 |
Font.Name = 'MS Sans Serif' |
576 |
Font.Style = [fsBold] |
577 |
ParentFont = False |
578 |
Visible = False |
579 |
end |
580 |
object GBParam: TGroupBox |
581 |
Left = 448 |
582 |
Top = 0 |
583 |
Width = 336 |
584 |
Height = 184 |
585 |
Caption = 'Estimated parameters' |
586 |
TabOrder = 2 |
587 |
object LY50: TLabel |
588 |
Left = 8 |
589 |
Top = 60 |
590 |
Width = 21 |
591 |
Height = 13 |
592 |
Caption = 'FI50' |
593 |
end |
594 |
object LY100: TLabel |
595 |
Left = 8 |
596 |
Top = 84 |
597 |
Width = 27 |
598 |
Height = 13 |
599 |
Caption = 'FI100' |
600 |
end |
601 |
object LFinal: TLabel |
602 |
Left = 176 |
603 |
Top = 16 |
604 |
Width = 80 |
605 |
Height = 13 |
606 |
Alignment = taCenter |
607 |
AutoSize = False |
608 |
Caption = 'Final value' |
609 |
end |
610 |
object LInitial: TLabel |
611 |
Left = 96 |
612 |
Top = 16 |
613 |
Width = 80 |
614 |
Height = 13 |
615 |
Alignment = taCenter |
616 |
AutoSize = False |
617 |
Caption = 'Initial value' |
618 |
end |
619 |
object LMeanPD: TLabel |
620 |
Left = 8 |
621 |
Top = 108 |
622 |
Width = 45 |
623 |
Height = 13 |
624 |
Caption = 'Mean PD' |
625 |
end |
626 |
object LSD: TLabel |
627 |
Left = 264 |
628 |
Top = 16 |
629 |
Width = 64 |
630 |
Height = 13 |
631 |
Hint = 'Standard deviation' |
632 |
Alignment = taCenter |
633 |
AutoSize = False |
634 |
Caption = 'SD' |
635 |
ParentShowHint = False |
636 |
ShowHint = True |
637 |
end |
638 |
object LPrecocity: TLabel |
639 |
Left = 8 |
640 |
Top = 132 |
641 |
Width = 44 |
642 |
Height = 13 |
643 |
Caption = 'Precocity' |
644 |
end |
645 |
object LMaintenance: TLabel |
646 |
Left = 8 |
647 |
Top = 156 |
648 |
Width = 62 |
649 |
Height = 13 |
650 |
Caption = 'Maintenance' |
651 |
end |
652 |
object LInitBW: TLabel |
653 |
Left = 8 |
654 |
Top = 36 |
655 |
Width = 45 |
656 |
Height = 13 |
657 |
Caption = 'Initial BW' |
658 |
end |
659 |
object EY50Final: TEdit |
660 |
Left = 184 |
661 |
Top = 56 |
662 |
Width = 64 |
663 |
Height = 21 |
664 |
TabStop = False |
665 |
Color = clBtnFace |
666 |
ReadOnly = True |
667 |
TabOrder = 6 |
668 |
end |
669 |
object ESDY50: TEdit |
670 |
Left = 264 |
671 |
Top = 56 |
672 |
Width = 64 |
673 |
Height = 21 |
674 |
Hint = 'Standard deviation' |
675 |
TabStop = False |
676 |
Color = clBtnFace |
677 |
ParentShowHint = False |
678 |
ReadOnly = True |
679 |
ShowHint = True |
680 |
TabOrder = 7 |
681 |
end |
682 |
object EY100Final: TEdit |
683 |
Left = 184 |
684 |
Top = 80 |
685 |
Width = 64 |
686 |
Height = 21 |
687 |
TabStop = False |
688 |
Color = clBtnFace |
689 |
ReadOnly = True |
690 |
TabOrder = 10 |
691 |
end |
692 |
object ESDY100: TEdit |
693 |
Left = 264 |
694 |
Top = 80 |
695 |
Width = 64 |
696 |
Height = 21 |
697 |
Hint = 'Standard deviation' |
698 |
TabStop = False |
699 |
Color = clBtnFace |
700 |
ParentShowHint = False |
701 |
ReadOnly = True |
702 |
ShowHint = True |
703 |
TabOrder = 11 |
704 |
end |
705 |
object EMeanPDFinal: TEdit |
706 |
Left = 184 |
707 |
Top = 104 |
708 |
Width = 64 |
709 |
Height = 21 |
710 |
TabStop = False |
711 |
Color = clBtnFace |
712 |
ReadOnly = True |
713 |
TabOrder = 14 |
714 |
end |
715 |
object ESDMeanPD: TEdit |
716 |
Left = 264 |
717 |
Top = 104 |
718 |
Width = 64 |
719 |
Height = 21 |
720 |
Hint = 'Standard deviation' |
721 |
TabStop = False |
722 |
Color = clBtnFace |
723 |
ParentShowHint = False |
724 |
ReadOnly = True |
725 |
ShowHint = True |
726 |
TabOrder = 15 |
727 |
end |
728 |
object EPrecocityFinal: TEdit |
729 |
Left = 184 |
730 |
Top = 128 |
731 |
Width = 64 |
732 |
Height = 21 |
733 |
TabStop = False |
734 |
Color = clBtnFace |
735 |
ReadOnly = True |
736 |
TabOrder = 18 |
737 |
end |
738 |
object ESDPrecocity: TEdit |
739 |
Left = 264 |
740 |
Top = 128 |
741 |
Width = 64 |
742 |
Height = 21 |
743 |
Hint = 'Standard deviation' |
744 |
TabStop = False |
745 |
Color = clBtnFace |
746 |
ParentShowHint = False |
747 |
ReadOnly = True |
748 |
ShowHint = True |
749 |
TabOrder = 19 |
750 |
end |
751 |
object EMaintenanceFinal: TEdit |
752 |
Left = 184 |
753 |
Top = 152 |
754 |
Width = 64 |
755 |
Height = 21 |
756 |
TabStop = False |
757 |
Color = clBtnFace |
758 |
Enabled = False |
759 |
ReadOnly = True |
760 |
TabOrder = 22 |
761 |
end |
762 |
object ESDMaintenance: TEdit |
763 |
Left = 264 |
764 |
Top = 152 |
765 |
Width = 64 |
766 |
Height = 21 |
767 |
Hint = 'Standard deviation' |
768 |
TabStop = False |
769 |
Color = clBtnFace |
770 |
Enabled = False |
771 |
ParentShowHint = False |
772 |
ReadOnly = True |
773 |
ShowHint = True |
774 |
TabOrder = 23 |
775 |
end |
776 |
object EY50Initial: TEdit |
777 |
Left = 104 |
778 |
Top = 56 |
779 |
Width = 64 |
780 |
Height = 21 |
781 |
TabStop = False |
782 |
Color = clBtnFace |
783 |
ReadOnly = True |
784 |
TabOrder = 5 |
785 |
end |
786 |
object EY100Initial: TEdit |
787 |
Left = 104 |
788 |
Top = 80 |
789 |
Width = 64 |
790 |
Height = 21 |
791 |
TabStop = False |
792 |
Color = clBtnFace |
793 |
ReadOnly = True |
794 |
TabOrder = 9 |
795 |
end |
796 |
object EMeanPDInitial: TEdit |
797 |
Left = 104 |
798 |
Top = 104 |
799 |
Width = 64 |
800 |
Height = 21 |
801 |
TabStop = False |
802 |
Color = clBtnFace |
803 |
ReadOnly = True |
804 |
TabOrder = 13 |
805 |
end |
806 |
object EPrecocityInitial: TEdit |
807 |
Left = 104 |
808 |
Top = 128 |
809 |
Width = 64 |
810 |
Height = 21 |
811 |
TabStop = False |
812 |
Color = clBtnFace |
813 |
ReadOnly = True |
814 |
TabOrder = 17 |
815 |
end |
816 |
object EMaintenanceInitial: TEdit |
817 |
Left = 104 |
818 |
Top = 152 |
819 |
Width = 64 |
820 |
Height = 21 |
821 |
TabStop = False |
822 |
Color = clBtnFace |
823 |
Enabled = False |
824 |
ReadOnly = True |
825 |
TabOrder = 21 |
826 |
end |
827 |
object CheckBox6: TCheckBox |
828 |
Left = 88 |
829 |
Top = 58 |
830 |
Width = 16 |
831 |
Height = 17 |
832 |
Checked = True |
833 |
State = cbChecked |
834 |
TabOrder = 4 |
835 |
Visible = False |
836 |
end |
837 |
object CheckBox7: TCheckBox |
838 |
Left = 88 |
839 |
Top = 82 |
840 |
Width = 16 |
841 |
Height = 17 |
842 |
Checked = True |
843 |
State = cbChecked |
844 |
TabOrder = 8 |
845 |
Visible = False |
846 |
end |
847 |
object CheckBox8: TCheckBox |
848 |
Left = 88 |
849 |
Top = 106 |
850 |
Width = 16 |
851 |
Height = 17 |
852 |
Checked = True |
853 |
State = cbChecked |
854 |
TabOrder = 12 |
855 |
Visible = False |
856 |
end |
857 |
object CheckBox9: TCheckBox |
858 |
Left = 88 |
859 |
Top = 130 |
860 |
Width = 16 |
861 |
Height = 17 |
862 |
Checked = True |
863 |
State = cbChecked |
864 |
TabOrder = 16 |
865 |
Visible = False |
866 |
end |
867 |
object CheckBox10: TCheckBox |
868 |
Left = 88 |
869 |
Top = 154 |
870 |
Width = 16 |
871 |
Height = 17 |
872 |
TabOrder = 20 |
873 |
Visible = False |
874 |
end |
875 |
object EInitBWFinal: TEdit |
876 |
Left = 184 |
877 |
Top = 32 |
878 |
Width = 64 |
879 |
Height = 21 |
880 |
TabStop = False |
881 |
Color = clBtnFace |
882 |
Enabled = False |
883 |
ReadOnly = True |
884 |
TabOrder = 2 |
885 |
end |
886 |
object ESDInitBW: TEdit |
887 |
Left = 264 |
888 |
Top = 32 |
889 |
Width = 64 |
890 |
Height = 21 |
891 |
Hint = 'Standard deviation' |
892 |
TabStop = False |
893 |
Color = clBtnFace |
894 |
Enabled = False |
895 |
ParentShowHint = False |
896 |
ReadOnly = True |
897 |
ShowHint = True |
898 |
TabOrder = 3 |
899 |
end |
900 |
object EInitBWInitial: TEdit |
901 |
Left = 104 |
902 |
Top = 32 |
903 |
Width = 64 |
904 |
Height = 21 |
905 |
TabStop = False |
906 |
Color = clBtnFace |
907 |
Enabled = False |
908 |
ReadOnly = True |
909 |
TabOrder = 1 |
910 |
end |
911 |
object CheckBox5: TCheckBox |
912 |
Left = 88 |
913 |
Top = 34 |
914 |
Width = 16 |
915 |
Height = 17 |
916 |
Checked = True |
917 |
State = cbChecked |
918 |
TabOrder = 0 |
919 |
Visible = False |
920 |
end |
921 |
end |
922 |
object GBVariables: TGroupBox |
923 |
Left = 0 |
924 |
Top = 0 |
925 |
Width = 440 |
926 |
Height = 136 |
927 |
Caption = 'Dependent variables' |
928 |
TabOrder = 1 |
929 |
object LBackfat: TLabel |
930 |
Left = 8 |
931 |
Top = 84 |
932 |
Width = 85 |
933 |
Height = 13 |
934 |
Caption = 'Backfat thickness' |
935 |
end |
936 |
object LWeight: TLabel |
937 |
Left = 8 |
938 |
Top = 60 |
939 |
Width = 58 |
940 |
Height = 13 |
941 |
Caption = 'Body weight' |
942 |
end |
943 |
object LR2: TLabel |
944 |
Left = 296 |
945 |
Top = 16 |
946 |
Width = 64 |
947 |
Height = 13 |
948 |
Hint = 'Percentage of variation explained' |
949 |
Alignment = taCenter |
950 |
AutoSize = False |
951 |
Caption = 'R'#178 |
952 |
ParentShowHint = False |
953 |
ShowHint = True |
954 |
end |
955 |
object LRSD: TLabel |
956 |
Left = 224 |
957 |
Top = 16 |
958 |
Width = 64 |
959 |
Height = 13 |
960 |
Hint = 'Residual standard deviation' |
961 |
Alignment = taCenter |
962 |
AutoSize = False |
963 |
Caption = 'RSD' |
964 |
ParentShowHint = False |
965 |
ShowHint = True |
966 |
end |
967 |
object LVar: TLabel |
968 |
Left = 368 |
969 |
Top = 16 |
970 |
Width = 64 |
971 |
Height = 13 |
972 |
Hint = 'Percentage of the weighted residual sum of squares' |
973 |
Alignment = taCenter |
974 |
AutoSize = False |
975 |
Caption = 'wRSS' |
976 |
ParentShowHint = False |
977 |
ShowHint = True |
978 |
end |
979 |
object Lw: TLabel |
980 |
Left = 144 |
981 |
Top = 16 |
982 |
Width = 80 |
983 |
Height = 13 |
984 |
Hint = 'Statistical weight' |
985 |
Alignment = taCenter |
986 |
AutoSize = False |
987 |
Caption = 'Stat. weight' |
988 |
ParentShowHint = False |
989 |
ShowHint = True |
990 |
end |
991 |
object LFeed: TLabel |
992 |
Left = 8 |
993 |
Top = 36 |
994 |
Width = 108 |
995 |
Height = 13 |
996 |
Caption = 'Cumulative feed usage' |
997 |
end |
998 |
object LLean: TLabel |
999 |
Left = 8 |
1000 |
Top = 108 |
1001 |
Width = 50 |
1002 |
Height = 13 |
1003 |
Caption = 'Lean meat' |
1004 |
end |
1005 |
object ERSDBackfat: TEdit |
1006 |
Left = 224 |
1007 |
Top = 80 |
1008 |
Width = 64 |
1009 |
Height = 21 |
1010 |
Hint = 'Residual standard deviation' |
1011 |
TabStop = False |
1012 |
Color = clBtnFace |
1013 |
ParentShowHint = False |
1014 |
ReadOnly = True |
1015 |
ShowHint = True |
1016 |
TabOrder = 15 |
1017 |
end |
1018 |
object ERSDWeight: TEdit |
1019 |
Left = 224 |
1020 |
Top = 56 |
1021 |
Width = 64 |
1022 |
Height = 21 |
1023 |
Hint = 'Residual standard deviation' |
1024 |
TabStop = False |
1025 |
Color = clBtnFace |
1026 |
ParentShowHint = False |
1027 |
ReadOnly = True |
1028 |
ShowHint = True |
1029 |
TabOrder = 9 |
1030 |
end |
1031 |
object ER2Weight: TEdit |
1032 |
Left = 296 |
1033 |
Top = 56 |
1034 |
Width = 64 |
1035 |
Height = 21 |
1036 |
Hint = 'Percentage of variation explained' |
1037 |
TabStop = False |
1038 |
Color = clBtnFace |
1039 |
ParentShowHint = False |
1040 |
ReadOnly = True |
1041 |
ShowHint = True |
1042 |
TabOrder = 10 |
1043 |
end |
1044 |
object ER2Backfat: TEdit |
1045 |
Left = 296 |
1046 |
Top = 80 |
1047 |
Width = 64 |
1048 |
Height = 21 |
1049 |
Hint = 'Percentage of variation explained' |
1050 |
TabStop = False |
1051 |
Color = clBtnFace |
1052 |
ParentShowHint = False |
1053 |
ReadOnly = True |
1054 |
ShowHint = True |
1055 |
TabOrder = 16 |
1056 |
end |
1057 |
object EwRSSWeight: TEdit |
1058 |
Left = 368 |
1059 |
Top = 56 |
1060 |
Width = 64 |
1061 |
Height = 21 |
1062 |
Hint = 'Percentage of the weighted residual sum of squares' |
1063 |
TabStop = False |
1064 |
Color = clBtnFace |
1065 |
ParentShowHint = False |
1066 |
ReadOnly = True |
1067 |
ShowHint = True |
1068 |
TabOrder = 11 |
1069 |
end |
1070 |
object EwRSSBackfat: TEdit |
1071 |
Left = 368 |
1072 |
Top = 80 |
1073 |
Width = 64 |
1074 |
Height = 21 |
1075 |
Hint = 'Percentage of the weighted residual sum of squares' |
1076 |
TabStop = False |
1077 |
Color = clBtnFace |
1078 |
ParentShowHint = False |
1079 |
ReadOnly = True |
1080 |
ShowHint = True |
1081 |
TabOrder = 17 |
1082 |
end |
1083 |
object EwBackfat: TEdit |
1084 |
Left = 152 |
1085 |
Top = 80 |
1086 |
Width = 64 |
1087 |
Height = 21 |
1088 |
Hint = 'Statistical weight' |
1089 |
TabStop = False |
1090 |
Color = clBtnFace |
1091 |
ParentShowHint = False |
1092 |
ReadOnly = True |
1093 |
ShowHint = True |
1094 |
TabOrder = 14 |
1095 |
end |
1096 |
object EwWeight: TEdit |
1097 |
Left = 152 |
1098 |
Top = 56 |
1099 |
Width = 64 |
1100 |
Height = 21 |
1101 |
Hint = 'Statistical weight' |
1102 |
TabStop = False |
1103 |
Color = clBtnFace |
1104 |
ParentShowHint = False |
1105 |
ReadOnly = True |
1106 |
ShowHint = True |
1107 |
TabOrder = 8 |
1108 |
end |
1109 |
object ERSDFeed: TEdit |
1110 |
Left = 226 |
1111 |
Top = 29 |
1112 |
Width = 64 |
1113 |
Height = 21 |
1114 |
Hint = 'Residual standard deviation' |
1115 |
TabStop = False |
1116 |
Color = clBtnFace |
1117 |
ParentShowHint = False |
1118 |
ReadOnly = True |
1119 |
ShowHint = True |
1120 |
TabOrder = 3 |
1121 |
end |
1122 |
object ERSDLean: TEdit |
1123 |
Left = 224 |
1124 |
Top = 104 |
1125 |
Width = 64 |
1126 |
Height = 21 |
1127 |
Hint = 'Residual standard deviation' |
1128 |
TabStop = False |
1129 |
Color = clBtnFace |
1130 |
ParentShowHint = False |
1131 |
ReadOnly = True |
1132 |
ShowHint = True |
1133 |
TabOrder = 21 |
1134 |
end |
1135 |
object ER2Lean: TEdit |
1136 |
Left = 296 |
1137 |
Top = 104 |
1138 |
Width = 64 |
1139 |
Height = 21 |
1140 |
Hint = 'Percentage of variation explained' |
1141 |
TabStop = False |
1142 |
Color = clBtnFace |
1143 |
ParentShowHint = False |
1144 |
ReadOnly = True |
1145 |
ShowHint = True |
1146 |
TabOrder = 22 |
1147 |
end |
1148 |
object ER2Feed: TEdit |
1149 |
Left = 296 |
1150 |
Top = 32 |
1151 |
Width = 64 |
1152 |
Height = 21 |
1153 |
Hint = 'Percentage of variation explained' |
1154 |
TabStop = False |
1155 |
Color = clBtnFace |
1156 |
ParentShowHint = False |
1157 |
ReadOnly = True |
1158 |
ShowHint = True |
1159 |
TabOrder = 4 |
1160 |
end |
1161 |
object EwRSSLean: TEdit |
1162 |
Left = 368 |
1163 |
Top = 104 |
1164 |
Width = 64 |
1165 |
Height = 21 |
1166 |
Hint = 'Percentage of the weighted residual sum of squares' |
1167 |
TabStop = False |
1168 |
Color = clBtnFace |
1169 |
ParentShowHint = False |
1170 |
ReadOnly = True |
1171 |
ShowHint = True |
1172 |
TabOrder = 23 |
1173 |
end |
1174 |
object EwRSSFeed: TEdit |
1175 |
Left = 368 |
1176 |
Top = 32 |
1177 |
Width = 64 |
1178 |
Height = 21 |
1179 |
Hint = 'Percentage of the weighted residual sum of squares' |
1180 |
TabStop = False |
1181 |
Color = clBtnFace |
1182 |
ParentShowHint = False |
1183 |
ReadOnly = True |
1184 |
ShowHint = True |
1185 |
TabOrder = 5 |
1186 |
end |
1187 |
object EwFeed: TEdit |
1188 |
Left = 152 |
1189 |
Top = 32 |
1190 |
Width = 64 |
1191 |
Height = 21 |
1192 |
Hint = 'Statistical weight' |
1193 |
TabStop = False |
1194 |
Color = clBtnFace |
1195 |
ParentShowHint = False |
1196 |
ReadOnly = True |
1197 |
ShowHint = True |
1198 |
TabOrder = 2 |
1199 |
end |
1200 |
object EwLean: TEdit |
1201 |
Left = 152 |
1202 |
Top = 104 |
1203 |
Width = 64 |
1204 |
Height = 21 |
1205 |
Hint = 'Statistical weight' |
1206 |
TabStop = False |
1207 |
Color = clBtnFace |
1208 |
ParentShowHint = False |
1209 |
ReadOnly = True |
1210 |
ShowHint = True |
1211 |
TabOrder = 20 |
1212 |
end |
1213 |
object PBwFeed: TPBNumEdit |
1214 |
Left = 152 |
1215 |
Top = 32 |
1216 |
Width = 64 |
1217 |
Height = 21 |
1218 |
Alignment = taRightJustify |
1219 |
Decimals = 5 |
1220 |
NumberFormat = Standard |
1221 |
OnChange = PBwFeedChange |
1222 |
TabOrder = 1 |
1223 |
Visible = False |
1224 |
end |
1225 |
object PBwWeight: TPBNumEdit |
1226 |
Left = 152 |
1227 |
Top = 56 |
1228 |
Width = 64 |
1229 |
Height = 21 |
1230 |
Alignment = taRightJustify |
1231 |
Decimals = 5 |
1232 |
NumberFormat = Standard |
1233 |
OnChange = PBwWeightChange |
1234 |
TabOrder = 7 |
1235 |
Visible = False |
1236 |
end |
1237 |
object PBwBackfat: TPBNumEdit |
1238 |
Left = 152 |
1239 |
Top = 80 |
1240 |
Width = 64 |
1241 |
Height = 21 |
1242 |
Alignment = taRightJustify |
1243 |
Decimals = 5 |
1244 |
NumberFormat = Standard |
1245 |
OnChange = PBwBackfatChange |
1246 |
TabOrder = 13 |
1247 |
Visible = False |
1248 |
end |
1249 |
object PBwLean: TPBNumEdit |
1250 |
Left = 152 |
1251 |
Top = 104 |
1252 |
Width = 64 |
1253 |
Height = 21 |
1254 |
Alignment = taRightJustify |
1255 |
Decimals = 5 |
1256 |
NumberFormat = Standard |
1257 |
OnChange = PBwLeanChange |
1258 |
TabOrder = 19 |
1259 |
Visible = False |
1260 |
end |
1261 |
object CheckBox1: TCheckBox |
1262 |
Left = 136 |
1263 |
Top = 34 |
1264 |
Width = 16 |
1265 |
Height = 17 |
1266 |
Checked = True |
1267 |
State = cbChecked |
1268 |
TabOrder = 0 |
1269 |
Visible = False |
1270 |
end |
1271 |
object CheckBox2: TCheckBox |
1272 |
Left = 136 |
1273 |
Top = 58 |
1274 |
Width = 16 |
1275 |
Height = 17 |
1276 |
Checked = True |
1277 |
State = cbChecked |
1278 |
TabOrder = 6 |
1279 |
Visible = False |
1280 |
end |
1281 |
object CheckBox3: TCheckBox |
1282 |
Left = 136 |
1283 |
Top = 82 |
1284 |
Width = 16 |
1285 |
Height = 17 |
1286 |
TabOrder = 12 |
1287 |
Visible = False |
1288 |
end |
1289 |
object CheckBox4: TCheckBox |
1290 |
Left = 136 |
1291 |
Top = 106 |
1292 |
Width = 16 |
1293 |
Height = 17 |
1294 |
TabOrder = 18 |
1295 |
Visible = False |
1296 |
end |
1297 |
end |
1298 |
object ETime: TEdit |
1299 |
Left = 136 |
1300 |
Top = 144 |
1301 |
Width = 64 |
1302 |
Height = 21 |
1303 |
Anchors = [akTop, akRight] |
1304 |
Color = clBtnFace |
1305 |
ReadOnly = True |
1306 |
TabOrder = 0 |
1307 |
end |
1308 |
end |
1309 |
end |