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

  1. object AreasForm: TAreasForm
  2.   Left = 84
  3.   Top = 44
  4.   Width = 557
  5.   Height = 456
  6.   ActiveControl = Chart1
  7.   Caption = 'Area Series Example'
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 33
  20.     Width = 145
  21.     Height = 396
  22.     Align = alLeft
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 14
  26.       Top = 196
  27.       Width = 63
  28.       Height = 23
  29.       Caption = 'Label1'
  30.       Font.Color = clBlack
  31.       Font.Height = -19
  32.       Font.Name = 'Arial'
  33.       Font.Style = [fsBold, fsItalic]
  34.       ParentFont = False
  35.     end
  36.     object RadioGroup1: TRadioGroup
  37.       Left = 12
  38.       Top = 67
  39.       Width = 117
  40.       Height = 122
  41.       Caption = 'Area Series Mode:'
  42.       ItemIndex = 0
  43.       Items.Strings = (
  44.         'None'
  45.         'Stacked'
  46.         'Stacked 100%')
  47.       TabOrder = 0
  48.       OnClick = RadioGroup1Click
  49.     end
  50.     object BitBtn1: TBitBtn
  51.       Left = 26
  52.       Top = 326
  53.       Width = 89
  54.       Height = 33
  55.       TabOrder = 1
  56.       Kind = bkClose
  57.     end
  58.     object CheckBox1: TCheckBox
  59.       Left = 14
  60.       Top = 34
  61.       Width = 97
  62.       Height = 17
  63.       Caption = '&3D'
  64.       State = cbChecked
  65.       TabOrder = 2
  66.       OnClick = CheckBox1Click
  67.     end
  68.     object CheckBox2: TCheckBox
  69.       Left = 14
  70.       Top = 9
  71.       Width = 97
  72.       Height = 17
  73.       Caption = '&Animate !!!'
  74.       Font.Color = clBlack
  75.       Font.Height = -16
  76.       Font.Name = 'Arial'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       TabOrder = 3
  80.       OnClick = CheckBox2Click
  81.     end
  82.     object CheckBox3: TCheckBox
  83.       Left = 16
  84.       Top = 232
  85.       Width = 97
  86.       Height = 17
  87.       Caption = '&Patterns'
  88.       TabOrder = 4
  89.       OnClick = CheckBox3Click
  90.     end
  91.     object CheckBox4: TCheckBox
  92.       Left = 16
  93.       Top = 264
  94.       Width = 97
  95.       Height = 17
  96.       Caption = 'Sta&irs'
  97.       TabOrder = 5
  98.       OnClick = CheckBox4Click
  99.     end
  100.   end
  101.   object Chart1: TChart
  102.     Left = 145
  103.     Top = 33
  104.     Width = 404
  105.     Height = 396
  106.     BackWall.Brush.Color = clWhite
  107.     BackWall.Brush.Style = bsClear
  108.     Foot.Font.Color = clRed
  109.     Foot.Font.Height = -12
  110.     Foot.Font.Name = 'Arial'
  111.     Foot.Font.Style = [fsItalic]
  112.     Title.Alignment = taLeftJustify
  113.     Title.Font.Color = clBlue
  114.     Title.Font.Height = -13
  115.     Title.Font.Name = 'Arial'
  116.     Title.Font.Style = [fsBold]
  117.     Title.Text.Strings = (
  118.       'Area Series Example.'
  119.       'Move mouse over Areas.')
  120.     BottomAxis.LabelsAngle = 90
  121.     BottomAxis.EndPosition = 100.000000000000000000
  122.     Chart3DPercent = 75
  123.     LeftAxis.EndPosition = 100.000000000000000000
  124.     Legend.Alignment = laBottom
  125.     RightAxis.EndPosition = 100.000000000000000000
  126.     TopAxis.EndPosition = 100.000000000000000000
  127.     View3DOptions.Orthogonal = False
  128.     View3DOptions.Perspective = 27
  129.     View3DOptions.Zoom = 87
  130.     Align = alClient
  131.     TabOrder = 1
  132.     object AreaSeries3: TAreaSeries
  133.       Marks.ArrowLength = 8
  134.       Marks.Visible = False
  135.       SeriesColor = clYellow
  136.       DrawArea = True
  137.       XValues.DateTime = True
  138.       XValues.Name = 'X'
  139.       XValues.Multiplier = 1.000000000000000000
  140.       XValues.Order = loAscending
  141.       YValues.DateTime = False
  142.       YValues.Name = 'Y'
  143.       YValues.Multiplier = 1.000000000000000000
  144.       YValues.Order = loNone
  145.       Left = 265
  146.       Top = 34
  147.     end
  148.     object AreaSeries2: TAreaSeries
  149.       Marks.ArrowLength = 8
  150.       Marks.Visible = False
  151.       SeriesColor = clGreen
  152.       DrawArea = True
  153.       XValues.DateTime = True
  154.       XValues.Name = 'X'
  155.       XValues.Multiplier = 1.000000000000000000
  156.       XValues.Order = loAscending
  157.       YValues.DateTime = False
  158.       YValues.Name = 'Y'
  159.       YValues.Multiplier = 1.000000000000000000
  160.       YValues.Order = loNone
  161.       Left = 227
  162.       Top = 36
  163.     end
  164.     object AreaSeries1: TAreaSeries
  165.       Marks.ArrowLength = 8
  166.       Marks.Visible = False
  167.       SeriesColor = clRed
  168.       AreaLinesPen.Color = clAqua
  169.       AreaLinesPen.Style = psDot
  170.       DrawArea = True
  171.       XValues.DateTime = True
  172.       XValues.Name = 'X'
  173.       XValues.Multiplier = 1.000000000000000000
  174.       XValues.Order = loAscending
  175.       YValues.DateTime = False
  176.       YValues.Name = 'Y'
  177.       YValues.Multiplier = 1.000000000000000000
  178.       YValues.Order = loNone
  179.       Left = 189
  180.       Top = 36
  181.     end
  182.   end
  183.   object TeeCommander1: TTeeCommander
  184.     Left = 0
  185.     Top = 0
  186.     Width = 549
  187.     Height = 33
  188.     OnChartMouseMove = Chart1MouseMove
  189.     Panel = Chart1
  190.     Align = alTop
  191.     TabOrder = 2
  192.   end
  193.   object Timer1: TTimer
  194.     Enabled = False
  195.     Interval = 1
  196.     OnTimer = Timer1Timer
  197.     Left = 24
  198.     Top = 243
  199.   end
  200. end
  201.