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

  1. object DrawForm: TDrawForm
  2.   Left = 129
  3.   Top = 121
  4.   Width = 521
  5.   Height = 391
  6.   Caption = 'TeeChart Customized Drawing Example'
  7.   Font.Color = clBlack
  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 = 145
  18.     Top = 0
  19.     Width = 368
  20.     Height = 364
  21.     BackWall.Brush.Color = clWhite
  22.     BackWall.Color = clSilver
  23.     BottomWall.Color = 16777088
  24.     BottomWall.Size = 4
  25.     Foot.Font.Color = clRed
  26.     Foot.Font.Height = -12
  27.     Foot.Font.Name = 'Arial'
  28.     Foot.Font.Style = [fsItalic]
  29.     Foot.Frame.Color = clScrollBar
  30.     LeftWall.Color = 8454016
  31.     LeftWall.Size = 4
  32.     Title.Frame.Color = clScrollBar
  33.     Title.Text.Strings = (
  34.       'TChart Component')
  35.     BackColor = clSilver
  36.     BottomAxis.EndPosition = 100.000000000000000000
  37.     Chart3DPercent = 65
  38.     LeftAxis.EndPosition = 100.000000000000000000
  39.     Legend.ColorWidth = 32
  40.     RightAxis.EndPosition = 100.000000000000000000
  41.     TopAxis.EndPosition = 100.000000000000000000
  42.     Align = alClient
  43.     Color = clWhite
  44.     TabOrder = 0
  45.     object LineSeries1: TLineSeries
  46.       Marks.ArrowLength = 8
  47.       Marks.Visible = False
  48.       SeriesColor = clBlue
  49.       AfterDrawValues = LineSeries1AfterDrawValues
  50.       BeforeDrawValues = LineSeries1BeforeDrawValues
  51.       LinePen.Width = 3
  52.       Pointer.InflateMargins = True
  53.       Pointer.Style = psRectangle
  54.       Pointer.Visible = False
  55.       XValues.DateTime = True
  56.       XValues.Name = 'X'
  57.       XValues.Multiplier = 1.000000000000000000
  58.       XValues.Order = loAscending
  59.       YValues.DateTime = False
  60.       YValues.Name = 'Y'
  61.       YValues.Multiplier = 1.000000000000000000
  62.       YValues.Order = loNone
  63.       Left = 199
  64.       Top = 122
  65.     end
  66.   end
  67.   object Panel1: TPanel
  68.     Left = 0
  69.     Top = 0
  70.     Width = 145
  71.     Height = 364
  72.     Align = alLeft
  73.     TabOrder = 1
  74.     object BitBtn3: TBitBtn
  75.       Left = 24
  76.       Top = 312
  77.       Width = 89
  78.       Height = 33
  79.       TabOrder = 0
  80.       Kind = bkClose
  81.     end
  82.     object CheckBox1: TCheckBox
  83.       Left = 16
  84.       Top = 12
  85.       Width = 117
  86.       Height = 17
  87.       Caption = '&Animate !!!'
  88.       Font.Color = clBlack
  89.       Font.Height = -19
  90.       Font.Name = 'Arial'
  91.       Font.Style = [fsBold]
  92.       ParentFont = False
  93.       TabOrder = 1
  94.       OnClick = CheckBox1Click
  95.     end
  96.     object BitBtn1: TBitBtn
  97.       Left = 16
  98.       Top = 40
  99.       Width = 89
  100.       Height = 33
  101.       Caption = '&Print !'
  102.       TabOrder = 2
  103.       OnClick = BitBtn1Click
  104.       Glyph.Data = {
  105.         76010000424D7601000000000000760000002800000020000000100000000100
  106.         0400000000000001000000000000000000001000000010000000000000000000
  107.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  108.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  109.         00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  110.         8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  111.         8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  112.         8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  113.         03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  114.         03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  115.         33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  116.         33333337FFFF7733333333300000033333333337777773333333}
  117.       NumGlyphs = 2
  118.     end
  119.     object CheckBox2: TCheckBox
  120.       Left = 16
  121.       Top = 84
  122.       Width = 57
  123.       Height = 17
  124.       Caption = '3D'
  125.       State = cbChecked
  126.       TabOrder = 3
  127.       OnClick = CheckBox2Click
  128.     end
  129.     object Memo1: TMemo
  130.       Left = 12
  131.       Top = 116
  132.       Width = 121
  133.       Height = 169
  134.       Lines.Strings = (
  135.         'Custom drawing using '
  136.         'the Chart Canvas '
  137.         'property is easy !'
  138.         ''
  139.         'This demo shows how '
  140.         'custom drawings can be '
  141.         'printed too.')
  142.       TabOrder = 4
  143.     end
  144.   end
  145.   object Timer1: TTimer
  146.     Enabled = False
  147.     Interval = 1
  148.     OnTimer = Timer1Timer
  149.     Left = 642
  150.     Top = 37
  151.   end
  152. end
  153.