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

  1. object fmChartText: TfmChartText
  2.   Left = 233
  3.   Top = 129
  4.   AutoScroll = False
  5.   Width = 396
  6.   Height = 206
  7.   Caption = 'Chart Data'
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object Memo: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 388
  19.     Height = 179
  20.     Align = alClient
  21.     Lines.Strings = (
  22.       '')
  23.     ScrollBars = ssBoth
  24.     TabOrder = 0
  25.   end
  26. end
  27.