root / UFResBesGestT.dfm
Historique | Voir | Annoter | Télécharger (11,864 ko)
1 |
object FResBesGestT: TFResBesGestT |
---|---|
2 |
Left = 200 |
3 |
Top = 200 |
4 |
HelpContext = 4810 |
5 |
Caption = 'Requirements during gestation (sow)' |
6 |
ClientHeight = 400 |
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 = 94 |
27 |
ActivePage = TSAli |
28 |
Align = alTop |
29 |
HotTrack = True |
30 |
MultiLine = True |
31 |
TabOrder = 0 |
32 |
TabStop = False |
33 |
OnChange = PCChange |
34 |
object TSAli: TTabSheet |
35 |
Caption = 'Feed' |
36 |
ImageIndex = 2 |
37 |
object LAliDuree: TLabel |
38 |
Left = 8 |
39 |
Top = 16 |
40 |
Width = 40 |
41 |
Height = 13 |
42 |
Caption = 'Duration' |
43 |
end |
44 |
object LAliQuantite: TLabel |
45 |
Left = 8 |
46 |
Top = 40 |
47 |
Width = 39 |
48 |
Height = 13 |
49 |
Caption = 'Quantity' |
50 |
end |
51 |
object GBAli1: TGroupBox |
52 |
Left = 64 |
53 |
Top = 0 |
54 |
Width = 64 |
55 |
Height = 66 |
56 |
Caption = 'Period 1' |
57 |
TabOrder = 1 |
58 |
object PBDuree1: TPBSuperSpin |
59 |
Left = 8 |
60 |
Top = 16 |
61 |
Width = 48 |
62 |
Height = 22 |
63 |
Cursor = crDefault |
64 |
Alignment = taRightJustify |
65 |
Decimals = 0 |
66 |
MaxValue = 35.000000000000000000 |
67 |
NumberFormat = Standard |
68 |
OnChange = PBDuree1Change |
69 |
ParentShowHint = False |
70 |
ShowHint = True |
71 |
TabOrder = 0 |
72 |
Increment = 1.000000000000000000 |
73 |
RoundValues = False |
74 |
Wrap = False |
75 |
end |
76 |
object PBQuantite1: TPBSuperSpin |
77 |
Left = 8 |
78 |
Top = 40 |
79 |
Width = 48 |
80 |
Height = 22 |
81 |
Cursor = crDefault |
82 |
Alignment = taRightJustify |
83 |
Decimals = 2 |
84 |
NumberFormat = Standard |
85 |
OnChange = PBQuantite1Change |
86 |
ParentShowHint = False |
87 |
ShowHint = True |
88 |
TabOrder = 1 |
89 |
Visible = False |
90 |
Increment = 0.010000000000000000 |
91 |
RoundValues = False |
92 |
Wrap = False |
93 |
end |
94 |
end |
95 |
object GBAli2: TGroupBox |
96 |
Left = 132 |
97 |
Top = 0 |
98 |
Width = 64 |
99 |
Height = 66 |
100 |
Caption = 'Period 2' |
101 |
TabOrder = 2 |
102 |
object PBDuree2: TPBNumEdit |
103 |
Left = 8 |
104 |
Top = 16 |
105 |
Width = 48 |
106 |
Height = 21 |
107 |
Alignment = taRightJustify |
108 |
Enabled = False |
109 |
Decimals = 0 |
110 |
NumberFormat = Standard |
111 |
ReadOnly = True |
112 |
TabOrder = 0 |
113 |
end |
114 |
object PBQuantite2: TPBNumEdit |
115 |
Left = 8 |
116 |
Top = 40 |
117 |
Width = 48 |
118 |
Height = 21 |
119 |
Alignment = taRightJustify |
120 |
Enabled = False |
121 |
Decimals = 2 |
122 |
NumberFormat = Standard |
123 |
ReadOnly = True |
124 |
TabOrder = 1 |
125 |
end |
126 |
end |
127 |
object GBAli3: TGroupBox |
128 |
Left = 200 |
129 |
Top = 0 |
130 |
Width = 64 |
131 |
Height = 66 |
132 |
Caption = 'Period 3' |
133 |
TabOrder = 3 |
134 |
object PBDuree3: TPBSuperSpin |
135 |
Left = 8 |
136 |
Top = 16 |
137 |
Width = 48 |
138 |
Height = 22 |
139 |
Cursor = crDefault |
140 |
Alignment = taRightJustify |
141 |
Decimals = 0 |
142 |
MaxValue = 35.000000000000000000 |
143 |
NumberFormat = Standard |
144 |
OnChange = PBDuree3Change |
145 |
ParentShowHint = False |
146 |
ShowHint = True |
147 |
TabOrder = 0 |
148 |
Increment = 1.000000000000000000 |
149 |
RoundValues = False |
150 |
Wrap = False |
151 |
end |
152 |
object PBQuantite3: TPBSuperSpin |
153 |
Left = 8 |
154 |
Top = 40 |
155 |
Width = 48 |
156 |
Height = 22 |
157 |
Cursor = crDefault |
158 |
Alignment = taRightJustify |
159 |
Decimals = 2 |
160 |
NumberFormat = Standard |
161 |
OnChange = PBQuantite3Change |
162 |
ParentShowHint = False |
163 |
ShowHint = True |
164 |
TabOrder = 1 |
165 |
Visible = False |
166 |
Increment = 0.010000000000000000 |
167 |
RoundValues = False |
168 |
Wrap = False |
169 |
end |
170 |
end |
171 |
object GBAliMoy: TGroupBox |
172 |
Left = 268 |
173 |
Top = 0 |
174 |
Width = 64 |
175 |
Height = 66 |
176 |
Caption = 'Mean' |
177 |
TabOrder = 4 |
178 |
object PBDureeMoy: TPBNumEdit |
179 |
Left = 8 |
180 |
Top = 16 |
181 |
Width = 48 |
182 |
Height = 21 |
183 |
Alignment = taRightJustify |
184 |
Enabled = False |
185 |
Decimals = 0 |
186 |
NumberFormat = Standard |
187 |
TabOrder = 0 |
188 |
end |
189 |
object PBQuantiteMoy: TPBNumEdit |
190 |
Left = 8 |
191 |
Top = 40 |
192 |
Width = 48 |
193 |
Height = 21 |
194 |
Alignment = taRightJustify |
195 |
Enabled = False |
196 |
Decimals = 2 |
197 |
NumberFormat = Standard |
198 |
TabOrder = 1 |
199 |
end |
200 |
end |
201 |
object GBAliX: TGroupBox |
202 |
Left = 360 |
203 |
Top = 0 |
204 |
Width = 176 |
205 |
Height = 66 |
206 |
Caption = 'X-axis' |
207 |
TabOrder = 0 |
208 |
object CBAli2: TComboBox |
209 |
Left = 16 |
210 |
Top = 16 |
211 |
Width = 144 |
212 |
Height = 21 |
213 |
Style = csDropDownList |
214 |
ItemHeight = 13 |
215 |
ItemIndex = 0 |
216 |
TabOrder = 0 |
217 |
Text = 'Age (d)' |
218 |
OnChange = CBAli2Change |
219 |
Items.Strings = ( |
220 |
'Age (d)' |
221 |
'Duration (d)') |
222 |
end |
223 |
end |
224 |
end |
225 |
object TabNRJ: TTabSheet |
226 |
Caption = 'Energy' |
227 |
ImageIndex = -1 |
228 |
ExplicitLeft = 0 |
229 |
ExplicitTop = 0 |
230 |
ExplicitWidth = 0 |
231 |
ExplicitHeight = 0 |
232 |
object GBNRJX: TGroupBox |
233 |
Left = 360 |
234 |
Top = 0 |
235 |
Width = 176 |
236 |
Height = 66 |
237 |
Caption = 'X-axis' |
238 |
TabOrder = 2 |
239 |
object CBNRJ2: TComboBox |
240 |
Left = 16 |
241 |
Top = 16 |
242 |
Width = 144 |
243 |
Height = 21 |
244 |
Style = csDropDownList |
245 |
ItemHeight = 0 |
246 |
ItemIndex = 0 |
247 |
TabOrder = 0 |
248 |
Text = 'Age (d)' |
249 |
OnChange = CBNRJ2Change |
250 |
Items.Strings = ( |
251 |
'Age (d)' |
252 |
'Duration (d)') |
253 |
end |
254 |
end |
255 |
object GBNRJY: TGroupBox |
256 |
Left = 180 |
257 |
Top = 0 |
258 |
Width = 176 |
259 |
Height = 66 |
260 |
Caption = 'Y-axis' |
261 |
TabOrder = 1 |
262 |
object CBNRJ3: TComboBox |
263 |
Left = 16 |
264 |
Top = 16 |
265 |
Width = 144 |
266 |
Height = 21 |
267 |
Style = csDropDownList |
268 |
ItemHeight = 0 |
269 |
ItemIndex = 1 |
270 |
TabOrder = 0 |
271 |
Text = 'Metabolizable energy' |
272 |
OnChange = CBNRJ3Change |
273 |
Items.Strings = ( |
274 |
'Digestible energy' |
275 |
'Metabolizable energy' |
276 |
'Net energy') |
277 |
end |
278 |
object CBNRJ4: TComboBox |
279 |
Left = 16 |
280 |
Top = 40 |
281 |
Width = 144 |
282 |
Height = 21 |
283 |
Style = csDropDownList |
284 |
ItemHeight = 0 |
285 |
TabOrder = 1 |
286 |
OnChange = CBNRJ4Change |
287 |
end |
288 |
end |
289 |
object GBNRJT: TGroupBox |
290 |
Left = 0 |
291 |
Top = 0 |
292 |
Width = 176 |
293 |
Height = 66 |
294 |
Caption = 'Graph type' |
295 |
TabOrder = 0 |
296 |
object CBNRJ1: TComboBox |
297 |
Left = 16 |
298 |
Top = 16 |
299 |
Width = 144 |
300 |
Height = 21 |
301 |
Style = csDropDownList |
302 |
ItemHeight = 0 |
303 |
ItemIndex = 0 |
304 |
TabOrder = 0 |
305 |
Text = 'Global partitioning' |
306 |
OnChange = CBNRJ1Change |
307 |
Items.Strings = ( |
308 |
'Global partitioning' |
309 |
'Dynamic partitioning') |
310 |
end |
311 |
end |
312 |
end |
313 |
object TabAA: TTabSheet |
314 |
Caption = 'Amino acids' |
315 |
ImageIndex = 8 |
316 |
ExplicitLeft = 0 |
317 |
ExplicitTop = 0 |
318 |
ExplicitWidth = 0 |
319 |
ExplicitHeight = 0 |
320 |
object GBAAX: TGroupBox |
321 |
Left = 360 |
322 |
Top = 0 |
323 |
Width = 176 |
324 |
Height = 66 |
325 |
Caption = 'X-axis' |
326 |
TabOrder = 2 |
327 |
object CBAA2: 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 = CBAA2Change |
338 |
Items.Strings = ( |
339 |
'Age (d)' |
340 |
'Duration (d)') |
341 |
end |
342 |
end |
343 |
object GBAAT: TGroupBox |
344 |
Left = 0 |
345 |
Top = 0 |
346 |
Width = 176 |
347 |
Height = 66 |
348 |
Caption = 'Graph type' |
349 |
TabOrder = 0 |
350 |
object CBAA1: TComboBox |
351 |
Left = 16 |
352 |
Top = 16 |
353 |
Width = 144 |
354 |
Height = 21 |
355 |
Style = csDropDownList |
356 |
ItemHeight = 0 |
357 |
ItemIndex = 0 |
358 |
TabOrder = 0 |
359 |
Text = 'Dynamic partitioning' |
360 |
OnChange = CBAA1Change |
361 |
Items.Strings = ( |
362 |
'Dynamic partitioning' |
363 |
'Requirement') |
364 |
end |
365 |
end |
366 |
object GBAAY: TGroupBox |
367 |
Left = 180 |
368 |
Top = 0 |
369 |
Width = 176 |
370 |
Height = 66 |
371 |
Caption = 'Y-axis' |
372 |
TabOrder = 1 |
373 |
object CBAA3: TComboBox |
374 |
Left = 16 |
375 |
Top = 16 |
376 |
Width = 144 |
377 |
Height = 21 |
378 |
Style = csDropDownList |
379 |
ItemHeight = 0 |
380 |
ItemIndex = 0 |
381 |
TabOrder = 0 |
382 |
Text = 'Lysine' |
383 |
OnChange = CBAA3Change |
384 |
Items.Strings = ( |
385 |
'Lysine' |
386 |
'Methionine' |
387 |
'Methionine + Cystine' |
388 |
'Tryptophan' |
389 |
'Threonine' |
390 |
'Phenylalanine' |
391 |
'Phenylalanine + Tyrosine' |
392 |
'Leucine' |
393 |
'Isoleucine' |
394 |
'Valine' |
395 |
'Histidine' |
396 |
'Arginine') |
397 |
end |
398 |
object CBAA4: TComboBox |
399 |
Left = 16 |
400 |
Top = 40 |
401 |
Width = 144 |
402 |
Height = 21 |
403 |
Style = csDropDownList |
404 |
ItemHeight = 0 |
405 |
TabOrder = 1 |
406 |
OnChange = CBAA4Change |
407 |
end |
408 |
end |
409 |
end |
410 |
end |
411 |
object Graph: TChart |
412 |
Left = 0 |
413 |
Top = 94 |
414 |
Width = 544 |
415 |
Height = 306 |
416 |
Foot.Alignment = taLeftJustify |
417 |
Foot.Font.Color = clBlack |
418 |
Foot.Font.Style = [] |
419 |
Legend.Inverted = True |
420 |
Legend.LegendStyle = lsSeries |
421 |
MarginBottom = 1 |
422 |
MarginLeft = 1 |
423 |
MarginRight = 1 |
424 |
MarginTop = 1 |
425 |
SubTitle.Font.Color = clBlack |
426 |
Title.Font.Height = -16 |
427 |
Title.Font.Style = [fsBold] |
428 |
Title.Text.Strings = ( |
429 |
'Title') |
430 |
BottomAxis.Title.Caption = 'X' |
431 |
BottomAxis.Title.Font.Style = [fsBold] |
432 |
LeftAxis.Automatic = False |
433 |
LeftAxis.AutomaticMaximum = False |
434 |
LeftAxis.AutomaticMinimum = False |
435 |
LeftAxis.Title.Caption = 'Y' |
436 |
LeftAxis.Title.Font.Style = [fsBold] |
437 |
View3D = False |
438 |
Align = alClient |
439 |
BevelOuter = bvNone |
440 |
PopupMenu = PM |
441 |
TabOrder = 1 |
442 |
PrintMargins = ( |
443 |
5 |
444 |
5 |
445 |
5 |
446 |
5) |
447 |
end |
448 |
object LBAA: TListBox |
449 |
Left = 168 |
450 |
Top = 176 |
451 |
Width = 120 |
452 |
Height = 56 |
453 |
ItemHeight = 13 |
454 |
Items.Strings = ( |
455 |
'Maintenance' |
456 |
'Litter' |
457 |
'Reserves' |
458 |
'Excess') |
459 |
TabOrder = 2 |
460 |
Visible = False |
461 |
end |
462 |
object LBNRJ: TListBox |
463 |
Left = 40 |
464 |
Top = 176 |
465 |
Width = 120 |
466 |
Height = 69 |
467 |
ItemHeight = 13 |
468 |
Items.Strings = ( |
469 |
'Maintenance' |
470 |
'Activity' |
471 |
'Thermoregulation' |
472 |
'Litter' |
473 |
'Reserves') |
474 |
TabOrder = 3 |
475 |
Visible = False |
476 |
end |
477 |
object PM: TPopupMenu |
478 |
Top = 96 |
479 |
object MI3D: TMenuItem |
480 |
Caption = '2D / 3D' |
481 |
OnClick = MI3DClick |
482 |
end |
483 |
object MIPreview: TMenuItem |
484 |
Caption = 'Print preview' |
485 |
OnClick = MIPreviewClick |
486 |
end |
487 |
object MIPrint: TMenuItem |
488 |
Caption = 'Print...' |
489 |
OnClick = MIPrintClick |
490 |
end |
491 |
end |
492 |
object PD: TPrintDialog |
493 |
Left = 32 |
494 |
Top = 96 |
495 |
end |
496 |
end |