home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / ctenari / Madera / Install.dat / Arch2000.exe / 0 / RCDATA / TPREVFORM / TPREVFORM.txt
Encoding:
Text File  |  1999-10-27  |  700 b   |  33 lines

  1. object PrevForm: TPrevForm
  2.   Left = 200
  3.   Top = 139
  4.   AutoSize = True
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'N∩┐╜hled na tituln∩┐╜ obr∩┐╜zek'
  8.   ClientHeight = 300
  9.   ClientWidth = 250
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object MainImage: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 250
  25.     Height = 300
  26.     AutoSize = True
  27.     ParentShowHint = False
  28.     ShowHint = False
  29.     Stretch = True
  30.     OnMouseMove = MainImageMouseMove
  31.   end
  32. end
  33.