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

  1. object DeletePointsForm: TDeletePointsForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 421
  5.   Height = 341
  6.   ActiveControl = BitBtn1
  7.   Caption = 'TeeChart-Pro - Removing and compacting points.'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Chart1: TChart
  18.     Left = 4
  19.     Top = 9
  20.     Width = 400
  21.     Height = 250
  22.     BackWall.Brush.Color = clWhite
  23.     BackWall.Brush.Style = bsClear
  24.     Title.Text.Strings = (
  25.       'TChart')
  26.     BottomAxis.EndPosition = 100.000000000000000000
  27.     LeftAxis.EndPosition = 100.000000000000000000
  28.     RightAxis.EndPosition = 100.000000000000000000
  29.     TopAxis.EndPosition = 100.000000000000000000
  30.     TabOrder = 0
  31.     object Series1: TBarSeries
  32.       Marks.ArrowLength = 20
  33.       Marks.Visible = True
  34.       SeriesColor = clRed
  35.       XValues.DateTime = False
  36.       XValues.Name = 'X'
  37.       XValues.Multiplier = 1.000000000000000000
  38.       XValues.Order = loNone
  39.       YValues.DateTime = False
  40.       YValues.Name = 'Bar'
  41.       YValues.Multiplier = 1.000000000000000000
  42.       YValues.Order = loNone
  43.     end
  44.   end
  45.   object BitBtn1: TBitBtn
  46.     Left = 8
  47.     Top = 272
  48.     Width = 137
  49.     Height = 33
  50.     Caption = 'Remove the 4th Bar'
  51.     TabOrder = 1
  52.     OnClick = BitBtn1Click
  53.   end
  54.   object Button1: TButton
  55.     Left = 312
  56.     Top = 272
  57.     Width = 89
  58.     Height = 33
  59.     Caption = '&Close'
  60.     TabOrder = 2
  61.     OnClick = Button1Click
  62.   end
  63.   object Button2: TButton
  64.     Left = 168
  65.     Top = 272
  66.     Width = 121
  67.     Height = 33
  68.     Caption = 'C&ompact space'
  69.     TabOrder = 3
  70.     OnClick = Button2Click
  71.   end
  72. end
  73.