object ChartSeriesEditor: TChartSeriesEditor Left = 509 Height = 450 Top = 284 Width = 600 Caption = 'SeriesEditor' ClientHeight = 450 ClientWidth = 600 Constraints.MinHeight = 450 Constraints.MinWidth = 600 OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy Position = poScreenCenter LCLVersion = '2.1.0.0' object ButtonPanel: TButtonPanel Left = 6 Height = 34 Top = 410 Width = 588 OKButton.Name = 'OKButton' OKButton.DefaultCaption = True OKButton.OnClick = OKButtonClick HelpButton.Name = 'HelpButton' HelpButton.DefaultCaption = True CloseButton.Name = 'CloseButton' CloseButton.DefaultCaption = True CancelButton.Name = 'CancelButton' CancelButton.DefaultCaption = True TabOrder = 0 ShowButtons = [pbOK, pbCancel] end end