object FormGridSearch: TFormGridSearch Left = 252 Top = 192 BorderIcons = [] BorderStyle = bsNone ClientHeight = 34 ClientWidth = 141 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel: TPanel Left = 0 Top = 0 Width = 141 Height = 34 Align = alClient TabOrder = 0 object Edit: TMaskEdit Left = 7 Top = 7 Width = 128 Height = 21 TabOrder = 0 OnChange = EditChange OnKeyPress = EditKeyPress end end end