home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / scribble.pak / SCRBFORM.DFM / SCRBFORM.txt
Encoding:
Text File  |  1995-08-24  |  348 b   |  18 lines

  1. object Form1: TForm1
  2.   Left = 211
  3.   Top = 98
  4.   AutoScroll = False
  5.   Caption = 'Scribble'
  6.   ClientHeight = 262
  7.   ClientWidth = 423
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnMouseDown = FormMouseDown
  14.   OnMouseMove = FormMouseMove
  15.   OnMouseUp = FormMouseUp
  16.   TextHeight = 16
  17. end
  18.