home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Delphi / TeeChartPro / TeeChart5Delphi5Eval.exe / %MAINDIR% / Examples / Features / Base.dfm / Base.txt
Encoding:
Text File  |  2001-09-10  |  674 b   |  41 lines

  1. object BaseForm: TBaseForm
  2.   Left = 284
  3.   Top = 241
  4.   Width = 487
  5.   Height = 364
  6.   Color = clBtnFace
  7.   ParentFont = True
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object Memo1: TMemo
  11.     Left = 0
  12.     Top = 0
  13.     Width = 479
  14.     Height = 73
  15.     Align = alTop
  16.     Color = 13828095
  17.     ReadOnly = True
  18.     TabOrder = 0
  19.     OnDblClick = Memo1DblClick
  20.   end
  21.   object Chart1: TChart
  22.     Left = 0
  23.     Top = 114
  24.     Width = 479
  25.     Height = 223
  26.     Title.Text.Strings = (
  27.       'TChart')
  28.     Chart3DPercent = 50
  29.     Align = alClient
  30.     TabOrder = 1
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 0
  34.     Top = 73
  35.     Width = 479
  36.     Height = 41
  37.     Align = alTop
  38.     TabOrder = 2
  39.   end
  40. end
  41.