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

  1. object PieForm: TPieForm
  2.   Left = 113
  3.   Top = 40
  4.   Width = 615
  5.   Height = 439
  6.   ActiveControl = CheckBox1
  7.   Caption = 'TeeChart Pie Series Demo'
  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 Chart1: TChart
  18.     Left = 133
  19.     Top = 0
  20.     Width = 474
  21.     Height = 412
  22.     AllowPanning = pmNone
  23.     AllowZoom = False
  24.     BackWall.Brush.Color = clWhite
  25.     BackWall.Brush.Style = bsClear
  26.     BackWall.Pen.Visible = False
  27.     Foot.Alignment = taLeftJustify
  28.     Foot.Font.Color = clRed
  29.     Foot.Font.Height = -12
  30.     Foot.Font.Name = 'Arial'
  31.     Foot.Font.Style = [fsItalic]
  32.     Foot.Frame.Color = clScrollBar
  33.     Foot.Text.Strings = (
  34.       '')
  35.     Gradient.Direction = gdBottomTop
  36.     Gradient.EndColor = 8454016
  37.     Gradient.StartColor = 8454143
  38.     Gradient.Visible = True
  39.     Title.AdjustFrame = False
  40.     Title.Alignment = taRightJustify
  41.     Title.Font.Color = clBlue
  42.     Title.Font.Height = -16
  43.     Title.Font.Name = 'Arial'
  44.     Title.Font.Style = [fsBold, fsItalic]
  45.     Title.Frame.Color = clScrollBar
  46.     Title.Text.Strings = (
  47.       'Pie Chart Series Demo.')
  48.     AxisVisible = False
  49.     BottomAxis.Grid.Color = clScrollBar
  50.     BottomAxis.LabelsAngle = 90
  51.     BottomAxis.LabelsFont.Color = clTeal
  52.     BottomAxis.LabelsFont.Height = -12
  53.     BottomAxis.LabelsFont.Name = 'Arial'
  54.     BottomAxis.LabelsFont.Style = []
  55.     BottomAxis.EndPosition = 100.000000000000000000
  56.     BottomAxis.Title.Caption = 'Stock Market Date'
  57.     BottomAxis.Title.Font.Color = clGreen
  58.     BottomAxis.Title.Font.Height = -16
  59.     BottomAxis.Title.Font.Name = 'Arial'
  60.     BottomAxis.Title.Font.Style = [fsItalic]
  61.     Chart3DPercent = 50
  62.     ClipPoints = False
  63.     Frame.Visible = False
  64.     LeftAxis.Grid.Color = clScrollBar
  65.     LeftAxis.LabelsFont.Color = clWhite
  66.     LeftAxis.LabelsFont.Height = -13
  67.     LeftAxis.LabelsFont.Name = 'Arial'
  68.     LeftAxis.LabelsFont.Style = []
  69.     LeftAxis.EndPosition = 100.000000000000000000
  70.     LeftAxis.Title.Caption = 'Stock Price'
  71.     LeftAxis.Title.Font.Color = clNavy
  72.     LeftAxis.Title.Font.Height = -15
  73.     LeftAxis.Title.Font.Name = 'Arial'
  74.     LeftAxis.Title.Font.Style = [fsBold]
  75.     RightAxis.Grid.Color = clScrollBar
  76.     RightAxis.EndPosition = 100.000000000000000000
  77.     TopAxis.Grid.Color = clScrollBar
  78.     TopAxis.EndPosition = 100.000000000000000000
  79.     View3DOptions.Elevation = 315
  80.     View3DOptions.Orthogonal = False
  81.     View3DOptions.Rotation = 360
  82.     View3DWalls = False
  83.     Align = alClient
  84.     Color = clSilver
  85.     TabOrder = 0
  86.     OnMouseMove = Chart1MouseMove
  87.     object PieSeries1: TPieSeries
  88.       Cursor = 2020
  89.       Marks.ArrowLength = 8
  90.       Marks.Style = smsLabelPercent
  91.       Marks.Visible = True
  92.       SeriesColor = clRed
  93.       OnClick = PieSeries1Click
  94.       ExplodeBiggest = 35
  95.       OtherSlice.Style = poBelowPercent
  96.       OtherSlice.Text = 'Other'
  97.       OtherSlice.Value = 5.000000000000000000
  98.       PieValues.DateTime = False
  99.       PieValues.Name = 'Y'
  100.       PieValues.Multiplier = 1.000000000000000000
  101.       PieValues.Order = loNone
  102.       Left = 78
  103.       Top = 94
  104.     end
  105.   end
  106.   object Panel1: TPanel
  107.     Left = 0
  108.     Top = 0
  109.     Width = 133
  110.     Height = 412
  111.     Align = alLeft
  112.     TabOrder = 1
  113.     object Shape1: TShape
  114.       Left = 14
  115.       Top = 40
  116.       Width = 107
  117.       Height = 33
  118.     end
  119.     object CheckBox1: TCheckBox
  120.       Left = 15
  121.       Top = 6
  122.       Width = 114
  123.       Height = 29
  124.       Caption = '&Animate !!!'
  125.       Color = clSilver
  126.       Font.Color = clBlack
  127.       Font.Height = -17
  128.       Font.Name = 'Arial'
  129.       Font.Style = [fsBold]
  130.       ParentColor = False
  131.       ParentFont = False
  132.       TabOrder = 0
  133.       OnClick = CheckBox1Click
  134.     end
  135.     object BitBtn3: TBitBtn
  136.       Left = 20
  137.       Top = 368
  138.       Width = 89
  139.       Height = 29
  140.       TabOrder = 3
  141.       Kind = bkClose
  142.     end
  143.     object RadioGroup1: TRadioGroup
  144.       Left = 12
  145.       Top = 260
  146.       Width = 109
  147.       Height = 93
  148.       Caption = 'Legend Position:'
  149.       ItemIndex = 1
  150.       Items.Strings = (
  151.         'Left'
  152.         'Right'
  153.         'Top'
  154.         'Bottom')
  155.       TabOrder = 5
  156.       OnClick = RadioGroup1Click
  157.     end
  158.     object RadioGroup2: TRadioGroup
  159.       Left = 12
  160.       Top = 88
  161.       Width = 109
  162.       Height = 161
  163.       Caption = 'Efects:'
  164.       Color = clSilver
  165.       ParentColor = False
  166.       TabOrder = 8
  167.     end
  168.     object CheckBox2: TCheckBox
  169.       Left = 20
  170.       Top = 112
  171.       Width = 41
  172.       Height = 17
  173.       Caption = '&3D'
  174.       State = cbChecked
  175.       TabOrder = 1
  176.       OnClick = CheckBox2Click
  177.     end
  178.     object CheckBox3: TCheckBox
  179.       Left = 20
  180.       Top = 138
  181.       Width = 61
  182.       Height = 17
  183.       Caption = '&Circled'
  184.       TabOrder = 2
  185.       OnClick = CheckBox3Click
  186.     end
  187.     object CheckBox4: TCheckBox
  188.       Left = 20
  189.       Top = 164
  190.       Width = 97
  191.       Height = 17
  192.       Caption = 'Use &Patterns'
  193.       TabOrder = 4
  194.       OnClick = CheckBox4Click
  195.     end
  196.     object CheckBox5: TCheckBox
  197.       Left = 20
  198.       Top = 190
  199.       Width = 61
  200.       Height = 17
  201.       Caption = '&Marks'
  202.       State = cbChecked
  203.       TabOrder = 6
  204.       OnClick = CheckBox5Click
  205.     end
  206.     object CheckBox6: TCheckBox
  207.       Left = 20
  208.       Top = 216
  209.       Width = 65
  210.       Height = 17
  211.       Caption = '&Gradient'
  212.       State = cbChecked
  213.       TabOrder = 7
  214.       OnClick = CheckBox6Click
  215.     end
  216.   end
  217.   object Timer1: TTimer
  218.     Enabled = False
  219.     Interval = 1
  220.     OnTimer = Timer1Timer
  221.     Left = 114
  222.     Top = 294
  223.   end
  224. end
  225.