home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFAUTOCOMPL / TFAUTOCOMPL.txt
Encoding:
Text File  |  2004-06-06  |  1.2 KB  |  50 lines

  1. object fAutoCompl: TfAutoCompl
  2.   Left = 394
  3.   Top = 202
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsNone
  6.   Caption = 'Automaticke dopl'#328'ov'#225'n'#237
  7.   ClientHeight = 115
  8.   ClientWidth = 198
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lbList: THintListBox
  23.     Left = 0
  24.     Top = 0
  25.     Width = 198
  26.     Height = 114
  27.     Style = lbOwnerDrawFixed
  28.     Align = alClient
  29.     Ctl3D = False
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     IntegralHeight = True
  36.     ItemHeight = 14
  37.     ParentCtl3D = False
  38.     ParentFont = False
  39.     TabOrder = 0
  40.     OnDblClick = lbListDblClick
  41.     OnDrawItem = lbListDrawItem
  42.     OnKeyPress = lbListKeyPress
  43.     HorizontalExtent = 0
  44.     ItemHintPause = 300
  45.     ItemHintHidePause = 3000
  46.     ShowItemHint = True
  47.     Author = '(c)1997-2001 Giuseppe Madaffari (gmadaffari@infomedia.it)'
  48.   end
  49. end
  50.