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

  1. object IsoMetricAxisForm: TIsoMetricAxisForm
  2.   Left = 103
  3.   Top = 61
  4.   Width = 540
  5.   Height = 420
  6.   Caption = 'TeeChart Pro -- ISOMetric axis scales'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 344
  19.     Width = 68
  20.     Height = 13
  21.     Caption = '&Grid Cells size:'
  22.     FocusControl = ScrollBar1
  23.   end
  24.   object Label2: TLabel
  25.     Left = 144
  26.     Top = 360
  27.     Width = 18
  28.     Height = 13
  29.     Caption = '200'
  30.   end
  31.   object Chart1: TChart
  32.     Left = 4
  33.     Top = 10
  34.     Width = 525
  35.     Height = 327
  36.     BackWall.Brush.Color = clWhite
  37.     BackWall.Brush.Style = bsClear
  38.     Title.Text.Strings = (
  39.       'TChart')
  40.     OnUndoZoom = Chart1UndoZoom
  41.     OnZoom = Chart1Zoom
  42.     BottomAxis.EndPosition = 100.000000000000000000
  43.     LeftAxis.EndPosition = 100.000000000000000000
  44.     RightAxis.EndPosition = 100.000000000000000000
  45.     TopAxis.EndPosition = 100.000000000000000000
  46.     View3D = False
  47.     TabOrder = 0
  48.     object Series1: TFastLineSeries
  49.       Marks.ArrowLength = 8
  50.       Marks.Visible = False
  51.       SeriesColor = clRed
  52.       LinePen.Color = clRed
  53.       XValues.DateTime = False
  54.       XValues.Name = 'X'
  55.       XValues.Multiplier = 1.000000000000000000
  56.       XValues.Order = loAscending
  57.       YValues.DateTime = False
  58.       YValues.Name = 'Y'
  59.       YValues.Multiplier = 1.000000000000000000
  60.       YValues.Order = loNone
  61.     end
  62.   end
  63.   object ScrollBar1: TScrollBar
  64.     Left = 8
  65.     Top = 360
  66.     Width = 121
  67.     Height = 18
  68.     Min = 1
  69.     Position = 20
  70.     TabOrder = 1
  71.     OnChange = ScrollBar1Change
  72.   end
  73.   object Button1: TButton
  74.     Left = 456
  75.     Top = 357
  76.     Width = 75
  77.     Height = 25
  78.     Caption = '&Close'
  79.     TabOrder = 2
  80.     OnClick = Button1Click
  81.   end
  82.   object Button2: TButton
  83.     Left = 192
  84.     Top = 357
  85.     Width = 137
  86.     Height = 25
  87.     Caption = 'Make ISOmetric !'
  88.     TabOrder = 3
  89.     OnClick = Button2Click
  90.   end
  91.   object CheckBox1: TCheckBox
  92.     Left = 352
  93.     Top = 361
  94.     Width = 97
  95.     Height = 17
  96.     Caption = 'Overlap labels'
  97.     State = cbChecked
  98.     TabOrder = 4
  99.     OnClick = CheckBox1Click
  100.   end
  101. end
  102.