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

  1. object BasicForm: TBasicForm
  2.   Left = 76
  3.   Top = 31
  4.   Width = 678
  5.   Height = 502
  6.   ActiveControl = CheckBox2
  7.   Caption = 'TeeChart Basic 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.   OnResize = FormResize
  17.   OnShow = FormShow
  18.   TextHeight = 13
  19.   object Chart1: TChart
  20.     Left = 120
  21.     Top = 41
  22.     Width = 297
  23.     Height = 224
  24.     BackWall.Brush.Color = clWhite
  25.     BackWall.Brush.Style = bsClear
  26.     BottomWall.Color = 16777088
  27.     BottomWall.Size = 6
  28.     Foot.Alignment = taLeftJustify
  29.     Foot.Font.Color = clRed
  30.     Foot.Font.Height = -12
  31.     Foot.Font.Name = 'Arial'
  32.     Foot.Font.Style = [fsItalic]
  33.     Foot.Frame.Color = clScrollBar
  34.     Foot.Text.Strings = (
  35.       ''
  36.       '')
  37.     Foot.Visible = False
  38.     LeftWall.Color = 16777088
  39.     LeftWall.Size = 5
  40.     MarginBottom = 7
  41.     MarginLeft = 5
  42.     Title.Font.Color = clGreen
  43.     Title.Font.Height = -16
  44.     Title.Font.Name = 'Arial'
  45.     Title.Font.Style = [fsBold, fsItalic]
  46.     Title.Frame.Color = clScrollBar
  47.     Title.Text.Strings = (
  48.       'Line Series')
  49.     BottomAxis.Axis.Width = 1
  50.     BottomAxis.LabelsFont.Color = clBlue
  51.     BottomAxis.LabelsFont.Height = -12
  52.     BottomAxis.LabelsFont.Name = 'Arial'
  53.     BottomAxis.LabelsFont.Style = []
  54.     BottomAxis.EndPosition = 100.000000000000000000
  55.     BottomAxis.Title.Font.Color = clGreen
  56.     BottomAxis.Title.Font.Height = -16
  57.     BottomAxis.Title.Font.Name = 'Arial'
  58.     BottomAxis.Title.Font.Style = [fsItalic]
  59.     Chart3DPercent = 60
  60.     LeftAxis.Axis.Width = 1
  61.     LeftAxis.LabelsFont.Color = clPurple
  62.     LeftAxis.LabelsFont.Height = -13
  63.     LeftAxis.LabelsFont.Name = 'Arial'
  64.     LeftAxis.LabelsFont.Style = []
  65.     LeftAxis.EndPosition = 100.000000000000000000
  66.     LeftAxis.Title.Font.Color = clNavy
  67.     LeftAxis.Title.Font.Height = -15
  68.     LeftAxis.Title.Font.Name = 'Arial'
  69.     LeftAxis.Title.Font.Style = [fsBold]
  70.     Legend.Alignment = laBottom
  71.     Legend.Color = clBlack
  72.     Legend.ColorWidth = 16
  73.     Legend.Font.Color = clWhite
  74.     Legend.Font.Height = -12
  75.     Legend.Font.Name = 'Arial'
  76.     Legend.Font.Style = [fsItalic]
  77.     Legend.ShadowColor = clGray
  78.     RightAxis.EndPosition = 100.000000000000000000
  79.     RightAxis.Visible = False
  80.     TopAxis.EndPosition = 100.000000000000000000
  81.     TopAxis.Visible = False
  82.     View3DOptions.Orthogonal = False
  83.     View3DOptions.Perspective = 35
  84.     View3DOptions.Zoom = 88
  85.     BorderWidth = 1
  86.     Color = 8454016
  87.     TabOrder = 0
  88.     object Winter: TLineSeries
  89.       Marks.ArrowLength = 8
  90.       Marks.Frame.Color = 8454143
  91.       Marks.Visible = False
  92.       SeriesColor = clRed
  93.       LinePen.Color = clRed
  94.       Pointer.InflateMargins = True
  95.       Pointer.Style = psRectangle
  96.       Pointer.Visible = False
  97.       XValues.DateTime = True
  98.       XValues.Name = 'X'
  99.       XValues.Multiplier = 1.000000000000000000
  100.       XValues.Order = loAscending
  101.       YValues.DateTime = False
  102.       YValues.Name = 'Y'
  103.       YValues.Multiplier = 1.000000000000000000
  104.       YValues.Order = loNone
  105.     end
  106.     object Summer: TLineSeries
  107.       Marks.ArrowLength = 8
  108.       Marks.Frame.Color = 8454143
  109.       Marks.Visible = False
  110.       SeriesColor = clBlue
  111.       LinePen.Color = clBlue
  112.       Pointer.InflateMargins = True
  113.       Pointer.Style = psRectangle
  114.       Pointer.Visible = False
  115.       XValues.DateTime = True
  116.       XValues.Name = 'X'
  117.       XValues.Multiplier = 1.000000000000000000
  118.       XValues.Order = loAscending
  119.       YValues.DateTime = False
  120.       YValues.Name = 'Y'
  121.       YValues.Multiplier = 1.000000000000000000
  122.       YValues.Order = loNone
  123.     end
  124.   end
  125.   object Chart2: TChart
  126.     Left = 120
  127.     Top = 272
  128.     Width = 297
  129.     Height = 201
  130.     BackWall.Brush.Color = clWhite
  131.     BackWall.Color = 8421440
  132.     BackWall.Size = 4
  133.     BottomWall.Size = 3
  134.     Foot.Alignment = taLeftJustify
  135.     Foot.Font.Color = clBlack
  136.     Foot.Font.Height = -12
  137.     Foot.Font.Name = 'Arial'
  138.     Foot.Font.Style = [fsItalic]
  139.     Foot.Frame.Color = clScrollBar
  140.     Foot.Text.Strings = (
  141.       '')
  142.     Foot.Visible = False
  143.     Gradient.Direction = gdRightLeft
  144.     Gradient.EndColor = clWhite
  145.     Gradient.StartColor = clYellow
  146.     LeftWall.Color = clWhite
  147.     LeftWall.Size = 3
  148.     MarginBottom = 6
  149.     MarginLeft = 7
  150.     MarginRight = 7
  151.     MarginTop = 5
  152.     Title.Font.Color = clBlue
  153.     Title.Font.Height = -16
  154.     Title.Font.Name = 'Arial'
  155.     Title.Font.Style = [fsBold, fsItalic]
  156.     Title.Frame.Color = clScrollBar
  157.     Title.Text.Strings = (
  158.       'Bar Series')
  159.     BackColor = 8421440
  160.     BottomAxis.Axis.Width = 1
  161.     BottomAxis.DateTimeFormat = 'MM/yy'
  162.     BottomAxis.LabelsFont.Color = clBlue
  163.     BottomAxis.LabelsFont.Height = -11
  164.     BottomAxis.LabelsFont.Name = 'Arial'
  165.     BottomAxis.LabelsFont.Style = []
  166.     BottomAxis.LabelsSeparation = 20
  167.     BottomAxis.EndPosition = 100.000000000000000000
  168.     BottomAxis.Title.Font.Color = clBlue
  169.     BottomAxis.Title.Font.Height = -16
  170.     BottomAxis.Title.Font.Name = 'Arial'
  171.     BottomAxis.Title.Font.Style = [fsItalic]
  172.     Chart3DPercent = 80
  173.     LeftAxis.Axis.Width = 1
  174.     LeftAxis.LabelsFont.Color = clBlue
  175.     LeftAxis.LabelsFont.Height = -13
  176.     LeftAxis.LabelsFont.Name = 'Arial'
  177.     LeftAxis.LabelsFont.Style = [fsBold]
  178.     LeftAxis.EndPosition = 100.000000000000000000
  179.     LeftAxis.Title.Caption = 'Sales'
  180.     LeftAxis.Title.Font.Color = clGray
  181.     LeftAxis.Title.Font.Height = -15
  182.     LeftAxis.Title.Font.Name = 'Arial'
  183.     LeftAxis.Title.Font.Style = [fsBold]
  184.     Legend.Visible = False
  185.     RightAxis.EndPosition = 100.000000000000000000
  186.     TopAxis.LabelsAngle = 90
  187.     TopAxis.LabelsFont.Color = clRed
  188.     TopAxis.LabelsFont.Height = -11
  189.     TopAxis.LabelsFont.Name = 'Arial'
  190.     TopAxis.LabelsFont.Style = []
  191.     TopAxis.LabelsSize = 30
  192.     TopAxis.EndPosition = 100.000000000000000000
  193.     View3DOptions.Elevation = 347
  194.     View3DOptions.Orthogonal = False
  195.     View3DOptions.Rotation = 352
  196.     View3DOptions.Zoom = 97
  197.     TabOrder = 3
  198.     object BarSeries1: TBarSeries
  199.       Marks.ArrowLength = 20
  200.       Marks.BackColor = 16777088
  201.       Marks.Font.Color = clBlack
  202.       Marks.Font.Height = -8
  203.       Marks.Font.Name = 'MS Serif'
  204.       Marks.Font.Style = []
  205.       Marks.Style = smsPercent
  206.       Marks.Visible = True
  207.       SeriesColor = clRed
  208.       BarPen.Visible = False
  209.       MultiBar = mbNone
  210.       XValues.DateTime = True
  211.       XValues.Name = 'X'
  212.       XValues.Multiplier = 1.000000000000000000
  213.       XValues.Order = loAscending
  214.       YValues.DateTime = False
  215.       YValues.Name = 'Y'
  216.       YValues.Multiplier = 1.000000000000000000
  217.       YValues.Order = loNone
  218.       Left = 142
  219.       Top = 274
  220.     end
  221.   end
  222.   object Chart3: TChart
  223.     Left = 416
  224.     Top = 41
  225.     Width = 249
  226.     Height = 224
  227.     BackWall.Brush.Color = clWhite
  228.     BackWall.Color = clSilver
  229.     BackWall.Size = 4
  230.     BottomWall.Size = 4
  231.     Foot.Alignment = taLeftJustify
  232.     Foot.Font.Color = clRed
  233.     Foot.Font.Height = -12
  234.     Foot.Font.Name = 'Arial'
  235.     Foot.Font.Style = [fsItalic]
  236.     Foot.Frame.Color = clScrollBar
  237.     Foot.Text.Strings = (
  238.       '')
  239.     Gradient.Direction = gdLeftRight
  240.     Gradient.EndColor = clWhite
  241.     Gradient.StartColor = clYellow
  242.     LeftWall.Color = clSilver
  243.     LeftWall.Size = 4
  244.     MarginTop = 5
  245.     Title.Font.Color = clRed
  246.     Title.Font.Height = -16
  247.     Title.Font.Name = 'Arial'
  248.     Title.Font.Style = [fsBold, fsItalic]
  249.     Title.Frame.Color = clScrollBar
  250.     Title.Text.Strings = (
  251.       'Area Series')
  252.     BackColor = clSilver
  253.     BottomAxis.DateTimeFormat = 'd/mm'
  254.     BottomAxis.LabelsAngle = 90
  255.     BottomAxis.LabelsFont.Color = clTeal
  256.     BottomAxis.LabelsFont.Height = -12
  257.     BottomAxis.LabelsFont.Name = 'Arial'
  258.     BottomAxis.LabelsFont.Style = []
  259.     BottomAxis.EndPosition = 100.000000000000000000
  260.     BottomAxis.Title.Font.Color = clGreen
  261.     BottomAxis.Title.Font.Height = -16
  262.     BottomAxis.Title.Font.Name = 'Arial'
  263.     BottomAxis.Title.Font.Style = [fsItalic]
  264.     Chart3DPercent = 80
  265.     LeftAxis.EndPosition = 100.000000000000000000
  266.     LeftAxis.Title.Caption = 'Green Area'
  267.     LeftAxis.Title.Font.Color = clGreen
  268.     LeftAxis.Title.Font.Height = -15
  269.     LeftAxis.Title.Font.Name = 'Arial'
  270.     LeftAxis.Title.Font.Style = [fsBold, fsItalic]
  271.     Legend.Alignment = laBottom
  272.     Legend.Color = clGray
  273.     Legend.ColorWidth = 35
  274.     Legend.Font.Color = clWhite
  275.     Legend.Font.Height = -12
  276.     Legend.Font.Name = 'Arial'
  277.     Legend.Font.Style = [fsItalic]
  278.     Legend.Frame.Color = clBlue
  279.     Legend.Frame.Width = 3
  280.     Legend.Frame.Visible = False
  281.     Legend.ShadowSize = 4
  282.     Legend.TopPos = 34
  283.     RightAxis.Grid.Visible = False
  284.     RightAxis.LabelsFont.Color = clBlue
  285.     RightAxis.LabelsFont.Height = -13
  286.     RightAxis.LabelsFont.Name = 'Arial'
  287.     RightAxis.LabelsFont.Style = [fsItalic]
  288.     RightAxis.EndPosition = 100.000000000000000000
  289.     RightAxis.Title.Caption = 'Red Area'
  290.     RightAxis.Title.Font.Color = clRed
  291.     RightAxis.Title.Font.Height = -15
  292.     RightAxis.Title.Font.Name = 'Arial'
  293.     RightAxis.Title.Font.Style = [fsBold, fsItalic]
  294.     TopAxis.EndPosition = 100.000000000000000000
  295.     View3DOptions.Elevation = 349
  296.     View3DOptions.Orthogonal = False
  297.     View3DOptions.Zoom = 93
  298.     Color = clWhite
  299.     TabOrder = 4
  300.     object South: TAreaSeries
  301.       Marks.ArrowLength = 8
  302.       Marks.Frame.Color = 8454143
  303.       Marks.Visible = False
  304.       SeriesColor = clGreen
  305.       DrawArea = True
  306.       XValues.DateTime = True
  307.       XValues.Name = 'X'
  308.       XValues.Multiplier = 1.000000000000000000
  309.       XValues.Order = loAscending
  310.       YValues.DateTime = False
  311.       YValues.Name = 'Y'
  312.       YValues.Multiplier = 1.000000000000000000
  313.       YValues.Order = loNone
  314.       Left = 441
  315.       Top = 206
  316.     end
  317.     object North: TAreaSeries
  318.       Marks.ArrowLength = 8
  319.       Marks.Frame.Color = 8454143
  320.       Marks.Visible = False
  321.       SeriesColor = clRed
  322.       VertAxis = aRightAxis
  323.       DrawArea = True
  324.       XValues.DateTime = True
  325.       XValues.Name = 'X'
  326.       XValues.Multiplier = 1.000000000000000000
  327.       XValues.Order = loAscending
  328.       YValues.DateTime = False
  329.       YValues.Name = 'Y'
  330.       YValues.Multiplier = 1.000000000000000000
  331.       YValues.Order = loNone
  332.       Left = 441
  333.       Top = 173
  334.     end
  335.   end
  336.   object Chart4: TChart
  337.     Left = 418
  338.     Top = 272
  339.     Width = 247
  340.     Height = 201
  341.     BackWall.Brush.Color = clWhite
  342.     BackWall.Color = 16777088
  343.     BackWall.Pen.Color = clBlue
  344.     BackWall.Size = 3
  345.     BottomWall.Pen.Color = clBlue
  346.     BottomWall.Size = 3
  347.     Foot.Font.Color = clYellow
  348.     Foot.Font.Height = -11
  349.     Foot.Font.Name = 'Arial'
  350.     Foot.Font.Style = []
  351.     Foot.Frame.Color = clScrollBar
  352.     Foot.Text.Strings = (
  353.       'Last values')
  354.     Gradient.Direction = gdBottomTop
  355.     LeftWall.Color = clWhite
  356.     LeftWall.Pen.Color = clBlue
  357.     LeftWall.Size = 3
  358.     MarginBottom = -5
  359.     MarginLeft = 10
  360.     MarginRight = 10
  361.     MarginTop = 5
  362.     Title.Font.Color = clPurple
  363.     Title.Font.Height = -16
  364.     Title.Font.Name = 'Arial'
  365.     Title.Font.Style = [fsBold, fsItalic]
  366.     Title.Frame.Color = clScrollBar
  367.     Title.Text.Strings = (
  368.       'Point Series')
  369.     BackColor = 16777088
  370.     BottomAxis.Axis.Color = clBlue
  371.     BottomAxis.Axis.Width = 1
  372.     BottomAxis.DateTimeFormat = 'd/MM/yy'
  373.     BottomAxis.Grid.Color = clBlue
  374.     BottomAxis.LabelsFont.Color = clGreen
  375.     BottomAxis.LabelsFont.Height = -12
  376.     BottomAxis.LabelsFont.Name = 'Arial'
  377.     BottomAxis.LabelsFont.Style = []
  378.     BottomAxis.LabelsSeparation = 0
  379.     BottomAxis.MinorTickCount = 4
  380.     BottomAxis.EndPosition = 100.000000000000000000
  381.     BottomAxis.TickLength = 3
  382.     BottomAxis.Ticks.Color = clWhite
  383.     BottomAxis.Title.Font.Color = clGreen
  384.     BottomAxis.Title.Font.Height = -16
  385.     BottomAxis.Title.Font.Name = 'Arial'
  386.     BottomAxis.Title.Font.Style = [fsItalic]
  387.     Chart3DPercent = 50
  388.     Frame.Color = clBlue
  389.     LeftAxis.Axis.Color = clBlue
  390.     LeftAxis.Axis.Width = 1
  391.     LeftAxis.Grid.Color = clBlue
  392.     LeftAxis.LabelsFont.Color = clTeal
  393.     LeftAxis.LabelsFont.Height = -13
  394.     LeftAxis.LabelsFont.Name = 'Arial'
  395.     LeftAxis.LabelsFont.Style = [fsItalic]
  396.     LeftAxis.EndPosition = 100.000000000000000000
  397.     LeftAxis.Ticks.Color = clFuchsia
  398.     LeftAxis.Title.Font.Color = clNavy
  399.     LeftAxis.Title.Font.Height = -15
  400.     LeftAxis.Title.Font.Name = 'Arial'
  401.     LeftAxis.Title.Font.Style = [fsBold]
  402.     LeftAxis.Visible = False
  403.     Legend.Alignment = laBottom
  404.     Legend.ColorWidth = 50
  405.     Legend.Font.Color = clPurple
  406.     Legend.Font.Height = -11
  407.     Legend.Font.Name = 'Arial'
  408.     Legend.Font.Style = []
  409.     Legend.LegendStyle = lsLastValues
  410.     Legend.TopPos = 2
  411.     Legend.VertMargin = 10
  412.     RightAxis.Grid.Color = clLime
  413.     RightAxis.LabelsFont.Color = clYellow
  414.     RightAxis.LabelsFont.Height = -13
  415.     RightAxis.LabelsFont.Name = 'Arial'
  416.     RightAxis.LabelsFont.Style = []
  417.     RightAxis.EndPosition = 100.000000000000000000
  418.     RightAxis.Visible = False
  419.     TopAxis.EndPosition = 100.000000000000000000
  420.     TopAxis.Visible = False
  421.     View3DOptions.Elevation = 357
  422.     View3DOptions.Orthogonal = False
  423.     View3DOptions.Perspective = 35
  424.     View3DOptions.Rotation = 327
  425.     Color = 8454143
  426.     TabOrder = 5
  427.     object Speaking: TPointSeries
  428.       Marks.ArrowLength = 8
  429.       Marks.Frame.Color = 8454143
  430.       Marks.Visible = False
  431.       SeriesColor = clRed
  432.       VertAxis = aRightAxis
  433.       Pointer.InflateMargins = True
  434.       Pointer.Style = psRectangle
  435.       Pointer.Visible = True
  436.       XValues.DateTime = True
  437.       XValues.Name = 'X'
  438.       XValues.Multiplier = 1.000000000000000000
  439.       XValues.Order = loAscending
  440.       YValues.DateTime = False
  441.       YValues.Name = 'Y'
  442.       YValues.Multiplier = 1.000000000000000000
  443.       YValues.Order = loNone
  444.       Left = 503
  445.       Top = 301
  446.     end
  447.     object Writing: TPointSeries
  448.       Marks.ArrowLength = 8
  449.       Marks.Frame.Color = 8454143
  450.       Marks.Visible = False
  451.       SeriesColor = clGreen
  452.       Pointer.Brush.Color = clGreen
  453.       Pointer.InflateMargins = True
  454.       Pointer.Pen.Color = 64
  455.       Pointer.Style = psCircle
  456.       Pointer.Visible = True
  457.       XValues.DateTime = True
  458.       XValues.Name = 'X'
  459.       XValues.Multiplier = 1.000000000000000000
  460.       XValues.Order = loAscending
  461.       YValues.DateTime = False
  462.       YValues.Name = 'Y'
  463.       YValues.Multiplier = 1.000000000000000000
  464.       YValues.Order = loNone
  465.       Left = 501
  466.       Top = 267
  467.     end
  468.     object Reading: TPointSeries
  469.       Marks.ArrowLength = 8
  470.       Marks.Frame.Color = 8454143
  471.       Marks.Visible = False
  472.       SeriesColor = clYellow
  473.       Pointer.Brush.Color = clYellow
  474.       Pointer.HorizSize = 5
  475.       Pointer.InflateMargins = True
  476.       Pointer.Style = psTriangle
  477.       Pointer.VertSize = 5
  478.       Pointer.Visible = True
  479.       XValues.DateTime = True
  480.       XValues.Name = 'X'
  481.       XValues.Multiplier = 1.000000000000000000
  482.       XValues.Order = loAscending
  483.       YValues.DateTime = False
  484.       YValues.Name = 'Y'
  485.       YValues.Multiplier = 1.000000000000000000
  486.       YValues.Order = loNone
  487.       Left = 499
  488.       Top = 233
  489.     end
  490.   end
  491.   object Panel1: TPanel
  492.     Left = 0
  493.     Top = 33
  494.     Width = 121
  495.     Height = 442
  496.     Align = alLeft
  497.     TabOrder = 1
  498.     object CheckBox1: TCheckBox
  499.       Left = 12
  500.       Top = 52
  501.       Width = 105
  502.       Height = 17
  503.       Caption = '&Animate !!!'
  504.       Font.Color = clBlack
  505.       Font.Height = -16
  506.       Font.Name = 'Arial'
  507.       Font.Style = [fsBold]
  508.       ParentFont = False
  509.       TabOrder = 0
  510.       OnClick = CheckBox1Click
  511.     end
  512.     object BitBtn1: TBitBtn
  513.       Left = 8
  514.       Top = 160
  515.       Width = 97
  516.       Height = 29
  517.       Caption = '    &Print all'
  518.       TabOrder = 1
  519.       OnClick = BitBtn1Click
  520.       Glyph.Data = {
  521.         76010000424D7601000000000000760000002800000020000000100000000100
  522.         0400000000000001000000000000000000001000000010000000000000000000
  523.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  524.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  525.         00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  526.         8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  527.         8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  528.         8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  529.         03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  530.         03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  531.         33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  532.         33333337FFFF7733333333300000033333333337777773333333}
  533.       NumGlyphs = 2
  534.     end
  535.     object RadioGroup1: TRadioGroup
  536.       Left = 4
  537.       Top = 96
  538.       Width = 109
  539.       Height = 53
  540.       Font.Color = clBlack
  541.       Font.Height = -12
  542.       Font.Name = 'MS Sans Serif'
  543.       Font.Style = []
  544.       ItemIndex = 0
  545.       Items.Strings = (
  546.         'Proportional'
  547.         'More resolution')
  548.       ParentFont = False
  549.       TabOrder = 2
  550.     end
  551.     object CheckBox2: TCheckBox
  552.       Left = 12
  553.       Top = 20
  554.       Width = 41
  555.       Height = 17
  556.       Caption = '3&D'
  557.       State = cbChecked
  558.       TabOrder = 3
  559.       OnClick = CheckBox2Click
  560.     end
  561.     object BitBtn2: TBitBtn
  562.       Left = 8
  563.       Top = 264
  564.       Width = 97
  565.       Height = 29
  566.       Caption = '    &Save all '
  567.       TabOrder = 4
  568.       OnClick = BitBtn2Click
  569.       Glyph.Data = {
  570.         76010000424D7601000000000000760000002800000020000000100000000100
  571.         0400000000000001000000000000000000001000000010000000000000000000
  572.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  573.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  574.         333333FFFFFFFFFFFFF33000077777770033377777777777773F000007888888
  575.         00037F3337F3FF37F37F00000780088800037F3337F77F37F37F000007800888
  576.         00037F3337F77FF7F37F00000788888800037F3337777777337F000000000000
  577.         00037F3FFFFFFFFFFF7F00000000000000037F77777777777F7F000FFFFFFFFF
  578.         00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
  579.         00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
  580.         00037F7F333333337F7F000FFFFFFFFF07037F7F33333333777F000FFFFFFFFF
  581.         0003737FFFFFFFFF7F7330099999999900333777777777777733}
  582.       NumGlyphs = 2
  583.     end
  584.     object BitBtn3: TBitBtn
  585.       Left = 8
  586.       Top = 328
  587.       Width = 100
  588.       Height = 37
  589.       Caption = '    Close'
  590.       TabOrder = 5
  591.       Kind = bkClose
  592.     end
  593.   end
  594.   object Panel2: TPanel
  595.     Left = 0
  596.     Top = 0
  597.     Width = 670
  598.     Height = 33
  599.     Align = alTop
  600.     TabOrder = 2
  601.     object Label1: TLabel
  602.       Left = 4
  603.       Top = 10
  604.       Width = 558
  605.       Height = 16
  606.       Alignment = taCenter
  607.       Caption = 
  608.         'Left drag (Up/Down) to Zoom. Right drag to Scroll. Invert Zoom r' +
  609.         'ectangle to reset.'
  610.       Font.Color = clNavy
  611.       Font.Height = -13
  612.       Font.Name = 'MS Sans Serif'
  613.       Font.Style = [fsBold]
  614.       ParentFont = False
  615.     end
  616.   end
  617.   object Timer1: TTimer
  618.     Enabled = False
  619.     Interval = 1
  620.     OnTimer = Timer1Timer
  621.     Left = 102
  622.     Top = 254
  623.   end
  624.   object SaveDialog1: TSaveDialog
  625.     DefaultExt = 'BMP'
  626.     FileName = 'TEEDEMO.BMP'
  627.     Filter = 'Bitmap Files|*.bmp'
  628.     Options = [ofOverwritePrompt, ofHideReadOnly]
  629.     Title = 'TeeChart DEMO Save to Bitmap'
  630.     Left = 162
  631.     Top = 444
  632.   end
  633. end
  634.