home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 8 / Chip_Hitware_Vol_08.iso / chiphit8 / tools / 95techfa / tekfct95.exe / 0 / RCDATA / TEZSELECT / TEZSELECT.txt
Text File  |  1997-03-06  |  684b  |  36 lines

  1. object EZSelect: TEZSelect
  2.   Left = 200
  3.   Top = 108
  4.   Width = 179
  5.   Height = 300
  6.   BorderIcons = []
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object ListView1: TListView
  16.     Left = 0
  17.     Top = 0
  18.     Width = 171
  19.     Height = 273
  20.     Align = alClient
  21.     Columns = <
  22.       item
  23.         Caption = 'test'
  24.         Width = 4
  25.         WidthType = (
  26.           -1)
  27.       end>
  28.     ReadOnly = False
  29.     OnChange = ListView1Change
  30.     OnColumnClick = ListView1ColumnClick
  31.     ShowColumnHeaders = False
  32.     TabOrder = 0
  33.     ViewStyle = vsReport
  34.   end
  35. end
  36.