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

  1. object SurfaceLabelsForm: TSurfaceLabelsForm
  2.   Left = 149
  3.   Top = 96
  4.   Width = 578
  5.   Height = 448
  6.   Caption = 'TeeChart-Pro --- Customizing Surface Labels'
  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 Chart1: TChart
  17.     Left = 0
  18.     Top = 33
  19.     Width = 570
  20.     Height = 347
  21.     BackWall.Brush.Color = clWhite
  22.     BackWall.Color = clSilver
  23.     BackWall.Size = 20
  24.     BottomWall.Color = 8454016
  25.     LeftWall.Color = clSilver
  26.     LeftWall.Size = 20
  27.     Title.Text.Strings = (
  28.       'Depth Axis Labels')
  29.     BackColor = clSilver
  30.     BottomAxis.LabelsFont.Color = clBlue
  31.     BottomAxis.LabelsFont.Height = -11
  32.     BottomAxis.LabelsFont.Name = 'Arial'
  33.     BottomAxis.LabelsFont.Style = []
  34.     BottomAxis.EndPosition = 100.000000000000000000
  35.     Chart3DPercent = 100
  36.     DepthAxis.ExactDateTime = False
  37.     DepthAxis.Increment = 1.000000000000000000
  38.     DepthAxis.LabelsFont.Color = clBlack
  39.     DepthAxis.LabelsFont.Height = -24
  40.     DepthAxis.LabelsFont.Name = 'Arial'
  41.     DepthAxis.LabelsFont.Style = []
  42.     DepthAxis.Visible = True
  43.     LeftAxis.EndPosition = 100.000000000000000000
  44.     Legend.Visible = False
  45.     RightAxis.EndPosition = 100.000000000000000000
  46.     TopAxis.EndPosition = 100.000000000000000000
  47.     View3DOptions.Elevation = 357
  48.     View3DOptions.Orthogonal = False
  49.     View3DOptions.Rotation = 311
  50.     View3DOptions.Zoom = 80
  51.     OnGetAxisLabel = Chart1GetAxisLabel
  52.     Align = alClient
  53.     Color = clWhite
  54.     TabOrder = 0
  55.     object Series1: TSurfaceSeries
  56.       Marks.ArrowLength = 8
  57.       Marks.Visible = False
  58.       SeriesColor = clRed
  59.       NumXValues = 15
  60.       NumZValues = 15
  61.       XValues.DateTime = False
  62.       XValues.Name = 'X'
  63.       XValues.Multiplier = 1.000000000000000000
  64.       XValues.Order = loNone
  65.       YValues.DateTime = False
  66.       YValues.Name = 'Y'
  67.       YValues.Multiplier = 1.000000000000000000
  68.       YValues.Order = loNone
  69.     end
  70.   end
  71.   object TeeCommander1: TTeeCommander
  72.     Left = 0
  73.     Top = 0
  74.     Width = 570
  75.     Height = 33
  76.     Panel = Chart1
  77.     Align = alTop
  78.     TabOrder = 1
  79.   end
  80.   object Panel1: TPanel
  81.     Left = 0
  82.     Top = 380
  83.     Width = 570
  84.     Height = 41
  85.     Align = alBottom
  86.     TabOrder = 2
  87.     object CheckBox1: TCheckBox
  88.       Left = 16
  89.       Top = 17
  90.       Width = 169
  91.       Height = 13
  92.       Caption = 'Show Z labels'
  93.       State = cbChecked
  94.       TabOrder = 0
  95.       OnClick = CheckBox1Click
  96.     end
  97.     object Button1: TButton
  98.       Left = 344
  99.       Top = 8
  100.       Width = 89
  101.       Height = 28
  102.       Caption = '&Edit Chart...'
  103.       TabOrder = 1
  104.       OnClick = Button1Click
  105.     end
  106.     object BitBtn1: TBitBtn
  107.       Left = 472
  108.       Top = 8
  109.       Width = 89
  110.       Height = 28
  111.       Caption = '&Close'
  112.       TabOrder = 2
  113.       OnClick = BitBtn1Click
  114.     end
  115.   end
  116. end
  117.