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

  1. object FinancialTrendForm: TFinancialTrendForm
  2.   Left = 126
  3.   Top = 84
  4.   Width = 603
  5.   Height = 426
  6.   Caption = 'TeeChart Manual Trend Lines DEMO'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Chart1: TChart
  19.     Left = 0
  20.     Top = 81
  21.     Width = 595
  22.     Height = 318
  23.     BackWall.Brush.Color = clWhite
  24.     BackWall.Brush.Style = bsClear
  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.       'Copyright ∩┐╜ 1995-1996 David Berneda. All rights Reserved.')
  32.     Title.Frame.Color = clScrollBar
  33.     Title.Text.Strings = (
  34.       'TeeChart Manual Trend drawing demo.')
  35.     OnClickSeries = Chart1ClickSeries
  36.     OnUndoZoom = Chart1UndoZoom
  37.     OnZoom = Chart1Zoom
  38.     BottomAxis.Axis.Color = clBlue
  39.     BottomAxis.Grid.Color = clYellow
  40.     BottomAxis.LabelsFont.Color = clRed
  41.     BottomAxis.LabelsFont.Height = -13
  42.     BottomAxis.LabelsFont.Name = 'Arial'
  43.     BottomAxis.LabelsFont.Style = []
  44.     BottomAxis.LabelsSeparation = 50
  45.     BottomAxis.EndPosition = 100.000000000000000000
  46.     Chart3DPercent = 28
  47.     LeftAxis.Grid.Color = clScrollBar
  48.     LeftAxis.LabelsFont.Color = clNavy
  49.     LeftAxis.LabelsFont.Height = -13
  50.     LeftAxis.LabelsFont.Name = 'Arial'
  51.     LeftAxis.LabelsFont.Style = []
  52.     LeftAxis.LabelsSeparation = 2
  53.     LeftAxis.LabelsSize = 49
  54.     LeftAxis.EndPosition = 100.000000000000000000
  55.     Legend.Alignment = laTop
  56.     Legend.LegendStyle = lsSeries
  57.     RightAxis.Automatic = False
  58.     RightAxis.AutomaticMaximum = False
  59.     RightAxis.AutomaticMinimum = False
  60.     RightAxis.Grid.Color = clScrollBar
  61.     RightAxis.Grid.Visible = False
  62.     RightAxis.LabelsFont.Color = clBlack
  63.     RightAxis.LabelsFont.Height = -15
  64.     RightAxis.LabelsFont.Name = 'Arial'
  65.     RightAxis.LabelsFont.Style = [fsItalic]
  66.     RightAxis.Maximum = 400.000000000000000000
  67.     RightAxis.EndPosition = 100.000000000000000000
  68.     TopAxis.Grid.Color = clScrollBar
  69.     TopAxis.EndPosition = 100.000000000000000000
  70.     View3D = False
  71.     Align = alClient
  72.     TabOrder = 0
  73.     OnMouseDown = Chart1MouseDown
  74.     OnMouseMove = Chart1MouseMove
  75.     OnMouseUp = Chart1MouseUp
  76.     object CandleSeries1: TCandleSeries
  77.       Marks.ArrowLength = 8
  78.       Marks.Style = smsPercent
  79.       Marks.Visible = False
  80.       SeriesColor = clRed
  81.       CloseValues.DateTime = False
  82.       CloseValues.Name = 'Close'
  83.       CloseValues.Multiplier = 1.000000000000000000
  84.       CloseValues.Order = loNone
  85.       DateValues.DateTime = True
  86.       DateValues.Name = 'Date'
  87.       DateValues.Multiplier = 1.000000000000000000
  88.       DateValues.Order = loAscending
  89.       HighValues.DateTime = False
  90.       HighValues.Name = 'High'
  91.       HighValues.Multiplier = 1.000000000000000000
  92.       HighValues.Order = loNone
  93.       LowValues.DateTime = False
  94.       LowValues.Name = 'Low'
  95.       LowValues.Multiplier = 1.000000000000000000
  96.       LowValues.Order = loNone
  97.       OpenValues.DateTime = False
  98.       OpenValues.Name = 'Open'
  99.       OpenValues.Multiplier = 1.000000000000000000
  100.       OpenValues.Order = loNone
  101.       Left = 154
  102.       Top = 183
  103.     end
  104.     object VolumeSeries1: TVolumeSeries
  105.       Marks.ArrowLength = 8
  106.       Marks.Visible = False
  107.       SeriesColor = clGreen
  108.       VertAxis = aRightAxis
  109.       VolumeValues.DateTime = False
  110.       VolumeValues.Name = 'Y'
  111.       VolumeValues.Multiplier = 1.000000000000000000
  112.       VolumeValues.Order = loNone
  113.       XValues.DateTime = True
  114.       XValues.Name = 'X'
  115.       XValues.Multiplier = 1.000000000000000000
  116.       XValues.Order = loAscending
  117.       Left = 286
  118.       Top = 185
  119.     end
  120.   end
  121.   object Panel1: TPanel
  122.     Left = 0
  123.     Top = 0
  124.     Width = 595
  125.     Height = 81
  126.     Align = alTop
  127.     Font.Color = clBlack
  128.     Font.Height = -11
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     TabOrder = 1
  133.     object Label1: TLabel
  134.       Left = 222
  135.       Top = 12
  136.       Width = 31
  137.       Height = 17
  138.       Caption = 'Start'
  139.       Font.Color = clBlue
  140.       Font.Height = -15
  141.       Font.Name = 'Arial'
  142.       Font.Style = []
  143.       ParentFont = False
  144.     end
  145.     object Label2: TLabel
  146.       Left = 222
  147.       Top = 32
  148.       Width = 26
  149.       Height = 17
  150.       Caption = 'End'
  151.       Font.Color = clBlue
  152.       Font.Height = -15
  153.       Font.Name = 'Arial'
  154.       Font.Style = []
  155.       ParentFont = False
  156.     end
  157.     object RadioGroup1: TRadioGroup
  158.       Left = 9
  159.       Top = 4
  160.       Width = 176
  161.       Height = 73
  162.       Caption = 'Left Mouse Button does:'
  163.       Font.Color = clBlack
  164.       Font.Height = -11
  165.       Font.Name = 'MS Sans Serif'
  166.       Font.Style = [fsBold]
  167.       ItemIndex = 0
  168.       Items.Strings = (
  169.         'Zoom and Editing'
  170.         'Draw new Trend Lines'
  171.         'Delete a Trend Line')
  172.       ParentFont = False
  173.       TabOrder = 0
  174.       OnClick = RadioGroup1Click
  175.     end
  176.     object Button1: TButton
  177.       Left = 392
  178.       Top = 8
  179.       Width = 89
  180.       Height = 27
  181.       Caption = 'Undo Zoom'
  182.       TabOrder = 1
  183.       OnClick = Button1Click
  184.     end
  185.     object Button2: TButton
  186.       Left = 392
  187.       Top = 48
  188.       Width = 89
  189.       Height = 27
  190.       Caption = 'Edit Chart...'
  191.       TabOrder = 2
  192.       OnClick = Button2Click
  193.     end
  194.     object CheckBox1: TCheckBox
  195.       Left = 496
  196.       Top = 16
  197.       Width = 57
  198.       Height = 17
  199.       Caption = '3D'
  200.       TabOrder = 3
  201.       OnClick = CheckBox1Click
  202.     end
  203.     object BitBtn1: TBitBtn
  204.       Left = 496
  205.       Top = 48
  206.       Width = 89
  207.       Height = 27
  208.       TabOrder = 4
  209.       Kind = bkClose
  210.     end
  211.     object CBSave: TCheckBox
  212.       Left = 224
  213.       Top = 56
  214.       Width = 137
  215.       Height = 17
  216.       Caption = 'Save trends to disk'
  217.       TabOrder = 5
  218.     end
  219.   end
  220. end
  221.