mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 16:12:41 +02:00
34 lines
874 B
Plaintext
34 lines
874 B
Plaintext
object ChartTitleFootEditor: TChartTitleFootEditor
|
|
Left = 579
|
|
Height = 357
|
|
Top = 298
|
|
Width = 561
|
|
Caption = 'Title/footer editor'
|
|
ClientHeight = 357
|
|
ClientWidth = 561
|
|
OnActivate = FormActivate
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.1.0.0'
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 34
|
|
Top = 317
|
|
Width = 549
|
|
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
|