home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TJPEGVIEWFORM / TJPEGVIEWFORM.txt
Text File  |  2001-09-09  |  440b  |  21 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.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnKeyDown = FormKeyDown
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20. end
  21.