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

  1. object MiniForm: TMiniForm
  2.   Left = 275
  3.   Top = 141
  4.   Width = 192
  5.   Height = 136
  6.   Hint = 'Please Resize Me !!!'
  7.   Caption = 'Mini-Tee-Charts.  Enjoy !!!'
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 97
  21.     Height = 109
  22.     Align = alLeft
  23.     TabOrder = 0
  24.     object Chart1: TChart
  25.       Left = 1
  26.       Top = 57
  27.       Width = 95
  28.       Height = 51
  29.       BackWall.Brush.Color = clWhite
  30.       BackWall.Brush.Style = bsClear
  31.       BackWall.Pen.Visible = False
  32.       Foot.Font.Color = clRed
  33.       Foot.Font.Height = -12
  34.       Foot.Font.Name = 'Arial'
  35.       Foot.Font.Style = [fsItalic]
  36.       Foot.Frame.Color = clScrollBar
  37.       MarginBottom = 0
  38.       MarginLeft = 0
  39.       MarginRight = 0
  40.       MarginTop = 0
  41.       Title.Frame.Color = clScrollBar
  42.       Title.Text.Strings = (
  43.         'TChart Component')
  44.       Title.Visible = False
  45.       BottomAxis.Visible = False
  46.       Chart3DPercent = 30
  47.       Frame.Visible = False
  48.       LeftAxis.Visible = False
  49.       Legend.Visible = False
  50.       RightAxis.Visible = False
  51.       TopAxis.Visible = False
  52.       View3DWalls = False
  53.       Align = alClient
  54.       TabOrder = 0
  55.       object LineSeries1: TLineSeries
  56.         Marks.ArrowLength = 8
  57.         Marks.Visible = False
  58.         SeriesColor = clRed
  59.         Pointer.InflateMargins = True
  60.         Pointer.Style = psRectangle
  61.         Pointer.Visible = False
  62.         XValues.DateTime = True
  63.         XValues.Name = 'X'
  64.         XValues.Multiplier = 1.000000000000000000
  65.         XValues.Order = loAscending
  66.         YValues.DateTime = False
  67.         YValues.Name = 'Y'
  68.         YValues.Multiplier = 1.000000000000000000
  69.         YValues.Order = loNone
  70.         Left = 15
  71.         Top = 74
  72.       end
  73.       object LineSeries2: TLineSeries
  74.         Marks.ArrowLength = 8
  75.         Marks.Visible = False
  76.         SeriesColor = clGreen
  77.         AfterDrawValues = LineSeries2AfterDrawValues
  78.         Pointer.InflateMargins = True
  79.         Pointer.Style = psRectangle
  80.         Pointer.Visible = False
  81.         XValues.DateTime = True
  82.         XValues.Name = 'X'
  83.         XValues.Multiplier = 1.000000000000000000
  84.         XValues.Order = loAscending
  85.         YValues.DateTime = False
  86.         YValues.Name = 'Y'
  87.         YValues.Multiplier = 1.000000000000000000
  88.         YValues.Order = loNone
  89.         Left = 58
  90.         Top = 75
  91.       end
  92.     end
  93.     object Chart2: TChart
  94.       Left = 1
  95.       Top = 1
  96.       Width = 95
  97.       Height = 56
  98.       BackWall.Brush.Color = clWhite
  99.       BackWall.Brush.Style = bsClear
  100.       BackWall.Pen.Visible = False
  101.       Foot.Font.Color = clRed
  102.       Foot.Font.Height = -12
  103.       Foot.Font.Name = 'Arial'
  104.       Foot.Font.Style = [fsItalic]
  105.       Foot.Frame.Color = clScrollBar
  106.       MarginBottom = 0
  107.       MarginLeft = 0
  108.       MarginRight = 0
  109.       MarginTop = 0
  110.       Title.Frame.Color = clScrollBar
  111.       Title.Text.Strings = (
  112.         'TChart Component')
  113.       Title.Visible = False
  114.       BottomAxis.Visible = False
  115.       Chart3DPercent = 25
  116.       Frame.Visible = False
  117.       LeftAxis.Visible = False
  118.       Legend.Visible = False
  119.       RightAxis.Visible = False
  120.       TopAxis.Visible = False
  121.       View3D = False
  122.       View3DWalls = False
  123.       Align = alTop
  124.       TabOrder = 1
  125.       object BarSeries1: TBarSeries
  126.         ColorEachPoint = True
  127.         Marks.ArrowLength = 20
  128.         Marks.Visible = False
  129.         SeriesColor = clRed
  130.         BarPen.Visible = False
  131.         Dark3D = False
  132.         XValues.DateTime = True
  133.         XValues.Name = 'X'
  134.         XValues.Multiplier = 1.000000000000000000
  135.         XValues.Order = loAscending
  136.         YValues.DateTime = False
  137.         YValues.Name = 'Y'
  138.         YValues.Multiplier = 1.000000000000000000
  139.         YValues.Order = loNone
  140.         Left = 34
  141.         Top = 13
  142.       end
  143.     end
  144.   end
  145.   object Panel2: TPanel
  146.     Left = 97
  147.     Top = 0
  148.     Width = 87
  149.     Height = 109
  150.     Align = alClient
  151.     TabOrder = 1
  152.     object Chart3: TChart
  153.       Left = 1
  154.       Top = 1
  155.       Width = 85
  156.       Height = 56
  157.       AllowPanning = pmNone
  158.       AllowZoom = False
  159.       BackWall.Brush.Color = clWhite
  160.       BackWall.Brush.Style = bsClear
  161.       BackWall.Pen.Visible = False
  162.       Foot.Font.Color = clRed
  163.       Foot.Font.Height = -12
  164.       Foot.Font.Name = 'Arial'
  165.       Foot.Font.Style = [fsItalic]
  166.       Foot.Frame.Color = clScrollBar
  167.       MarginBottom = 0
  168.       MarginLeft = 0
  169.       MarginRight = 0
  170.       MarginTop = 0
  171.       Title.Frame.Color = clScrollBar
  172.       Title.Text.Strings = (
  173.         'TChart Component')
  174.       Title.Visible = False
  175.       AxisVisible = False
  176.       BottomAxis.Visible = False
  177.       ClipPoints = False
  178.       Frame.Visible = False
  179.       LeftAxis.Visible = False
  180.       Legend.Visible = False
  181.       RightAxis.Visible = False
  182.       TopAxis.Visible = False
  183.       View3DOptions.Elevation = 315
  184.       View3DOptions.Orthogonal = False
  185.       View3DOptions.Rotation = 360
  186.       View3DWalls = False
  187.       Align = alTop
  188.       TabOrder = 0
  189.       object PieSeries1: TPieSeries
  190.         Marks.ArrowLength = 8
  191.         Marks.Style = smsLabelPercent
  192.         Marks.Visible = False
  193.         SeriesColor = clRed
  194.         Circled = True
  195.         OtherSlice.Text = 'Other'
  196.         PieValues.DateTime = False
  197.         PieValues.Name = 'Y'
  198.         PieValues.Multiplier = 1.000000000000000000
  199.         PieValues.Order = loNone
  200.         Left = 134
  201.         Top = 13
  202.       end
  203.     end
  204.     object Chart4: TChart
  205.       Left = 1
  206.       Top = 57
  207.       Width = 85
  208.       Height = 51
  209.       BackWall.Brush.Color = clWhite
  210.       BackWall.Brush.Style = bsClear
  211.       BackWall.Pen.Visible = False
  212.       Foot.Font.Color = clRed
  213.       Foot.Font.Height = -12
  214.       Foot.Font.Name = 'Arial'
  215.       Foot.Font.Style = [fsItalic]
  216.       Foot.Frame.Color = clScrollBar
  217.       MarginBottom = 0
  218.       MarginLeft = 0
  219.       MarginRight = 0
  220.       MarginTop = 0
  221.       Title.Frame.Color = clScrollBar
  222.       Title.Text.Strings = (
  223.         'TChart Component')
  224.       Title.Visible = False
  225.       BottomAxis.Visible = False
  226.       Frame.Visible = False
  227.       LeftAxis.Visible = False
  228.       Legend.Visible = False
  229.       RightAxis.Visible = False
  230.       TopAxis.Visible = False
  231.       View3D = False
  232.       View3DWalls = False
  233.       Align = alClient
  234.       TabOrder = 1
  235.       object AreaSeries1: TAreaSeries
  236.         Marks.ArrowLength = 8
  237.         Marks.Visible = False
  238.         SeriesColor = clRed
  239.         AreaLinesPen.Visible = False
  240.         DrawArea = True
  241.         XValues.DateTime = True
  242.         XValues.Name = 'X'
  243.         XValues.Multiplier = 1.000000000000000000
  244.         XValues.Order = loAscending
  245.         YValues.DateTime = False
  246.         YValues.Name = 'Y'
  247.         YValues.Multiplier = 1.000000000000000000
  248.         YValues.Order = loNone
  249.         Left = 111
  250.         Top = 77
  251.       end
  252.       object LineSeries3: TLineSeries
  253.         Marks.ArrowLength = 8
  254.         Marks.Visible = False
  255.         SeriesColor = clGreen
  256.         AfterDrawValues = LineSeries3AfterDrawValues
  257.         Pointer.InflateMargins = True
  258.         Pointer.Style = psRectangle
  259.         Pointer.Visible = False
  260.         XValues.DateTime = True
  261.         XValues.Name = 'X'
  262.         XValues.Multiplier = 1.000000000000000000
  263.         XValues.Order = loAscending
  264.         YValues.DateTime = False
  265.         YValues.Name = 'Y'
  266.         YValues.Multiplier = 1.000000000000000000
  267.         YValues.Order = loNone
  268.         Left = 164
  269.         Top = 79
  270.       end
  271.     end
  272.   end
  273.   object Timer1: TTimer
  274.     Interval = 1
  275.     OnTimer = Timer1Timer
  276.     Left = 84
  277.     Top = 43
  278.   end
  279. end
  280.