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 / TJPEGVIEWFORM / TJPEGVIEWFORM.txt
Encoding:
Text File  |  2004-02-23  |  517 b   |  24 lines

  1. object JpegViewForm: TJpegViewForm
  2.   Left = 200
  3.   Top = 109
  4.   Width = 435
  5.   Height = 300
  6.   HorzScrollBar.Tracking = True
  7.   VertScrollBar.Tracking = True
  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.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnKeyDown = FormKeyDown
  20.   OnResize = FormResize
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23. end
  24.