1object ChartLegendEditor: TChartLegendEditor
2  Left = 978
3  Height = 396
4  Top = 169
5  Width = 590
6  BorderStyle = bsDialog
7  Caption = 'Legend editor'
8  ClientHeight = 396
9  ClientWidth = 590
10  OnCloseQuery = FormCloseQuery
11  OnCreate = FormCreate
12  OnDestroy = FormDestroy
13  OnShow = FormShow
14  Position = poScreenCenter
15  LCLVersion = '2.1.0.0'
16  object ButtonPanel: TButtonPanel
17    Left = 6
18    Height = 34
19    Top = 356
20    Width = 578
21    OKButton.Name = 'OKButton'
22    OKButton.DefaultCaption = True
23    OKButton.OnClick = OKButtonClick
24    HelpButton.Name = 'HelpButton'
25    HelpButton.Caption = 'Apply to &all'
26    CloseButton.Name = 'CloseButton'
27    CloseButton.DefaultCaption = True
28    CancelButton.Name = 'CancelButton'
29    CancelButton.DefaultCaption = True
30    TabOrder = 0
31    ShowButtons = [pbOK, pbCancel]
32    ShowGlyphs = [pbOK, pbCancel, pbClose]
33  end
34end
35