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

  1. object DigitalForm: TDigitalForm
  2.   Left = 90
  3.   Top = 41
  4.   Width = 615
  5.   Height = 436
  6.   Caption = 'TeeChart Digital Series Example'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poDefault
  13.   WindowState = wsMaximized
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Chart1: TChart
  17.     Left = 161
  18.     Top = 0
  19.     Width = 446
  20.     Height = 409
  21.     AnimatedZoom = True
  22.     AnimatedZoomSteps = 16
  23.     BottomWall.Color = clWhite
  24.     BottomWall.Size = 6
  25.     Foot.Font.Color = clRed
  26.     Foot.Font.Height = -11
  27.     Foot.Font.Name = 'Arial'
  28.     Foot.Font.Style = [fsItalic]
  29.     Foot.Frame.Color = clScrollBar
  30.     LeftWall.Color = 8454143
  31.     LeftWall.Size = 4
  32.     Title.Frame.Color = clScrollBar
  33.     Title.Text.Strings = (
  34.       'We'#39're testing that new Pentium...'
  35.       'It seems has good health !!!')
  36.     BackColor = 8454016
  37.     BottomAxis.Grid.Color = 8388863
  38.     Frame.Color = clNavy
  39.     Frame.Width = 2
  40.     LeftAxis.Grid.Color = clSilver
  41.     Legend.Font.Color = clBlack
  42.     Legend.Font.Height = -19
  43.     Legend.Font.Name = 'Arial'
  44.     Legend.Font.Style = [fsBold, fsItalic]
  45.     Legend.LegendStyle = lsLastValues
  46.     OnGetLegendText = Chart1GetLegendText
  47.     Align = alClient
  48.     TabOrder = 0
  49.     object LineSeries1: TLineSeries
  50.       Marks.ArrowLength = 8
  51.       Marks.Visible = False
  52.       Title = 'Pipeline Signal'
  53.       SeriesColor = clBlue
  54.       Pointer.InflateMargins = True
  55.       Pointer.Style = psRectangle
  56.       Pointer.Visible = False
  57.       Stairs = True
  58.       XValues.DateTime = False
  59.       XValues.Name = 'X'
  60.       XValues.Multiplier = 1.000000000000000000
  61.       XValues.Order = loAscending
  62.       YValues.DateTime = False
  63.       YValues.Name = 'Y'
  64.       YValues.Multiplier = 1.000000000000000000
  65.       YValues.Order = loNone
  66.       Left = 175
  67.       Top = 130
  68.     end
  69.     object LineSeries2: TLineSeries
  70.       Marks.ArrowLength = 8
  71.       Marks.Visible = False
  72.       Title = 'RAM Cycles'
  73.       SeriesColor = clYellow
  74.       Pointer.InflateMargins = True
  75.       Pointer.Style = psRectangle
  76.       Pointer.Visible = False
  77.       Stairs = True
  78.       XValues.DateTime = False
  79.       XValues.Name = 'X'
  80.       XValues.Multiplier = 1.000000000000000000
  81.       XValues.Order = loAscending
  82.       YValues.DateTime = False
  83.       YValues.Name = 'Y'
  84.       YValues.Multiplier = 1.000000000000000000
  85.       YValues.Order = loNone
  86.       Left = 105
  87.       Top = 132
  88.     end
  89.     object LineSeries3: TLineSeries
  90.       Marks.ArrowLength = 8
  91.       Marks.Visible = False
  92.       Title = 'PCI Status'
  93.       SeriesColor = clGreen
  94.       Pointer.InflateMargins = True
  95.       Pointer.Style = psRectangle
  96.       Pointer.Visible = False
  97.       Stairs = True
  98.       XValues.DateTime = False
  99.       XValues.Name = 'X'
  100.       XValues.Multiplier = 1.000000000000000000
  101.       XValues.Order = loAscending
  102.       YValues.DateTime = False
  103.       YValues.Name = 'Y'
  104.       YValues.Multiplier = 1.000000000000000000
  105.       YValues.Order = loNone
  106.       Left = 107
  107.       Top = 86
  108.     end
  109.     object LineSeries4: TLineSeries
  110.       Marks.ArrowLength = 8
  111.       Marks.Visible = False
  112.       Title = 'I/O Timing'
  113.       SeriesColor = clRed
  114.       Pointer.InflateMargins = True
  115.       Pointer.Style = psRectangle
  116.       Pointer.Visible = False
  117.       Stairs = True
  118.       XValues.DateTime = False
  119.       XValues.Name = 'X'
  120.       XValues.Multiplier = 1.000000000000000000
  121.       XValues.Order = loAscending
  122.       YValues.DateTime = False
  123.       YValues.Name = 'Y'
  124.       YValues.Multiplier = 1.000000000000000000
  125.       YValues.Order = loNone
  126.       Left = 173
  127.       Top = 88
  128.     end
  129.   end
  130.   object Panel1: TPanel
  131.     Left = 0
  132.     Top = 0
  133.     Width = 161
  134.     Height = 409
  135.     Align = alLeft
  136.     TabOrder = 1
  137.     object CheckBox1: TCheckBox
  138.       Left = 20
  139.       Top = 13
  140.       Width = 119
  141.       Height = 18
  142.       Caption = 'Animate !!!'
  143.       Font.Color = clBlack
  144.       Font.Height = -19
  145.       Font.Name = 'Arial'
  146.       Font.Style = [fsBold]
  147.       ParentFont = False
  148.       TabOrder = 0
  149.       OnClick = CheckBox1Click
  150.     end
  151.     object CheckBox2: TCheckBox
  152.       Left = 20
  153.       Top = 69
  154.       Width = 78
  155.       Height = 18
  156.       Caption = 'View 3D'
  157.       State = cbChecked
  158.       TabOrder = 1
  159.       OnClick = CheckBox2Click
  160.     end
  161.     object CheckBox3: TCheckBox
  162.       Left = 20
  163.       Top = 45
  164.       Width = 126
  165.       Height = 18
  166.       Caption = 'Last Values in Legend'
  167.       State = cbChecked
  168.       TabOrder = 2
  169.       OnClick = CheckBox3Click
  170.     end
  171.     object BitBtn3: TBitBtn
  172.       Left = 32
  173.       Top = 351
  174.       Width = 89
  175.       Height = 33
  176.       TabOrder = 3
  177.       Kind = bkClose
  178.     end
  179.     object CheckBox4: TCheckBox
  180.       Left = 20
  181.       Top = 93
  182.       Width = 78
  183.       Height = 18
  184.       Caption = 'Z Order'
  185.       TabOrder = 4
  186.       OnClick = CheckBox4Click
  187.     end
  188.     object Memo1: TMemo
  189.       Left = 20
  190.       Top = 136
  191.       Width = 121
  192.       Height = 169
  193.       Lines.Strings = (
  194.         'Line Series can be used '
  195.         'as "step" Series by '
  196.         'setting '
  197.         'the Stairs property.'
  198.         ''
  199.         'In this demo several '
  200.         'Line Series are '
  201.         'displayed '
  202.         'on same Z order.')
  203.       TabOrder = 5
  204.     end
  205.   end
  206.   object Timer1: TTimer
  207.     Enabled = False
  208.     Interval = 1
  209.     OnTimer = Timer1Timer
  210.     Left = 170
  211.     Top = 10
  212.   end
  213. end
  214.