home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / DEMOS / TEECHART / BASIC.DFM / BASIC.txt
Text File  |  1998-06-16  |  17KB  |  578 lines

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