home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / EXTENDED / UFORM1.DFM / UFORM1.txt
Encoding:
Text File  |  1998-10-24  |  1.9 KB  |  79 lines

  1. object FormFirst: TFormFirst
  2.   Left = 200
  3.   Top = 103
  4.   Width = 435
  5.   Height = 340
  6.   ActiveControl = BitBtn1
  7.   Caption = 'TeeChart-Pro  -- Sharing Charts between Forms'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Chart1: TChart
  17.     Left = 16
  18.     Top = 8
  19.     Width = 400
  20.     Height = 250
  21.     BackWall.Brush.Color = clWhite
  22.     BackWall.Brush.Style = bsClear
  23.     Title.Text.Strings = (
  24.       'TChart')
  25.     BottomAxis.EndPosition = 100.000000000000000000
  26.     Chart3DPercent = 50
  27.     LeftAxis.EndPosition = 100.000000000000000000
  28.     RightAxis.EndPosition = 100.000000000000000000
  29.     TopAxis.EndPosition = 100.000000000000000000
  30.     TabOrder = 0
  31.     object Series1: THorizBarSeries
  32.       Marks.ArrowLength = 20
  33.       Marks.Visible = True
  34.       SeriesColor = clRed
  35.       MultiBar = mbNone
  36.       XValues.DateTime = False
  37.       XValues.Name = 'Bar'
  38.       XValues.Multiplier = 1.000000000000000000
  39.       XValues.Order = loNone
  40.       YValues.DateTime = False
  41.       YValues.Name = 'Y'
  42.       YValues.Multiplier = 1.000000000000000000
  43.       YValues.Order = loNone
  44.     end
  45.     object Series2: THorizBarSeries
  46.       Marks.ArrowLength = 20
  47.       Marks.Visible = True
  48.       SeriesColor = clGreen
  49.       MultiBar = mbNone
  50.       XValues.DateTime = False
  51.       XValues.Name = 'Bar'
  52.       XValues.Multiplier = 1.000000000000000000
  53.       XValues.Order = loNone
  54.       YValues.DateTime = False
  55.       YValues.Name = 'Y'
  56.       YValues.Multiplier = 1.000000000000000000
  57.       YValues.Order = loNone
  58.     end
  59.   end
  60.   object BitBtn1: TBitBtn
  61.     Left = 48
  62.     Top = 272
  63.     Width = 265
  64.     Height = 33
  65.     Caption = '&Show this Chart on Form2'
  66.     TabOrder = 1
  67.     OnClick = BitBtn1Click
  68.   end
  69.   object BitBtn2: TBitBtn
  70.     Left = 328
  71.     Top = 272
  72.     Width = 89
  73.     Height = 33
  74.     Caption = 'Close'
  75.     TabOrder = 2
  76.     OnClick = BitBtn2Click
  77.   end
  78. end
  79.