home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TCOMPLISTFORM / TCOMPLISTFORM.txt < prev   
Text File  |  1997-01-16  |  1KB  |  64 lines

  1. inherited CompListForm: TCompListForm
  2.   Left = 240
  3.   Top = 237
  4.   Width = 183
  5.   Height = 266
  6.   ActiveControl = SearchText
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Components'
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 80
  22.     Height = 13
  23.     Caption = '&Search by name:'
  24.     FocusControl = SearchText
  25.     IsControl = True
  26.   end
  27.   object ComponentList: TListBox
  28.     Left = 8
  29.     Top = 48
  30.     Width = 160
  31.     Height = 124
  32.     IntegralHeight = True
  33.     ItemHeight = 30
  34.     Sorted = True
  35.     Style = lbOwnerDrawFixed
  36.     TabOrder = 1
  37.     OnClick = CompListClick
  38.     OnDblClick = CreateClick
  39.     OnDrawItem = CompListDrawItem
  40.     IsControl = True
  41.   end
  42.   object AddButton: TButton
  43.     Left = 50
  44.     Top = 208
  45.     Width = 75
  46.     Height = 25
  47.     Caption = '&Add to form'
  48.     Default = True
  49.     TabOrder = 2
  50.     OnClick = CreateClick
  51.     IsControl = True
  52.   end
  53.   object SearchText: TEdit
  54.     Left = 8
  55.     Top = 24
  56.     Width = 160
  57.     Height = 21
  58.     TabOrder = 0
  59.     OnChange = SearchChange
  60.     OnKeyDown = SearchKeyDown
  61.     IsControl = True
  62.   end
  63. end
  64.