home *** CD-ROM | disk | FTP | other *** search
- object DeletePointsForm: TDeletePointsForm
- Left = 200
- Top = 108
- Width = 421
- Height = 341
- ActiveControl = BitBtn1
- Caption = 'TeeChart-Pro - Removing and compacting points.'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object Chart1: TChart
- Left = 4
- Top = 9
- Width = 400
- Height = 250
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Title.Text.Strings = (
- 'TChart')
- BottomAxis.EndPosition = 100.000000000000000000
- LeftAxis.EndPosition = 100.000000000000000000
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- TabOrder = 0
- object Series1: TBarSeries
- Marks.ArrowLength = 20
- Marks.Visible = True
- SeriesColor = clRed
- XValues.DateTime = False
- XValues.Name = 'X'
- XValues.Multiplier = 1.000000000000000000
- XValues.Order = loNone
- YValues.DateTime = False
- YValues.Name = 'Bar'
- YValues.Multiplier = 1.000000000000000000
- YValues.Order = loNone
- end
- end
- object BitBtn1: TBitBtn
- Left = 8
- Top = 272
- Width = 137
- Height = 33
- Caption = 'Remove the 4th Bar'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object Button1: TButton
- Left = 312
- Top = 272
- Width = 89
- Height = 33
- Caption = '&Close'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 168
- Top = 272
- Width = 121
- Height = 33
- Caption = 'C&ompact space'
- TabOrder = 3
- OnClick = Button2Click
- end
- end
-