lazarus/components/tachart/demo/charteditor/celegenddlg.lfm

35 lines
879 B
Plaintext

object ChartLegendEditor: TChartLegendEditor
Left = 978
Height = 396
Top = 169
Width = 590
BorderStyle = bsDialog
Caption = 'Legend editor'
ClientHeight = 396
ClientWidth = 590
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.1.0.0'
object ButtonPanel: TButtonPanel
Left = 6
Height = 34
Top = 356
Width = 578
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
OKButton.OnClick = OKButtonClick
HelpButton.Name = 'HelpButton'
HelpButton.Caption = 'Apply to &all'
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 0
ShowButtons = [pbOK, pbCancel]
ShowGlyphs = [pbOK, pbCancel, pbClose]
end
end