home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 February / DPPCPRO0299.ISO / February / Delphi / Install / DATA.Z / DOCSRC.DFM / DOCSRC.txt
Encoding:
Text File  |  1996-06-11  |  505 b   |  27 lines

  1. object DocSourceFrm: TDocSourceFrm
  2.   Left = 263
  3.   Top = 214
  4.   AutoScroll = False
  5.   Caption = 'Document Source'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Memo1: TMemo
  15.     Left = 0
  16.     Top = 0
  17.     Width = 427
  18.     Height = 273
  19.     Align = alClient
  20.     BorderStyle = bsNone
  21.     Color = clSilver
  22.     ReadOnly = True
  23.     ScrollBars = ssBoth
  24.     TabOrder = 0
  25.   end
  26. end
  27.