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

  1. object ContourForm: TContourForm
  2.   Left = 122
  3.   Top = 19
  4.   Width = 549
  5.   Height = 489
  6.   Caption = 'Contour Series Example'
  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 Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 541
  20.     Height = 97
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object Memo1: TMemo
  24.       Left = 8
  25.       Top = 8
  26.       Width = 337
  27.       Height = 81
  28.       Lines.Strings = (
  29.         'The Contour Series displays lines corresponding to "Level" '
  30.         'values on 3D XYZ data.'
  31.         'The number of levels, the Level intervals, the Levels positions,'
  32.         
  33.           'colors and Legend can be fully customized.  It can also be viewe' +
  34.           'd'
  35.         'in 2D from a "top view", or rotated in 3D mode.')
  36.       TabOrder = 0
  37.     end
  38.     object Button1: TButton
  39.       Left = 455
  40.       Top = 8
  41.       Width = 75
  42.       Height = 25
  43.       Caption = 'Close'
  44.       Default = True
  45.       TabOrder = 1
  46.       OnClick = Button1Click
  47.     end
  48.     object CheckBox1: TCheckBox
  49.       Left = 356
  50.       Top = 8
  51.       Width = 49
  52.       Height = 17
  53.       Caption = '2&D'
  54.       TabOrder = 2
  55.       OnClick = CheckBox1Click
  56.     end
  57.     object CheckBox2: TCheckBox
  58.       Left = 356
  59.       Top = 48
  60.       Width = 137
  61.       Height = 17
  62.       Caption = '&Color Each Level'
  63.       State = cbChecked
  64.       TabOrder = 3
  65.       OnClick = CheckBox2Click
  66.     end
  67.     object CheckBox4: TCheckBox
  68.       Left = 356
  69.       Top = 69
  70.       Width = 113
  71.       Height = 17
  72.       Caption = 'Levels at each Y'
  73.       TabOrder = 4
  74.       OnClick = CheckBox4Click
  75.     end
  76.     object CheckBox5: TCheckBox
  77.       Left = 356
  78.       Top = 28
  79.       Width = 97
  80.       Height = 17
  81.       Caption = 'Show Walls'
  82.       State = cbChecked
  83.       TabOrder = 5
  84.       OnClick = CheckBox5Click
  85.     end
  86.   end
  87.   object TeeCommander1: TTeeCommander
  88.     Left = 0
  89.     Top = 97
  90.     Width = 541
  91.     Height = 33
  92.     Panel = Chart1
  93.     Align = alTop
  94.     TabOrder = 1
  95.     object CheckBox3: TCheckBox
  96.       Left = 440
  97.       Top = 8
  98.       Width = 97
  99.       Height = 17
  100.       Caption = 'Show Surface'
  101.       TabOrder = 3
  102.       OnClick = CheckBox3Click
  103.     end
  104.   end
  105.   object Chart1: TChart
  106.     Left = 0
  107.     Top = 130
  108.     Width = 509
  109.     Height = 332
  110.     BackWall.Brush.Color = clWhite
  111.     BackWall.Color = 8454143
  112.     BackWall.Size = 10
  113.     BottomWall.Color = 16777088
  114.     BottomWall.Size = 10
  115.     LeftWall.Color = clWhite
  116.     LeftWall.Size = 10
  117.     MarginLeft = 5
  118.     MarginTop = 5
  119.     Title.Text.Strings = (
  120.       'TChart')
  121.     Title.Visible = False
  122.     BackColor = 8454143
  123.     BottomAxis.EndPosition = 100.000000000000000000
  124.     Chart3DPercent = 80
  125.     DepthAxis.Visible = True
  126.     LeftAxis.EndPosition = 100.000000000000000000
  127.     Legend.Alignment = laLeft
  128.     Legend.ColorWidth = 30
  129.     Legend.LegendStyle = lsValues
  130.     RightAxis.EndPosition = 100.000000000000000000
  131.     TopAxis.EndPosition = 100.000000000000000000
  132.     View3DOptions.Elevation = 342
  133.     View3DOptions.Orthogonal = False
  134.     View3DOptions.Rotation = 317
  135.     View3DOptions.Zoom = 72
  136.     Align = alClient
  137.     TabOrder = 2
  138.     object SurfaceSeries: TSurfaceSeries
  139.       Active = False
  140.       Marks.ArrowLength = 8
  141.       Marks.Visible = False
  142.       SeriesColor = clGreen
  143.       ShowInLegend = False
  144.       NumXValues = 15
  145.       NumZValues = 15
  146.       XValues.DateTime = False
  147.       XValues.Name = 'X'
  148.       XValues.Multiplier = 1.000000000000000000
  149.       XValues.Order = loNone
  150.       YValues.DateTime = False
  151.       YValues.Name = 'Y'
  152.       YValues.Multiplier = 1.000000000000000000
  153.       YValues.Order = loNone
  154.     end
  155.     object ContourSeries: TContourSeries
  156.       Marks.ArrowLength = 8
  157.       Marks.Visible = False
  158.       SeriesColor = clRed
  159.       NumXValues = 15
  160.       NumZValues = 15
  161.       XValues.DateTime = False
  162.       XValues.Name = 'X'
  163.       XValues.Multiplier = 1.000000000000000000
  164.       XValues.Order = loNone
  165.       YPosition = 0.206876466725847200
  166.       YValues.DateTime = False
  167.       YValues.Name = 'Y'
  168.       YValues.Multiplier = 1.000000000000000000
  169.       YValues.Order = loNone
  170.       OnGetLevel = ContourSeriesGetLevel
  171.     end
  172.   end
  173.   object Panel2: TPanel
  174.     Left = 509
  175.     Top = 130
  176.     Width = 32
  177.     Height = 332
  178.     Align = alRight
  179.     TabOrder = 3
  180.     object ScrollBar1: TScrollBar
  181.       Left = 8
  182.       Top = 8
  183.       Width = 16
  184.       Height = 311
  185.       Kind = sbVertical
  186.       LargeChange = 100
  187.       Max = 1000
  188.       SmallChange = 10
  189.       TabOrder = 0
  190.       OnChange = ScrollBar1Change
  191.     end
  192.   end
  193. end
  194.