home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / NOticeManager / NoticeManager.exe / 0 / RCDATA / TICONCH / TICONCH.txt
Text File  |  1998-04-12  |  687b  |  37 lines

  1. object Iconch: TIconch
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Choose an icon'
  6.   ClientHeight = 160
  7.   ClientWidth = 338
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ListView1: TListView
  18.     Left = 0
  19.     Top = 0
  20.     Width = 257
  21.     Height = 160
  22.     Align = alLeft
  23.     OnDblClick = Button1Click
  24.     Columns = <>
  25.     TabOrder = 0
  26.   end
  27.   object BitBtn1: TBitBtn
  28.     Left = 264
  29.     Top = 0
  30.     Width = 73
  31.     Height = 25
  32.     TabOrder = 1
  33.     OnClick = Button1Click
  34.     Kind = bkOK
  35.   end
  36. end
  37.