inherited IngredientForm: TIngredientForm Left = 425 Top = 237 HelpContext = 290 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Find/Enter Ingredient' ClientHeight = 231 ClientWidth = 291 Font.Color = clBlack KeyPreview = True ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel [0] Left = 8 Top = 10 Width = 102 Height = 13 Caption = 'Search for Ingredient ' end object OKButton: TBitBtn [1] Left = 6 Top = 198 Width = 77 Height = 27 Caption = '&Select' ModalResult = 1 TabOrder = 3 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn [2] Left = 90 Top = 198 Width = 77 Height = 27 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 4 NumGlyphs = 2 Spacing = -1 IsControl = True end object btnInsert: TBitBtn [3] Left = 178 Top = 24 Width = 99 Height = 25 Hint = 'This button can be accessed by pressing Alt+I' Caption = '&Insert Ingredient' TabOrder = 1 OnClick = btnInsertClick end object GroupBox5: TGroupBox [4] Left = 8 Top = 50 Width = 269 Height = 133 Caption = 'Ingredients Fitting Criteria' TabOrder = 2 object SearchGrid: TDBGrid Left = 2 Top = 15 Width = 265 Height = 116 Align = alClient Color = clBtnFace DataSource = dsIngredient Options = [dgTitles, dgColLines, dgRowLines, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit] TabOrder = 0 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clBlack TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] OnCellClick = SearchGridCellClick OnDblClick = SearchGridDblClick OnKeyPress = SelectIngredientFromCriteria end end object SearchName: TIncrementalSearch [5] Left = 8 Top = 26 Width = 159 Height = 21 DataSource = dsIngredient TimerIntervalSQL = 700 TimerIntervalIndex = 250 TabOrder = 0 OnKeyDown = SearchNameKeyDown end object tblIngredient: TTable Active = True OnNewRecord = tblIngredientNewRecord DatabaseName = 'Evalc' IndexFieldNames = 'Ingredient' TableName = 'INGREDIE.DB' Left = 196 Top = 188 object tblIngredientIngredient_ID: TStringField FieldName = 'Ingredient_ID' Visible = False Size = 13 end object tblIngredientIngredient: TStringField FieldName = 'Ingredient' Size = 40 end end object dsIngredient: TDataSource DataSet = tblIngredient Left = 260 Top = 188 end end