home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / devcpp.exe / 0 / RCDATA / TCODECOMPLFORM / TCODECOMPLFORM.txt
Encoding:
Text File  |  2002-04-12  |  941 b   |  42 lines

  1. object CodeComplForm: TCodeComplForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 286
  7.   ClientWidth = 472
  8.   Color = clBtnFace
  9.   Constraints.MaxHeight = 320
  10.   Constraints.MaxWidth = 480
  11.   Constraints.MinHeight = 128
  12.   Constraints.MinWidth = 256
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   KeyPreview = True
  20.   OldCreateOrder = False
  21.   OnDeactivate = FormDeactivate
  22.   OnKeyPress = FormKeyPress
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object lstCompletion: TListBox
  27.     Left = 0
  28.     Top = 0
  29.     Width = 472
  30.     Height = 286
  31.     Style = lbOwnerDrawFixed
  32.     Align = alClient
  33.     BevelInner = bvNone
  34.     BevelOuter = bvNone
  35.     BorderStyle = bsNone
  36.     ItemHeight = 16
  37.     TabOrder = 0
  38.     OnDblClick = lstCompletionDblClick
  39.     OnDrawItem = lstCompletionDrawItem
  40.   end
  41. end
  42.