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 / THTVFORM / THTVFORM.txt
Encoding:
Text File  |  2004-02-23  |  791 b   |  41 lines

  1. object HTVForm: THTVForm
  2.   Left = 276
  3.   Top = 117
  4.   Width = 555
  5.   Height = 432
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'HTVForm'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pnBottom: TPanel
  21.     Left = 0
  22.     Top = 357
  23.     Width = 547
  24.     Height = 41
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     OnResize = pnBottomResize
  29.     object bOK: TButton
  30.       Left = 192
  31.       Top = 8
  32.       Width = 113
  33.       Height = 25
  34.       Cancel = True
  35.       Caption = '&OK'
  36.       TabOrder = 0
  37.       OnClick = bOKClick
  38.     end
  39.   end
  40. end
  41.