object FormBrowserGridEdit: TFormBrowserGridEdit Left = 336 Top = 182 BorderStyle = bsNone Caption = 'FormBrowserGridEdit' ClientHeight = 193 ClientWidth = 357 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True OnDestroy = FormDestroy OnDeactivate = FormDeactivate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object DBGrid: TDBGridPlus Left = 0 Top = 0 Width = 301 Height = 193 Align = alLeft AutoSearch = True Color = clInfoBk DataSource = DataSource Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgAlwaysShowSelection] ShowFlags = False ParentFont = False SearchOptions = [soCaseInsensitive, soPartialKey, soManualStart] TabOrder = 0 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clBlack TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [fsBold] OnCellClick = DBGridCellClick end object DataSource: TDataSource Left = 12 Top = 60 end end