home *** CD-ROM | disk | FTP | other *** search
- object Candle3DForm: TCandle3DForm
- Left = 102
- Top = 97
- Width = 568
- Height = 455
- ActiveControl = Button1
- Caption = 'TeeChart Pro -- Candle Charts in 3D mode'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 560
- Height = 89
- Align = alTop
- TabOrder = 0
- object Label1: TLabel
- Left = 304
- Top = 60
- Width = 32
- Height = 13
- Caption = '&Depth:'
- FocusControl = ScrollBar1
- end
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 265
- Height = 73
- Lines.Strings = (
- 'Candle Charts can now be displayed in 3D mode with'
- '"solid" candle bodys.'
- 'The Chart3DPercent property controls the depth '
- 'dimension.')
- TabOrder = 0
- end
- object Button1: TButton
- Left = 455
- Top = 12
- Width = 75
- Height = 25
- Caption = 'Close'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object ScrollBar1: TScrollBar
- Left = 344
- Top = 58
- Width = 121
- Height = 16
- Min = 1
- Position = 15
- TabOrder = 2
- OnChange = ScrollBar1Change
- end
- object CheckBox1: TCheckBox
- Left = 304
- Top = 8
- Width = 97
- Height = 17
- Caption = 'Draw 3D'
- State = cbChecked
- TabOrder = 3
- OnClick = CheckBox1Click
- end
- object CheckBox2: TCheckBox
- Left = 304
- Top = 32
- Width = 97
- Height = 17
- Caption = 'Dark sides'
- State = cbChecked
- TabOrder = 4
- OnClick = CheckBox2Click
- end
- end
- object Chart1: TChart
- Left = 0
- Top = 122
- Width = 560
- Height = 306
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Title.Text.Strings = (
- 'TChart')
- Title.Visible = False
- BottomAxis.EndPosition = 100.000000000000000000
- LeftAxis.EndPosition = 100.000000000000000000
- Legend.Visible = False
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- Align = alClient
- TabOrder = 1
- object Series1: TCandleSeries
- Marks.ArrowLength = 8
- 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
- Draw3D = True
- end
- end
- object TeeCommander1: TTeeCommander
- Left = 0
- Top = 89
- Width = 560
- Height = 33
- Panel = Chart1
- Align = alTop
- TabOrder = 2
- end
- end
-