1object ChartAxisEditor: TChartAxisEditor
2  Left = 1204
3  Height = 524
4  Top = 246
5  Width = 535
6  Caption = 'Axis title editor'
7  ClientHeight = 524
8  ClientWidth = 535
9  OnActivate = FormActivate
10  OnCloseQuery = FormCloseQuery
11  OnCreate = FormCreate
12  OnShow = FormShow
13  Position = poScreenCenter
14  LCLVersion = '2.3.0.0'
15  object ButtonPanel: TButtonPanel
16    Left = 6
17    Height = 34
18    Top = 484
19    Width = 523
20    OKButton.Name = 'OKButton'
21    OKButton.DefaultCaption = True
22    OKButton.OnClick = OKButtonClick
23    HelpButton.Name = 'HelpButton'
24    HelpButton.Caption = 'Apply to &all'
25    HelpButton.OnClick = HelpButtonClick
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