home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 December / PCShareware-12-97.iso.bin / programy / recipe / _setup.1 / recipe.exe / 0 / RCDATA / TINGREDIENTDETAILFORM / TINGREDIENTDETAILFORM.txt
Text File  |  1997-10-09  |  2KB  |  105 lines

  1. inherited IngredientDetailForm: TIngredientDetailForm
  2.   Left = 388
  3.   Top = 216
  4.   Width = 336
  5.   Height = 164
  6.   Caption = 'IngredientDetailForm'
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   object Label2: TLabel [0]
  10.     Left = 12
  11.     Top = 48
  12.     Width = 36
  13.     Height = 13
  14.     Caption = 'Amount'
  15.   end
  16.   object Label3: TLabel [1]
  17.     Left = 76
  18.     Top = 48
  19.     Width = 64
  20.     Height = 13
  21.     Caption = 'Measurement'
  22.   end
  23.   object Label1: TLabel [2]
  24.     Left = 192
  25.     Top = 48
  26.     Width = 53
  27.     Height = 13
  28.     Caption = 'Description'
  29.   end
  30.   object DBText1: TDBText [3]
  31.     Left = 128
  32.     Top = 16
  33.     Width = 171
  34.     Height = 17
  35.     DataField = 'Ingredient'
  36.     DataSource = dmMain1.dsRecipeIngredient
  37.   end
  38.   object BitBtn1: TBitBtn [4]
  39.     Left = 14
  40.     Top = 12
  41.     Width = 111
  42.     Height = 25
  43.     Caption = 'Lookup Ingredient'
  44.     TabOrder = 0
  45.     OnClick = BitBtn1Click
  46.   end
  47.   object DBEdit1: TDBEdit [5]
  48.     Left = 12
  49.     Top = 62
  50.     Width = 47
  51.     Height = 21
  52.     DataField = 'Amount'
  53.     DataSource = dmMain1.dsRecipeIngredient
  54.     TabOrder = 1
  55.   end
  56.   object Panel3: TPanel [6]
  57.     Left = 0
  58.     Top = 91
  59.     Width = 328
  60.     Height = 46
  61.     Align = alBottom
  62.     BevelOuter = bvNone
  63.     TabOrder = 4
  64.     object BitBtn4: TBitBtn
  65.       Left = 11
  66.       Top = 6
  67.       Width = 89
  68.       Height = 33
  69.       Caption = '&OK'
  70.       ModalResult = 1
  71.       TabOrder = 0
  72.     end
  73.     object BitBtn5: TBitBtn
  74.       Left = 105
  75.       Top = 6
  76.       Width = 89
  77.       Height = 33
  78.       Cancel = True
  79.       Caption = '&Cancel'
  80.       ModalResult = 2
  81.       TabOrder = 1
  82.     end
  83.   end
  84.   object cbMeasurement: TDBComboBox [7]
  85.     Left = 76
  86.     Top = 62
  87.     Width = 107
  88.     Height = 21
  89.     DataField = 'Measurement'
  90.     DataSource = dmMain1.dsRecipeIngredient
  91.     ItemHeight = 13
  92.     TabOrder = 2
  93.   end
  94.   object cbDescription: TDBComboBox [8]
  95.     Left = 192
  96.     Top = 62
  97.     Width = 107
  98.     Height = 21
  99.     DataField = 'Description'
  100.     DataSource = dmMain1.dsRecipeIngredient
  101.     ItemHeight = 13
  102.     TabOrder = 3
  103.   end
  104. end
  105.