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
Wrap
Text File
|
1997-10-09
|
2KB
|
105 lines
inherited IngredientDetailForm: TIngredientDetailForm
Left = 388
Top = 216
Width = 336
Height = 164
Caption = 'IngredientDetailForm'
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel [0]
Left = 12
Top = 48
Width = 36
Height = 13
Caption = 'Amount'
end
object Label3: TLabel [1]
Left = 76
Top = 48
Width = 64
Height = 13
Caption = 'Measurement'
end
object Label1: TLabel [2]
Left = 192
Top = 48
Width = 53
Height = 13
Caption = 'Description'
end
object DBText1: TDBText [3]
Left = 128
Top = 16
Width = 171
Height = 17
DataField = 'Ingredient'
DataSource = dmMain1.dsRecipeIngredient
end
object BitBtn1: TBitBtn [4]
Left = 14
Top = 12
Width = 111
Height = 25
Caption = 'Lookup Ingredient'
TabOrder = 0
OnClick = BitBtn1Click
end
object DBEdit1: TDBEdit [5]
Left = 12
Top = 62
Width = 47
Height = 21
DataField = 'Amount'
DataSource = dmMain1.dsRecipeIngredient
TabOrder = 1
end
object Panel3: TPanel [6]
Left = 0
Top = 91
Width = 328
Height = 46
Align = alBottom
BevelOuter = bvNone
TabOrder = 4
object BitBtn4: TBitBtn
Left = 11
Top = 6
Width = 89
Height = 33
Caption = '&OK'
ModalResult = 1
TabOrder = 0
end
object BitBtn5: TBitBtn
Left = 105
Top = 6
Width = 89
Height = 33
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
end
end
object cbMeasurement: TDBComboBox [7]
Left = 76
Top = 62
Width = 107
Height = 21
DataField = 'Measurement'
DataSource = dmMain1.dsRecipeIngredient
ItemHeight = 13
TabOrder = 2
end
object cbDescription: TDBComboBox [8]
Left = 192
Top = 62
Width = 107
Height = 21
DataField = 'Description'
DataSource = dmMain1.dsRecipeIngredient
ItemHeight = 13
TabOrder = 3
end
end