root / UFBesLactE.dfm @ 3
Historique | Voir | Annoter | Télécharger (3,689 ko)
1 |
object FBesLactE: TFBesLactE |
---|---|
2 |
Left = 25 |
3 |
Top = 167 |
4 |
HelpContext = 4950 |
5 |
BorderIcons = [biSystemMenu, biMaximize] |
6 |
Caption = 'Requirements during lactation (herd)' |
7 |
ClientHeight = 112 |
8 |
ClientWidth = 296 |
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 |
FormStyle = fsMDIChild |
16 |
OldCreateOrder = False |
17 |
Scaled = False |
18 |
Visible = True |
19 |
OnActivate = FormActivate |
20 |
OnClose = FormClose |
21 |
OnCreate = FormCreate |
22 |
OnShow = FormShow |
23 |
PixelsPerInch = 96 |
24 |
TextHeight = 13 |
25 |
object GBProfil: TGroupBox |
26 |
Left = 0 |
27 |
Top = 0 |
28 |
Width = 296 |
29 |
Height = 48 |
30 |
Caption = 'Animal profile' |
31 |
TabOrder = 0 |
32 |
object CBProfil: TComboBox |
33 |
Left = 16 |
34 |
Top = 16 |
35 |
Width = 240 |
36 |
Height = 21 |
37 |
AutoCompleteDelay = 1500 |
38 |
Style = csDropDownList |
39 |
ItemHeight = 13 |
40 |
ParentShowHint = False |
41 |
ShowHint = True |
42 |
Sorted = True |
43 |
TabOrder = 0 |
44 |
OnChange = CBProfilChange |
45 |
end |
46 |
end |
47 |
object GBResult: TGroupBox |
48 |
Left = 0 |
49 |
Top = 48 |
50 |
Width = 296 |
51 |
Height = 64 |
52 |
Caption = 'Results' |
53 |
Color = clMoneyGreen |
54 |
ParentBackground = False |
55 |
ParentColor = False |
56 |
TabOrder = 1 |
57 |
object BBRapLact: TBitBtn |
58 |
Left = 128 |
59 |
Top = 24 |
60 |
Width = 80 |
61 |
Height = 24 |
62 |
Hint = 'Show the simulation results as a report' |
63 |
Caption = 'Report' |
64 |
Enabled = False |
65 |
Glyph.Data = { |
66 |
76010000424D7601000000000000760000002800000020000000100000000100 |
67 |
04000000000000010000120B0000120B00001000000000000000000000000000 |
68 |
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 |
69 |
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 |
70 |
333333333333333333333333333333333333333333FFFFF3333333333CCCCC33 |
71 |
33333FFFF77777FFFFFFCCCCCC808CCCCCC377777737F777777F008888070888 |
72 |
8003773FFF7773FFF77F0F0770F7F0770F037F777737F777737F70FFFFF7FFFF |
73 |
F07373F3FFF7F3FFF37F70F000F7F000F07337F77737F777373330FFFFF7FFFF |
74 |
F03337FF3FF7F3FF37F3370F00F7F00F0733373F7737F77337F3370FFFF7FFFF |
75 |
0733337F33373F337333330FFF030FFF03333373FF7373FF7333333000333000 |
76 |
3333333777333777333333333333333333333333333333333333333333333333 |
77 |
3333333333333333333333333333333333333333333333333333} |
78 |
NumGlyphs = 2 |
79 |
ParentShowHint = False |
80 |
ShowHint = True |
81 |
TabOrder = 1 |
82 |
OnClick = BBRapLactClick |
83 |
end |
84 |
object BBResLact: TBitBtn |
85 |
Left = 32 |
86 |
Top = 24 |
87 |
Width = 80 |
88 |
Height = 24 |
89 |
Hint = 'Show the simulation results as graphs' |
90 |
Caption = 'Graphs' |
91 |
Enabled = False |
92 |
Glyph.Data = { |
93 |
76010000424D7601000000000000760000002800000020000000100000000100 |
94 |
04000000000000010000120B0000120B00001000000000000000000000000000 |
95 |
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 |
96 |
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 |
97 |
3333333333FFFFF3333333333700073333333FFF3777773F3FFF00030990BB03 |
98 |
000077737337F373777733309990BBB0333333373337F3373F3333099990BBBB |
99 |
033333733337F33373F337999990BBBBB73337F33337F33337F330999990BBBB |
100 |
B03337F33337FFFFF7F3309999900000003337F33337777777F33099990A0CCC |
101 |
C03337F3337373F337F3379990AAA0CCC733373F3733373F373333090AAAAA0C |
102 |
033333737333337373333330AAAAAAA033333FF73F33333733FF00330AAAAA03 |
103 |
3000773373FFFF73377733333700073333333333377777333333333333333333 |
104 |
3333333333333333333333333333333333333333333333333333} |
105 |
NumGlyphs = 2 |
106 |
ParentShowHint = False |
107 |
ShowHint = True |
108 |
TabOrder = 0 |
109 |
OnClick = BBResLactClick |
110 |
end |
111 |
end |
112 |
end |