object CompletionForm: TCompletionForm Left = 365 Top = 259 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'SQL Keyword' ClientHeight = 22 ClientWidth = 135 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object KeywordDisplay: TEdit Left = 0 Top = 0 Width = 137 Height = 21 Cursor = crArrow Hint = 'Use the Insert key, Luke!' TabStop = False ParentColor = True ParentShowHint = False ReadOnly = True ShowHint = False TabOrder = 0 end end