mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 22:17:59 +02:00
46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
object GenericListEditForm: TGenericListEditForm
|
|
Left = 452
|
|
Height = 301
|
|
Top = 526
|
|
Width = 343
|
|
ActiveControl = Memo1
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'GenericListEditForm'
|
|
ClientHeight = 301
|
|
ClientWidth = 343
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.1.0.0'
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 29
|
|
Top = 266
|
|
Width = 331
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
HelpButton.Enabled = False
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CloseButton.Enabled = False
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 1
|
|
ShowButtons = [pbOK, pbCancel]
|
|
ShowBevel = False
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 6
|
|
Height = 254
|
|
Top = 6
|
|
Width = 331
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Lines.Strings = (
|
|
''
|
|
)
|
|
ScrollBars = ssAutoVertical
|
|
TabOrder = 0
|
|
end
|
|
end
|