home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / testsoft / bolek / demobil.exe / 0 / RCDATA / TFRYSUNEK / TFRYSUNEK.txt
Encoding:
Text File  |  1998-01-28  |  558 b   |  29 lines

  1. object fRysunek: TfRysunek
  2.   Left = 200
  3.   Top = 108
  4.   VertScrollBar.Visible = False
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'fRysunek'
  8.   ClientHeight = 480
  9.   ClientWidth = 640
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PrintScale = poNone
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Rys: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 640
  24.     Height = 480
  25.     Align = alClient
  26.     OnClick = RysClick
  27.   end
  28. end
  29.