home *** CD-ROM | disk | FTP | other *** search
/ Freelog 59 / Freelog059.iso / Bas / Musique / Minihost / MiniHost.exe / 0 / RCDATA / TLISTOPT / TLISTOPT.txt
Text File  |  2004-06-27  |  789b  |  40 lines

  1. object listopt: Tlistopt
  2.   Left = 192
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'List Display Options'
  7.   ClientHeight = 439
  8.   ClientWidth = 338
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object ListView1: TListView
  19.     Left = 0
  20.     Top = 0
  21.     Width = 338
  22.     Height = 439
  23.     Align = alClient
  24.     Checkboxes = True
  25.     Columns = <
  26.       item
  27.         Width = -2
  28.         WidthType = (
  29.           -2)
  30.       end>
  31.     FlatScrollBars = True
  32.     GridLines = True
  33.     ReadOnly = True
  34.     ShowColumnHeaders = False
  35.     TabOrder = 0
  36.     ViewStyle = vsReport
  37.     OnClick = ListView1Click
  38.   end
  39. end
  40.