Statistiques
| Révision:

root / UFResBesLactE.dfm @ 5

Historique | Voir | Annoter | Télécharger (5,933 ko)

1 3 avalancogn
object FResBesLactE: TFResBesLactE
2
  Left = 200
3
  Top = 200
4
  HelpContext = 4960
5
  Caption = 'Requirements during lactation (herd)'
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
    end
38
    object TabNRJ: TTabSheet
39
      Caption = 'Energy'
40
      ImageIndex = -1
41
      ExplicitLeft = 0
42
      ExplicitTop = 0
43
      ExplicitWidth = 0
44
      ExplicitHeight = 0
45
      object GBNRJY: TGroupBox
46
        Left = 180
47
        Top = 0
48
        Width = 176
49
        Height = 66
50
        Caption = 'Y-axis'
51
        TabOrder = 0
52
        object CBNRJ3: TComboBox
53
          Left = 16
54
          Top = 16
55
          Width = 144
56
          Height = 21
57
          Style = csDropDownList
58
          ItemHeight = 0
59
          ItemIndex = 1
60
          TabOrder = 0
61
          Text = 'Metabolizable energy'
62
          OnChange = CBNRJ3Change
63
          Items.Strings = (
64
            'Digestible energy'
65
            'Metabolizable energy'
66
            'Net energy')
67
        end
68
        object CBNRJ4: TComboBox
69
          Left = 16
70
          Top = 40
71
          Width = 144
72
          Height = 21
73
          Style = csDropDownList
74
          ItemHeight = 0
75
          TabOrder = 1
76
          OnChange = CBNRJ4Change
77
        end
78
      end
79
    end
80
    object TabAA: TTabSheet
81
      Caption = 'Amino acids'
82
      ImageIndex = 8
83
      ExplicitLeft = 0
84
      ExplicitTop = 0
85
      ExplicitWidth = 0
86
      ExplicitHeight = 0
87
      object GBAAY: TGroupBox
88
        Left = 180
89
        Top = 0
90
        Width = 176
91
        Height = 66
92
        Caption = 'Y-axis'
93
        TabOrder = 0
94
        object CBAA3: TComboBox
95
          Left = 16
96
          Top = 16
97
          Width = 144
98
          Height = 21
99
          Style = csDropDownList
100
          ItemHeight = 0
101
          ItemIndex = 0
102
          TabOrder = 0
103
          Text = 'Lysine'
104
          OnChange = CBAA3Change
105
          Items.Strings = (
106
            'Lysine'
107
            'Methionine'
108
            'Methionine + Cystine'
109
            'Tryptophan'
110
            'Threonine'
111
            'Phenylalanine'
112
            'Phenylalanine + Tyrosine'
113
            'Leucine'
114
            'Isoleucine'
115
            'Valine'
116
            'Histidine'
117
            'Arginine')
118
        end
119
        object CBAA4: TComboBox
120
          Left = 16
121
          Top = 40
122
          Width = 144
123
          Height = 21
124
          Style = csDropDownList
125
          ItemHeight = 0
126
          TabOrder = 1
127
          OnChange = CBAA4Change
128
        end
129
      end
130
    end
131
    object TSMin: TTabSheet
132
      Caption = 'Minerals'
133
      ImageIndex = 3
134
      ExplicitLeft = 0
135
      ExplicitTop = 0
136
      ExplicitWidth = 0
137
      ExplicitHeight = 0
138
      object GBMin: TGroupBox
139
        Left = 180
140
        Top = 0
141
        Width = 176
142
        Height = 66
143
        Caption = 'Y-axis'
144
        TabOrder = 0
145
        object CBMin3: TComboBox
146
          Left = 16
147
          Top = 16
148
          Width = 144
149
          Height = 21
150
          Style = csDropDownList
151
          ItemHeight = 0
152
          ItemIndex = 0
153
          TabOrder = 0
154
          Text = 'Digestible phosphorus'
155
          OnChange = CBMin3Change
156
          Items.Strings = (
157
            'Digestible phosphorus'
158
            'Total calcium')
159
        end
160
        object CBMin4: TComboBox
161
          Left = 16
162
          Top = 40
163
          Width = 144
164
          Height = 21
165
          Style = csDropDownList
166
          ItemHeight = 0
167
          TabOrder = 1
168
          OnChange = CBMin4Change
169
        end
170
      end
171
    end
172
  end
173
  object Graph: TChart
174
    Left = 0
175
    Top = 94
176
    Width = 544
177
    Height = 306
178
    Foot.Alignment = taLeftJustify
179
    Foot.Font.Color = clBlack
180
    Foot.Font.Style = []
181
    Foot.Text.Strings = (
182
      'Simulation')
183
    Legend.Inverted = True
184
    Legend.LegendStyle = lsSeries
185
    MarginBottom = 1
186
    MarginLeft = 1
187
    MarginRight = 1
188
    MarginTop = 1
189
    SubTitle.Font.Color = clBlack
190
    SubTitle.Text.Strings = (
191
      'Total')
192
    Title.Font.Height = -16
193
    Title.Font.Style = [fsBold]
194
    Title.Text.Strings = (
195
      'Title')
196
    BottomAxis.Grid.Visible = False
197
    BottomAxis.Title.Caption = 'X'
198
    BottomAxis.Title.Font.Style = [fsBold]
199
    LeftAxis.Automatic = False
200
    LeftAxis.AutomaticMaximum = False
201
    LeftAxis.AutomaticMinimum = False
202
    LeftAxis.Title.Caption = 'Y'
203
    LeftAxis.Title.Font.Style = [fsBold]
204
    View3D = False
205
    Align = alClient
206
    BevelOuter = bvNone
207
    PopupMenu = PM
208
    TabOrder = 1
209
    PrintMargins = (
210
      5
211
      5
212
      5
213
      5)
214
  end
215
  object LBAA: TListBox
216
    Left = 160
217
    Top = 176
218
    Width = 120
219
    Height = 30
220
    ItemHeight = 13
221
    Items.Strings = (
222
      'Maintenance'
223
      'Milk')
224
    TabOrder = 2
225
    Visible = False
226
  end
227
  object LBNRJ: TListBox
228
    Left = 32
229
    Top = 176
230
    Width = 120
231
    Height = 30
232
    ItemHeight = 13
233
    Items.Strings = (
234
      'Maintenance'
235
      'Milk')
236
    TabOrder = 3
237
    Visible = False
238
  end
239
  object PM: TPopupMenu
240
    Top = 96
241
    object MI3D: TMenuItem
242
      Caption = '2D / 3D'
243
      OnClick = MI3DClick
244
    end
245
    object MIPreview: TMenuItem
246
      Caption = 'Print preview'
247
      OnClick = MIPreviewClick
248
    end
249
    object MIPrint: TMenuItem
250
      Caption = 'Print...'
251
      OnClick = MIPrintClick
252
    end
253
  end
254
  object PD: TPrintDialog
255
    Left = 32
256
    Top = 96
257
  end
258
end