home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TSHOWFORM / TSHOWFORM.txt
Encoding:
Text File  |  2004-02-23  |  560 b   |  29 lines

  1. object ShowForm: TShowForm
  2.   Left = 620
  3.   Top = 140
  4.   Width = 213
  5.   Height = 281
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'ShowForm'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ListBox1: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 205
  22.     Height = 254
  23.     Align = alClient
  24.     ItemHeight = 13
  25.     TabOrder = 0
  26.     OnClick = ListBox1Click
  27.   end
  28. end
  29.