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

  1. object BackWall3DForm: TBackWall3DForm
  2.   Left = 94
  3.   Top = 57
  4.   Width = 565
  5.   Height = 455
  6.   Caption = 'New BackWall 3D '
  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 = 557
  20.     Height = 89
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 296
  25.       Top = 60
  26.       Width = 23
  27.       Height = 13
  28.       Caption = '&Size:'
  29.       FocusControl = ScrollBar1
  30.     end
  31.     object Memo1: TMemo
  32.       Left = 8
  33.       Top = 8
  34.       Width = 265
  35.       Height = 73
  36.       Lines.Strings = (
  37.         'This example shows the new Chart BackWall object.'
  38.         'Each wall ( Left, Bottom and Back ) has properties'
  39.         'to customize the Border, Color, Pattern, Dark sides and'
  40.         'depth Size.')
  41.       TabOrder = 0
  42.     end
  43.     object Button1: TButton
  44.       Left = 455
  45.       Top = 12
  46.       Width = 75
  47.       Height = 25
  48.       Caption = 'Close'
  49.       Default = True
  50.       TabOrder = 1
  51.       OnClick = Button1Click
  52.     end
  53.     object ShowBackWall: TCheckBox
  54.       Left = 296
  55.       Top = 8
  56.       Width = 97
  57.       Height = 17
  58.       Caption = 'Show BackWall '
  59.       State = cbChecked
  60.       TabOrder = 2
  61.       OnClick = ShowBackWallClick
  62.     end
  63.     object CheckBox1: TCheckBox
  64.       Left = 296
  65.       Top = 32
  66.       Width = 97
  67.       Height = 17
  68.       Caption = '&Dark 3D'
  69.       State = cbChecked
  70.       TabOrder = 3
  71.       OnClick = CheckBox1Click
  72.     end
  73.     object ScrollBar1: TScrollBar
  74.       Left = 328
  75.       Top = 59
  76.       Width = 121
  77.       Height = 16
  78.       Position = 15
  79.       TabOrder = 4
  80.       OnChange = ScrollBar1Change
  81.     end
  82.   end
  83.   object Chart1: TChart
  84.     Left = 0
  85.     Top = 122
  86.     Width = 557
  87.     Height = 306
  88.     BackWall.Brush.Color = 16744703
  89.     BackWall.Color = 16777088
  90.     BackWall.Size = 15
  91.     BottomWall.Size = 15
  92.     LeftWall.Size = 15
  93.     MarginTop = 15
  94.     Title.Text.Strings = (
  95.       'TChart')
  96.     Title.Visible = False
  97.     BackColor = 16777088
  98.     View3DOptions.Elevation = 320
  99.     View3DOptions.Orthogonal = False
  100.     Align = alClient
  101.     TabOrder = 1
  102.     object Series1: TBarSeries
  103.       Marks.ArrowLength = 20
  104.       Marks.Visible = True
  105.       SeriesColor = clRed
  106.       XValues.DateTime = False
  107.       XValues.Name = 'X'
  108.       XValues.Multiplier = 1.000000000000000000
  109.       XValues.Order = loAscending
  110.       YValues.DateTime = False
  111.       YValues.Name = 'Bar'
  112.       YValues.Multiplier = 1.000000000000000000
  113.       YValues.Order = loNone
  114.     end
  115.   end
  116.   object TeeCommander1: TTeeCommander
  117.     Left = 0
  118.     Top = 89
  119.     Width = 557
  120.     Height = 33
  121.     Panel = Chart1
  122.     Align = alTop
  123.     TabOrder = 2
  124.   end
  125. end
  126.