home *** CD-ROM | disk | FTP | other *** search
- object TeeChartPluginForm: TTeeChartPluginForm
- Left = 342
- Top = 99
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'TeeChartPluginForm'
- ClientHeight = 377
- ClientWidth = 493
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Chart1: TChart
- Left = 0
- Top = 41
- Width = 493
- Height = 336
- BackWall.Brush.Style = bsClear
- Title.Text.Strings = (
- 'TChart')
- Align = alClient
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 493
- Height = 41
- Align = alTop
- TabOrder = 1
- object Label1: TLabel
- Left = 196
- Top = 12
- Width = 27
- Height = 13
- Caption = '&Type:'
- FocusControl = ComboBox1
- end
- object Button1: TButton
- Left = 16
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Edit...'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 104
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Print...'
- TabOrder = 1
- OnClick = Button2Click
- end
- object ComboBox1: TComboBox
- Left = 226
- Top = 8
- Width = 105
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Bar'
- 'Line'
- 'Point'
- 'Pie'
- 'HorizBar'
- 'Area'
- 'FastLine')
- TabOrder = 2
- OnChange = ComboBox1Change
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer1Timer
- Left = 32
- Top = 48
- end
- end
-