home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 June / Freesoft_1997-06_cd.bin / nerecenz / programmers / SSW / SSW.EXE / 0 / RCDATA / TCOMPLETIONFORM / TCOMPLETIONFORM.txt
Text File  |  1997-05-06  |  647b  |  32 lines

  1. object CompletionForm: TCompletionForm
  2.   Left = 365
  3.   Top = 259
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'SQL Keyword'
  7.   ClientHeight = 22
  8.   ClientWidth = 135
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object KeywordDisplay: TEdit
  18.     Left = 0
  19.     Top = 0
  20.     Width = 137
  21.     Height = 21
  22.     Cursor = crArrow
  23.     Hint = 'Use the Insert key, Luke!'
  24.     TabStop = False
  25.     ParentColor = True
  26.     ParentShowHint = False
  27.     ReadOnly = True
  28.     ShowHint = False
  29.     TabOrder = 0
  30.   end
  31. end
  32.