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

  1. object StackedForm: TStackedForm
  2.   Left = 166
  3.   Top = 40
  4.   Width = 553
  5.   Height = 432
  6.   Caption = 'Stacked Bars'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Chart1: TChart
  17.     Left = 0
  18.     Top = 33
  19.     Width = 411
  20.     Height = 372
  21.     BackWall.Brush.Color = clWhite
  22.     BackWall.Color = 8454016
  23.     BackWall.Size = 11
  24.     BottomWall.Color = 16512
  25.     BottomWall.Size = 10
  26.     Foot.Font.Color = clRed
  27.     Foot.Font.Height = -12
  28.     Foot.Font.Name = 'Arial'
  29.     Foot.Font.Style = [fsItalic]
  30.     Foot.Frame.Color = clScrollBar
  31.     Gradient.Direction = gdRightLeft
  32.     Gradient.StartColor = 16744576
  33.     LeftWall.Color = clBlue
  34.     LeftWall.Size = 10
  35.     Title.Frame.Color = clScrollBar
  36.     Title.Text.Strings = (
  37.       'TChart Component')
  38.     BackColor = 8454016
  39.     BottomAxis.DateTimeFormat = 'M/d/yy'
  40.     BottomAxis.EndPosition = 100.000000000000000000
  41.     BottomAxis.Title.Caption = 'Sales Date'
  42.     Chart3DPercent = 65
  43.     LeftAxis.MinorTickCount = 1
  44.     LeftAxis.MinorTickLength = 5
  45.     LeftAxis.MinorTicks.Color = clBlue
  46.     LeftAxis.EndPosition = 100.000000000000000000
  47.     LeftAxis.TickLength = 8
  48.     LeftAxis.Ticks.Color = clYellow
  49.     LeftAxis.Title.Caption = 'Quantity'
  50.     Legend.Alignment = laBottom
  51.     Legend.Font.Color = clBlack
  52.     Legend.Font.Height = -12
  53.     Legend.Font.Name = 'Arial'
  54.     Legend.Font.Style = []
  55.     RightAxis.EndPosition = 100.000000000000000000
  56.     TopAxis.EndPosition = 100.000000000000000000
  57.     View3DOptions.Elevation = 347
  58.     View3DOptions.Orthogonal = False
  59.     View3DOptions.Perspective = 52
  60.     View3DOptions.Rotation = 346
  61.     View3DOptions.Zoom = 91
  62.     View3DOptions.ZoomText = False
  63.     Align = alClient
  64.     BevelInner = bvRaised
  65.     BevelOuter = bvNone
  66.     BorderWidth = 14
  67.     TabOrder = 0
  68.     object BarSeries1: TBarSeries
  69.       Marks.ArrowLength = 20
  70.       Marks.Visible = False
  71.       SeriesColor = clRed
  72.       MultiBar = mbNone
  73.       XValues.DateTime = True
  74.       XValues.Name = 'X'
  75.       XValues.Multiplier = 1.000000000000000000
  76.       XValues.Order = loAscending
  77.       YValues.DateTime = False
  78.       YValues.Name = 'Y'
  79.       YValues.Multiplier = 1.000000000000000000
  80.       YValues.Order = loNone
  81.       Left = 108
  82.       Top = 4
  83.     end
  84.     object BarSeries2: TBarSeries
  85.       Marks.ArrowLength = 20
  86.       Marks.Visible = False
  87.       SeriesColor = clYellow
  88.       MultiBar = mbNone
  89.       XValues.DateTime = True
  90.       XValues.Name = 'X'
  91.       XValues.Multiplier = 1.000000000000000000
  92.       XValues.Order = loAscending
  93.       YValues.DateTime = False
  94.       YValues.Name = 'Y'
  95.       YValues.Multiplier = 1.000000000000000000
  96.       YValues.Order = loNone
  97.       Left = 141
  98.       Top = 4
  99.     end
  100.     object BarSeries3: TBarSeries
  101.       Marks.ArrowLength = 20
  102.       Marks.Visible = False
  103.       SeriesColor = clAqua
  104.       MultiBar = mbNone
  105.       XValues.DateTime = True
  106.       XValues.Name = 'X'
  107.       XValues.Multiplier = 1.000000000000000000
  108.       XValues.Order = loAscending
  109.       YValues.DateTime = False
  110.       YValues.Name = 'Y'
  111.       YValues.Multiplier = 1.000000000000000000
  112.       YValues.Order = loNone
  113.       Left = 172
  114.       Top = 4
  115.     end
  116.   end
  117.   object Panel1: TPanel
  118.     Left = 411
  119.     Top = 33
  120.     Width = 134
  121.     Height = 372
  122.     Align = alRight
  123.     TabOrder = 1
  124.     object Label1: TLabel
  125.       Left = 7
  126.       Top = 5
  127.       Width = 32
  128.       Height = 13
  129.       Caption = '&Series:'
  130.       FocusControl = ComboBox1
  131.     end
  132.     object Shape1: TShape
  133.       Left = 47
  134.       Top = 52
  135.       Width = 34
  136.       Height = 29
  137.       OnMouseUp = Shape1MouseUp
  138.     end
  139.     object Button1: TButton
  140.       Left = 17
  141.       Top = 86
  142.       Width = 99
  143.       Height = 29
  144.       Caption = 'S&croll Series'
  145.       TabOrder = 0
  146.       OnClick = Button1Click
  147.     end
  148.     object RadioGroup2: TRadioGroup
  149.       Left = 13
  150.       Top = 150
  151.       Width = 108
  152.       Height = 139
  153.       Caption = '&Bar Style:'
  154.       ItemIndex = 0
  155.       Items.Strings = (
  156.         'Rectangle'
  157.         'Pyramid'
  158.         'InvPyramid'
  159.         'Cilinder'
  160.         'Ellipse'
  161.         'Arrow'
  162.         'Gradient')
  163.       TabOrder = 1
  164.       OnClick = RadioGroup2Click
  165.     end
  166.     object ComboBox1: TComboBox
  167.       Left = 9
  168.       Top = 23
  169.       Width = 116
  170.       Height = 21
  171.       Style = csDropDownList
  172.       ItemHeight = 13
  173.       TabOrder = 2
  174.       OnChange = ComboBox1Change
  175.     end
  176.     object CheckBox1: TCheckBox
  177.       Left = 9
  178.       Top = 123
  179.       Width = 120
  180.       Height = 19
  181.       Caption = '&Animate !!!'
  182.       Font.Color = clRed
  183.       Font.Height = -19
  184.       Font.Name = 'Arial'
  185.       Font.Style = [fsBold]
  186.       ParentFont = False
  187.       TabOrder = 3
  188.       OnClick = CheckBox1Click
  189.     end
  190.     object BitBtn3: TBitBtn
  191.       Left = 25
  192.       Top = 325
  193.       Width = 89
  194.       Height = 33
  195.       TabOrder = 4
  196.       Kind = bkClose
  197.     end
  198.     object CheckBox2: TCheckBox
  199.       Left = 43
  200.       Top = 296
  201.       Width = 50
  202.       Height = 17
  203.       Caption = '3D'
  204.       State = cbChecked
  205.       TabOrder = 5
  206.       OnClick = CheckBox2Click
  207.     end
  208.   end
  209.   object TeeCommander1: TTeeCommander
  210.     Left = 0
  211.     Top = 0
  212.     Width = 545
  213.     Height = 33
  214.     Panel = Chart1
  215.     Align = alTop
  216.     TabOrder = 2
  217.     object ComboBox2: TComboBox
  218.       Left = 420
  219.       Top = 5
  220.       Width = 116
  221.       Height = 21
  222.       Style = csDropDownList
  223.       ItemHeight = 13
  224.       Items.Strings = (
  225.         'Behind'
  226.         'Side to Side'
  227.         'Stacked'
  228.         'Stacked 100%')
  229.       TabOrder = 3
  230.       OnChange = ComboBox2Change
  231.     end
  232.   end
  233.   object Timer1: TTimer
  234.     Enabled = False
  235.     Interval = 1
  236.     OnTimer = Timer1Timer
  237.     Left = 52
  238.     Top = 66
  239.   end
  240. end
  241.