home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / Info / Extras / NetManage / Demos / Html / docsrc.dfm / docsrc.txt
Encoding:
Text File  |  1997-01-27  |  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.