1object ChartSeriesEditor: TChartSeriesEditor
2  Left = 509
3  Height = 450
4  Top = 284
5  Width = 600
6  Caption = 'SeriesEditor'
7  ClientHeight = 450
8  ClientWidth = 600
9  Constraints.MinHeight = 450
10  Constraints.MinWidth = 600
11  OnActivate = FormActivate
12  OnCloseQuery = FormCloseQuery
13  OnCreate = FormCreate
14  OnDestroy = FormDestroy
15  Position = poScreenCenter
16  LCLVersion = '2.1.0.0'
17  object ButtonPanel: TButtonPanel
18    Left = 6
19    Height = 34
20    Top = 410
21    Width = 588
22    OKButton.Name = 'OKButton'
23    OKButton.DefaultCaption = True
24    OKButton.OnClick = OKButtonClick
25    HelpButton.Name = 'HelpButton'
26    HelpButton.DefaultCaption = True
27    CloseButton.Name = 'CloseButton'
28    CloseButton.DefaultCaption = True
29    CancelButton.Name = 'CancelButton'
30    CancelButton.DefaultCaption = True
31    TabOrder = 0
32    ShowButtons = [pbOK, pbCancel]
33  end
34end
35