home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 186 / DPCS0803.ISO / Café / Dev-C++ / devcpp4980.exe / $INSTDIR / devcpp.exe / 0 / RCDATA / TCODECOMPLFORM / TCODECOMPLFORM.txt
Encoding:
Text File  |  2003-05-15  |  910 b   |  41 lines

  1. object CodeComplForm: TCodeComplForm
  2.   Left = 332
  3.   Top = 305
  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.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lbCompletion: TListBox
  26.     Left = 0
  27.     Top = 0
  28.     Width = 472
  29.     Height = 286
  30.     Style = lbOwnerDrawFixed
  31.     Align = alClient
  32.     BevelInner = bvNone
  33.     BevelOuter = bvNone
  34.     BorderStyle = bsNone
  35.     ItemHeight = 16
  36.     TabOrder = 0
  37.     OnDblClick = lbCompletionDblClick
  38.     OnDrawItem = lbCompletionDrawItem
  39.   end
  40. end
  41.