home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Teechart / ustack.dfm / ustack.txt
Encoding:
Text File  |  1999-08-11  |  5.1 KB  |  226 lines

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