root / UFCalibrage.dfm @ 3
Historique | Voir | Annoter | Télécharger (8,455 ko)
1 |
object FCalibrage: TFCalibrage |
---|---|
2 |
Left = 0 |
3 |
Top = 0 |
4 |
BorderIcons = [biSystemMenu] |
5 |
BorderStyle = bsDialog |
6 |
Caption = 'Calibration' |
7 |
ClientHeight = 368 |
8 |
ClientWidth = 504 |
9 |
Color = clBtnFace |
10 |
Font.Charset = DEFAULT_CHARSET |
11 |
Font.Color = clWindowText |
12 |
Font.Height = -11 |
13 |
Font.Name = 'MS Sans Serif' |
14 |
Font.Style = [] |
15 |
OldCreateOrder = False |
16 |
Position = poMainFormCenter |
17 |
OnCreate = FormCreate |
18 |
OnDestroy = FormDestroy |
19 |
OnShow = FormShow |
20 |
DesignSize = ( |
21 |
504 |
22 |
368) |
23 |
PixelsPerInch = 96 |
24 |
TextHeight = 13 |
25 |
object LTitle: TLabel |
26 |
Left = 8 |
27 |
Top = 8 |
28 |
Width = 488 |
29 |
Height = 23 |
30 |
Alignment = taCenter |
31 |
Anchors = [akLeft, akTop, akRight] |
32 |
AutoSize = False |
33 |
Caption = 'Summary of the curve-fitting procedure' |
34 |
Font.Charset = DEFAULT_CHARSET |
35 |
Font.Color = clWindowText |
36 |
Font.Height = -21 |
37 |
Font.Name = 'MS Sans Serif' |
38 |
Font.Style = [] |
39 |
ParentFont = False |
40 |
ExplicitWidth = 584 |
41 |
end |
42 |
object LMethod: TLabel |
43 |
Left = 16 |
44 |
Top = 52 |
45 |
Width = 36 |
46 |
Height = 13 |
47 |
Caption = 'Method' |
48 |
end |
49 |
object LTime: TLabel |
50 |
Left = 16 |
51 |
Top = 76 |
52 |
Width = 93 |
53 |
Height = 13 |
54 |
Caption = 'CPU time (seconds)' |
55 |
end |
56 |
object LInfo: TLabel |
57 |
Left = 8 |
58 |
Top = 320 |
59 |
Width = 48 |
60 |
Height = 13 |
61 |
Anchors = [akLeft, akBottom] |
62 |
Caption = 'Warning' |
63 |
Font.Charset = DEFAULT_CHARSET |
64 |
Font.Color = clRed |
65 |
Font.Height = -11 |
66 |
Font.Name = 'MS Sans Serif' |
67 |
Font.Style = [fsBold] |
68 |
ParentFont = False |
69 |
ExplicitTop = 344 |
70 |
end |
71 |
object BBOk: TBitBtn |
72 |
Left = 416 |
73 |
Top = 336 |
74 |
Width = 80 |
75 |
Height = 25 |
76 |
Anchors = [akRight, akBottom] |
77 |
Caption = 'OK' |
78 |
Default = True |
79 |
ModalResult = 1 |
80 |
NumGlyphs = 2 |
81 |
TabOrder = 0 |
82 |
end |
83 |
object EMethod: TEdit |
84 |
Left = 176 |
85 |
Top = 48 |
86 |
Width = 120 |
87 |
Height = 21 |
88 |
ReadOnly = True |
89 |
TabOrder = 1 |
90 |
end |
91 |
object ETime: TEdit |
92 |
Left = 176 |
93 |
Top = 72 |
94 |
Width = 64 |
95 |
Height = 21 |
96 |
ReadOnly = True |
97 |
TabOrder = 2 |
98 |
end |
99 |
object GBParam: TGroupBox |
100 |
Left = 8 |
101 |
Top = 200 |
102 |
Width = 488 |
103 |
Height = 112 |
104 |
Caption = 'Estimated parameters' |
105 |
TabOrder = 3 |
106 |
object LCoefEntGest: TLabel |
107 |
Left = 8 |
108 |
Top = 36 |
109 |
Width = 160 |
110 |
Height = 13 |
111 |
Caption = 'Maintenance coefficient gestation' |
112 |
end |
113 |
object LCoefEntLact: TLabel |
114 |
Left = 8 |
115 |
Top = 60 |
116 |
Width = 157 |
117 |
Height = 13 |
118 |
Caption = 'Maintenance coefficient lactation' |
119 |
end |
120 |
object LFinal: TLabel |
121 |
Left = 320 |
122 |
Top = 16 |
123 |
Width = 80 |
124 |
Height = 13 |
125 |
Alignment = taCenter |
126 |
AutoSize = False |
127 |
Caption = 'Final value' |
128 |
end |
129 |
object LInitial: TLabel |
130 |
Left = 240 |
131 |
Top = 16 |
132 |
Width = 80 |
133 |
Height = 13 |
134 |
Alignment = taCenter |
135 |
AutoSize = False |
136 |
Caption = 'Initial value' |
137 |
end |
138 |
object LRatioLipProt: TLabel |
139 |
Left = 8 |
140 |
Top = 84 |
141 |
Width = 165 |
142 |
Height = 13 |
143 |
Caption = 'Protein mobilization during lactation' |
144 |
end |
145 |
object LStDev: TLabel |
146 |
Left = 400 |
147 |
Top = 16 |
148 |
Width = 80 |
149 |
Height = 13 |
150 |
Hint = 'Standard deviation' |
151 |
Alignment = taCenter |
152 |
AutoSize = False |
153 |
Caption = 'SD' |
154 |
ParentShowHint = False |
155 |
ShowHint = True |
156 |
end |
157 |
object ECoefEntGestFinal: TEdit |
158 |
Left = 328 |
159 |
Top = 32 |
160 |
Width = 64 |
161 |
Height = 21 |
162 |
ReadOnly = True |
163 |
TabOrder = 0 |
164 |
end |
165 |
object ECoefEntGestInitial: TEdit |
166 |
Left = 248 |
167 |
Top = 32 |
168 |
Width = 64 |
169 |
Height = 21 |
170 |
ReadOnly = True |
171 |
TabOrder = 1 |
172 |
end |
173 |
object ECoefEntGestStDev: TEdit |
174 |
Left = 408 |
175 |
Top = 32 |
176 |
Width = 64 |
177 |
Height = 21 |
178 |
Hint = 'Standard deviation' |
179 |
ParentShowHint = False |
180 |
ReadOnly = True |
181 |
ShowHint = True |
182 |
TabOrder = 2 |
183 |
end |
184 |
object ECoefEntLactFinal: TEdit |
185 |
Left = 328 |
186 |
Top = 56 |
187 |
Width = 64 |
188 |
Height = 21 |
189 |
ReadOnly = True |
190 |
TabOrder = 3 |
191 |
end |
192 |
object ECoefEntLactInitial: TEdit |
193 |
Left = 248 |
194 |
Top = 56 |
195 |
Width = 64 |
196 |
Height = 21 |
197 |
ReadOnly = True |
198 |
TabOrder = 4 |
199 |
end |
200 |
object ECoefEntLactStDev: TEdit |
201 |
Left = 408 |
202 |
Top = 56 |
203 |
Width = 64 |
204 |
Height = 21 |
205 |
Hint = 'Standard deviation' |
206 |
ParentShowHint = False |
207 |
ReadOnly = True |
208 |
ShowHint = True |
209 |
TabOrder = 5 |
210 |
end |
211 |
object ERatioLipProtFinal: TEdit |
212 |
Left = 328 |
213 |
Top = 80 |
214 |
Width = 64 |
215 |
Height = 21 |
216 |
ReadOnly = True |
217 |
TabOrder = 6 |
218 |
end |
219 |
object ERatioLipProtInitial: TEdit |
220 |
Left = 248 |
221 |
Top = 80 |
222 |
Width = 64 |
223 |
Height = 21 |
224 |
ReadOnly = True |
225 |
TabOrder = 7 |
226 |
end |
227 |
object ERatioLipProtStDev: TEdit |
228 |
Left = 408 |
229 |
Top = 80 |
230 |
Width = 64 |
231 |
Height = 21 |
232 |
Hint = 'Standard deviation' |
233 |
ParentShowHint = False |
234 |
ReadOnly = True |
235 |
ShowHint = True |
236 |
TabOrder = 8 |
237 |
end |
238 |
end |
239 |
object GBVariables: TGroupBox |
240 |
Left = 8 |
241 |
Top = 104 |
242 |
Width = 488 |
243 |
Height = 88 |
244 |
Caption = 'Dependent variables' |
245 |
TabOrder = 4 |
246 |
object LP2: TLabel |
247 |
Left = 8 |
248 |
Top = 60 |
249 |
Width = 85 |
250 |
Height = 13 |
251 |
Caption = 'Backfat thickness' |
252 |
end |
253 |
object LPV: TLabel |
254 |
Left = 8 |
255 |
Top = 36 |
256 |
Width = 58 |
257 |
Height = 13 |
258 |
Caption = 'Body weight' |
259 |
end |
260 |
object LR2: TLabel |
261 |
Left = 320 |
262 |
Top = 16 |
263 |
Width = 80 |
264 |
Height = 13 |
265 |
Hint = 'Percentage of variation explained' |
266 |
Alignment = taCenter |
267 |
AutoSize = False |
268 |
Caption = 'R'#178 |
269 |
ParentShowHint = False |
270 |
ShowHint = True |
271 |
end |
272 |
object LRSD: TLabel |
273 |
Left = 240 |
274 |
Top = 16 |
275 |
Width = 80 |
276 |
Height = 13 |
277 |
Hint = 'Residual standard deviation' |
278 |
Alignment = taCenter |
279 |
AutoSize = False |
280 |
Caption = 'RSD' |
281 |
ParentShowHint = False |
282 |
ShowHint = True |
283 |
end |
284 |
object LVar: TLabel |
285 |
Left = 400 |
286 |
Top = 16 |
287 |
Width = 80 |
288 |
Height = 13 |
289 |
Hint = 'Percentage of the weighted residual sum of squares' |
290 |
Alignment = taCenter |
291 |
AutoSize = False |
292 |
Caption = 'wRSS' |
293 |
ParentShowHint = False |
294 |
ShowHint = True |
295 |
end |
296 |
object Lw: TLabel |
297 |
Left = 160 |
298 |
Top = 16 |
299 |
Width = 80 |
300 |
Height = 13 |
301 |
Hint = 'Statistical weight' |
302 |
Alignment = taCenter |
303 |
AutoSize = False |
304 |
Caption = 'Stat. weight' |
305 |
ParentShowHint = False |
306 |
ShowHint = True |
307 |
end |
308 |
object EP2RSD: TEdit |
309 |
Left = 248 |
310 |
Top = 56 |
311 |
Width = 64 |
312 |
Height = 21 |
313 |
Hint = 'Residual standard deviation' |
314 |
ParentShowHint = False |
315 |
ReadOnly = True |
316 |
ShowHint = True |
317 |
TabOrder = 0 |
318 |
end |
319 |
object EPVRSD: TEdit |
320 |
Left = 248 |
321 |
Top = 32 |
322 |
Width = 64 |
323 |
Height = 21 |
324 |
Hint = 'Residual standard deviation' |
325 |
ParentShowHint = False |
326 |
ReadOnly = True |
327 |
ShowHint = True |
328 |
TabOrder = 1 |
329 |
end |
330 |
object EPVR2: TEdit |
331 |
Left = 328 |
332 |
Top = 32 |
333 |
Width = 64 |
334 |
Height = 21 |
335 |
Hint = 'Percentage of variation explained' |
336 |
ParentShowHint = False |
337 |
ReadOnly = True |
338 |
ShowHint = True |
339 |
TabOrder = 2 |
340 |
end |
341 |
object EP2R2: TEdit |
342 |
Left = 328 |
343 |
Top = 56 |
344 |
Width = 64 |
345 |
Height = 21 |
346 |
Hint = 'Percentage of variation explained' |
347 |
ParentShowHint = False |
348 |
ReadOnly = True |
349 |
ShowHint = True |
350 |
TabOrder = 3 |
351 |
end |
352 |
object EPVVar: TEdit |
353 |
Left = 408 |
354 |
Top = 32 |
355 |
Width = 64 |
356 |
Height = 21 |
357 |
Hint = 'Percentage of the weighted residual sum of squares' |
358 |
ParentShowHint = False |
359 |
ReadOnly = True |
360 |
ShowHint = True |
361 |
TabOrder = 4 |
362 |
end |
363 |
object EP2Var: TEdit |
364 |
Left = 408 |
365 |
Top = 56 |
366 |
Width = 64 |
367 |
Height = 21 |
368 |
Hint = 'Percentage of the weighted residual sum of squares' |
369 |
ParentShowHint = False |
370 |
ReadOnly = True |
371 |
ShowHint = True |
372 |
TabOrder = 5 |
373 |
end |
374 |
object EwP2: TEdit |
375 |
Left = 168 |
376 |
Top = 56 |
377 |
Width = 64 |
378 |
Height = 21 |
379 |
Hint = 'Statistical weight' |
380 |
ParentShowHint = False |
381 |
ReadOnly = True |
382 |
ShowHint = True |
383 |
TabOrder = 6 |
384 |
end |
385 |
object EwPds: TEdit |
386 |
Left = 168 |
387 |
Top = 32 |
388 |
Width = 64 |
389 |
Height = 21 |
390 |
Hint = 'Statistical weight' |
391 |
ParentShowHint = False |
392 |
ReadOnly = True |
393 |
ShowHint = True |
394 |
TabOrder = 7 |
395 |
end |
396 |
end |
397 |
end |