Statistiques
| Révision:

root / UFBesGestE.dfm

Historique | Voir | Annoter | Télécharger (4,346 ko)

1 3 avalancogn
object FBesGestE: TFBesGestE
2
  Left = 28
3
  Top = 168
4
  HelpContext = 4850
5
  ActiveControl = CBProfil
6
  BorderIcons = [biSystemMenu, biMaximize]
7
  Caption = 'Requirements during gestation (herd)'
8
  ClientHeight = 160
9
  ClientWidth = 296
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
  FormStyle = fsMDIChild
17
  OldCreateOrder = False
18
  Scaled = False
19
  Visible = True
20
  OnActivate = FormActivate
21
  OnClose = FormClose
22
  OnCreate = FormCreate
23
  OnShow = FormShow
24
  PixelsPerInch = 96
25
  TextHeight = 13
26
  object GBProfil: TGroupBox
27
    Left = 0
28
    Top = 0
29
    Width = 296
30
    Height = 48
31
    Caption = 'Animal profile'
32
    TabOrder = 0
33
    object CBProfil: TComboBox
34
      Left = 16
35
      Top = 16
36
      Width = 240
37
      Height = 21
38
      AutoCompleteDelay = 1500
39
      Style = csDropDownList
40
      ItemHeight = 13
41
      ParentShowHint = False
42
      ShowHint = True
43
      Sorted = True
44
      TabOrder = 0
45
      OnChange = CBProfilChange
46
    end
47
  end
48
  object GBResult: TGroupBox
49
    Left = 0
50
    Top = 96
51
    Width = 296
52
    Height = 64
53
    Caption = 'Results'
54
    Color = clMoneyGreen
55
    ParentBackground = False
56
    ParentColor = False
57
    TabOrder = 2
58
    object BBRapGest: TBitBtn
59
      Left = 120
60
      Top = 24
61
      Width = 80
62
      Height = 24
63
      Hint = 'Show the simulation results as a report'
64
      Caption = 'Report'
65
      Enabled = False
66
      Glyph.Data = {
67
        76010000424D7601000000000000760000002800000020000000100000000100
68
        04000000000000010000120B0000120B00001000000000000000000000000000
69
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
70
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
71
        333333333333333333333333333333333333333333FFFFF3333333333CCCCC33
72
        33333FFFF77777FFFFFFCCCCCC808CCCCCC377777737F777777F008888070888
73
        8003773FFF7773FFF77F0F0770F7F0770F037F777737F777737F70FFFFF7FFFF
74
        F07373F3FFF7F3FFF37F70F000F7F000F07337F77737F777373330FFFFF7FFFF
75
        F03337FF3FF7F3FF37F3370F00F7F00F0733373F7737F77337F3370FFFF7FFFF
76
        0733337F33373F337333330FFF030FFF03333373FF7373FF7333333000333000
77
        3333333777333777333333333333333333333333333333333333333333333333
78
        3333333333333333333333333333333333333333333333333333}
79
      NumGlyphs = 2
80
      ParentShowHint = False
81
      ShowHint = True
82
      TabOrder = 1
83
      OnClick = BBRapGestClick
84
    end
85
    object BBResGest: TBitBtn
86
      Left = 32
87
      Top = 24
88
      Width = 80
89
      Height = 24
90
      Hint = 'Show the simulation results as graphs'
91
      Caption = 'Graphs'
92
      Enabled = False
93
      Glyph.Data = {
94
        76010000424D7601000000000000760000002800000020000000100000000100
95
        04000000000000010000120B0000120B00001000000000000000000000000000
96
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
97
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
98
        3333333333FFFFF3333333333700073333333FFF3777773F3FFF00030990BB03
99
        000077737337F373777733309990BBB0333333373337F3373F3333099990BBBB
100
        033333733337F33373F337999990BBBBB73337F33337F33337F330999990BBBB
101
        B03337F33337FFFFF7F3309999900000003337F33337777777F33099990A0CCC
102
        C03337F3337373F337F3379990AAA0CCC733373F3733373F373333090AAAAA0C
103
        033333737333337373333330AAAAAAA033333FF73F33333733FF00330AAAAA03
104
        3000773373FFFF73377733333700073333333333377777333333333333333333
105
        3333333333333333333333333333333333333333333333333333}
106
      NumGlyphs = 2
107
      ParentShowHint = False
108
      ShowHint = True
109
      TabOrder = 0
110
      OnClick = BBResGestClick
111
    end
112
  end
113
  object GBLoge: TGroupBox
114
    Left = 0
115
    Top = 48
116
    Width = 296
117
    Height = 48
118
    Caption = 'Housing'
119
    TabOrder = 1
120
    object CBLoge: TComboBox
121
      Left = 16
122
      Top = 16
123
      Width = 240
124
      Height = 21
125
      AutoCompleteDelay = 1500
126
      Style = csDropDownList
127
      ItemHeight = 13
128
      ParentShowHint = False
129
      ShowHint = True
130
      Sorted = True
131
      TabOrder = 0
132
      OnChange = CBLogeChange
133
    end
134
    object ChkLoge: TCheckBox
135
      Left = 264
136
      Top = 18
137
      Width = 17
138
      Height = 17
139
      TabStop = False
140
      TabOrder = 1
141
      OnClick = ChkLogeClick
142
    end
143
  end
144
end