mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-09 12:32:35 +02:00
29 lines
672 B
Plaintext
29 lines
672 B
Plaintext
object EditFrameForm: TEditFrameForm
|
|
Left = 588
|
|
Height = 361
|
|
Top = 294
|
|
Width = 455
|
|
Caption = 'Edit '
|
|
ClientHeight = 361
|
|
ClientWidth = 455
|
|
OnCloseQuery = FormCloseQuery
|
|
OnShow = FormShow
|
|
LCLVersion = '2.1.0.0'
|
|
object BPFrame: TButtonPanel
|
|
Left = 6
|
|
Height = 42
|
|
Top = 313
|
|
Width = 443
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
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
|