home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / OTHER / NETSCAPE / NPTEE.DFM / NPTEE.txt
Encoding:
Text File  |  1998-10-24  |  1.7 KB  |  88 lines

  1. object TeeChartPluginForm: TTeeChartPluginForm
  2.   Left = 342
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'TeeChartPluginForm'
  7.   ClientHeight = 377
  8.   ClientWidth = 493
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Chart1: TChart
  18.     Left = 0
  19.     Top = 41
  20.     Width = 493
  21.     Height = 336
  22.     BackWall.Brush.Style = bsClear
  23.     Title.Text.Strings = (
  24.       'TChart')
  25.     Align = alClient
  26.     TabOrder = 0
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 493
  32.     Height = 41
  33.     Align = alTop
  34.     TabOrder = 1
  35.     object Label1: TLabel
  36.       Left = 196
  37.       Top = 12
  38.       Width = 27
  39.       Height = 13
  40.       Caption = '&Type:'
  41.       FocusControl = ComboBox1
  42.     end
  43.     object Button1: TButton
  44.       Left = 16
  45.       Top = 8
  46.       Width = 75
  47.       Height = 25
  48.       Caption = '&Edit...'
  49.       TabOrder = 0
  50.       OnClick = Button1Click
  51.     end
  52.     object Button2: TButton
  53.       Left = 104
  54.       Top = 8
  55.       Width = 75
  56.       Height = 25
  57.       Caption = '&Print...'
  58.       TabOrder = 1
  59.       OnClick = Button2Click
  60.     end
  61.     object ComboBox1: TComboBox
  62.       Left = 226
  63.       Top = 8
  64.       Width = 105
  65.       Height = 21
  66.       Style = csDropDownList
  67.       ItemHeight = 13
  68.       Items.Strings = (
  69.         'Bar'
  70.         'Line'
  71.         'Point'
  72.         'Pie'
  73.         'HorizBar'
  74.         'Area'
  75.         'FastLine')
  76.       TabOrder = 2
  77.       OnChange = ComboBox1Change
  78.     end
  79.   end
  80.   object Timer1: TTimer
  81.     Enabled = False
  82.     Interval = 100
  83.     OnTimer = Timer1Timer
  84.     Left = 32
  85.     Top = 48
  86.   end
  87. end
  88.