home *** CD-ROM | disk | FTP | other *** search
- object FinancialTrendForm: TFinancialTrendForm
- Left = 126
- Top = 84
- Width = 603
- Height = 426
- Caption = 'TeeChart Manual Trend Lines DEMO'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 13
- object Chart1: TChart
- Left = 0
- Top = 81
- Width = 595
- Height = 318
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Foot.Font.Color = clRed
- Foot.Font.Height = -12
- Foot.Font.Name = 'Arial'
- Foot.Font.Style = [fsItalic]
- Foot.Frame.Color = clScrollBar
- Foot.Text.Strings = (
- 'Copyright � 1995-1996 David Berneda. All rights Reserved.')
- Title.Frame.Color = clScrollBar
- Title.Text.Strings = (
- 'TeeChart Manual Trend drawing demo.')
- OnClickSeries = Chart1ClickSeries
- OnUndoZoom = Chart1UndoZoom
- OnZoom = Chart1Zoom
- BottomAxis.Axis.Color = clBlue
- BottomAxis.Grid.Color = clYellow
- BottomAxis.LabelsFont.Color = clRed
- BottomAxis.LabelsFont.Height = -13
- BottomAxis.LabelsFont.Name = 'Arial'
- BottomAxis.LabelsFont.Style = []
- BottomAxis.LabelsSeparation = 50
- BottomAxis.EndPosition = 100.000000000000000000
- Chart3DPercent = 28
- LeftAxis.Grid.Color = clScrollBar
- LeftAxis.LabelsFont.Color = clNavy
- LeftAxis.LabelsFont.Height = -13
- LeftAxis.LabelsFont.Name = 'Arial'
- LeftAxis.LabelsFont.Style = []
- LeftAxis.LabelsSeparation = 2
- LeftAxis.LabelsSize = 49
- LeftAxis.EndPosition = 100.000000000000000000
- Legend.Alignment = laTop
- Legend.LegendStyle = lsSeries
- RightAxis.Automatic = False
- RightAxis.AutomaticMaximum = False
- RightAxis.AutomaticMinimum = False
- RightAxis.Grid.Color = clScrollBar
- RightAxis.Grid.Visible = False
- RightAxis.LabelsFont.Color = clBlack
- RightAxis.LabelsFont.Height = -15
- RightAxis.LabelsFont.Name = 'Arial'
- RightAxis.LabelsFont.Style = [fsItalic]
- RightAxis.Maximum = 400.000000000000000000
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.Grid.Color = clScrollBar
- TopAxis.EndPosition = 100.000000000000000000
- View3D = False
- Align = alClient
- TabOrder = 0
- OnMouseDown = Chart1MouseDown
- OnMouseMove = Chart1MouseMove
- OnMouseUp = Chart1MouseUp
- object CandleSeries1: TCandleSeries
- Marks.ArrowLength = 8
- Marks.Style = smsPercent
- Marks.Visible = False
- SeriesColor = clRed
- CloseValues.DateTime = False
- CloseValues.Name = 'Close'
- CloseValues.Multiplier = 1.000000000000000000
- CloseValues.Order = loNone
- DateValues.DateTime = True
- DateValues.Name = 'Date'
- DateValues.Multiplier = 1.000000000000000000
- DateValues.Order = loAscending
- HighValues.DateTime = False
- HighValues.Name = 'High'
- HighValues.Multiplier = 1.000000000000000000
- HighValues.Order = loNone
- LowValues.DateTime = False
- LowValues.Name = 'Low'
- LowValues.Multiplier = 1.000000000000000000
- LowValues.Order = loNone
- OpenValues.DateTime = False
- OpenValues.Name = 'Open'
- OpenValues.Multiplier = 1.000000000000000000
- OpenValues.Order = loNone
- Left = 154
- Top = 183
- end
- object VolumeSeries1: TVolumeSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clGreen
- VertAxis = aRightAxis
- VolumeValues.DateTime = False
- VolumeValues.Name = 'Y'
- VolumeValues.Multiplier = 1.000000000000000000
- VolumeValues.Order = loNone
- XValues.DateTime = True
- XValues.Name = 'X'
- XValues.Multiplier = 1.000000000000000000
- XValues.Order = loAscending
- Left = 286
- Top = 185
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 595
- Height = 81
- Align = alTop
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object Label1: TLabel
- Left = 222
- Top = 12
- Width = 31
- Height = 17
- Caption = 'Start'
- Font.Color = clBlue
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 222
- Top = 32
- Width = 26
- Height = 17
- Caption = 'End'
- Font.Color = clBlue
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object RadioGroup1: TRadioGroup
- Left = 9
- Top = 4
- Width = 176
- Height = 73
- Caption = 'Left Mouse Button does:'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ItemIndex = 0
- Items.Strings = (
- 'Zoom and Editing'
- 'Draw new Trend Lines'
- 'Delete a Trend Line')
- ParentFont = False
- TabOrder = 0
- OnClick = RadioGroup1Click
- end
- object Button1: TButton
- Left = 392
- Top = 8
- Width = 89
- Height = 27
- Caption = 'Undo Zoom'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 392
- Top = 48
- Width = 89
- Height = 27
- Caption = 'Edit Chart...'
- TabOrder = 2
- OnClick = Button2Click
- end
- object CheckBox1: TCheckBox
- Left = 496
- Top = 16
- Width = 57
- Height = 17
- Caption = '3D'
- TabOrder = 3
- OnClick = CheckBox1Click
- end
- object BitBtn1: TBitBtn
- Left = 496
- Top = 48
- Width = 89
- Height = 27
- TabOrder = 4
- Kind = bkClose
- end
- object CBSave: TCheckBox
- Left = 224
- Top = 56
- Width = 137
- Height = 17
- Caption = 'Save trends to disk'
- TabOrder = 5
- end
- end
- end
-