lazarus/ide/genericlisteditor.lfm
2017-12-23 12:40:22 +00:00

43 lines
957 B
Plaintext

object GenericListEditForm: TGenericListEditForm
Left = 452
Height = 301
Top = 526
Width = 343
Caption = 'GenericListEditForm'
ClientHeight = 301
ClientWidth = 343
Position = poScreenCenter
LCLVersion = '1.9.0.0'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 30
Top = 265
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 = 0
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
object Memo1: TMemo
Left = 0
Height = 259
Top = 0
Width = 343
Align = alClient
Lines.Strings = (
''
)
ScrollBars = ssAutoVertical
TabOrder = 1
end
end