home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / DOCSRC.DFM / DOCSRC.txt
Text File  |  1997-01-16  |  512b  |  28 lines

  1. object DocSourceFrm: TDocSourceFrm
  2.   Left = 265
  3.   Top = 215
  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.     Color = clSilver
  21.     Lines.Strings = (
  22.       '')
  23.     ReadOnly = True
  24.     ScrollBars = ssBoth
  25.     TabOrder = 0
  26.   end
  27. end
  28.