home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / wowsrc.exe / SSAVE.DFM / SSAVE.txt < prev   
Text File  |  1996-03-28  |  677b  |  33 lines

  1. object Scrn: TScrn
  2.   Left = 103
  3.   Top = 272
  4.   HorzScrollBar.Visible = False
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsNone
  7.   ClientHeight = 138
  8.   ClientWidth = 311
  9.   Color = clBlack
  10.   Font.Color = clWhite
  11.   Font.Height = -14
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnMouseDown = FormMouseDown
  21.   OnMouseMove = FormMouseMove
  22.   TextHeight = 16
  23.   object Image: TImage
  24.     Left = 128
  25.     Top = 16
  26.     Width = 150
  27.     Height = 35
  28.     AutoSize = True
  29.     Picture.Data = {<image001.bmp>}
  30.     Visible = False
  31.   end
  32. end
  33.