lazarus/ide/genericlisteditor.lfm
2011-10-03 23:14:54 +00:00

39 lines
799 B
Plaintext

object GenericListEditForm: TGenericListEditForm
Left = 452
Height = 301
Top = 526
Width = 343
Caption = 'GenericListEditForm'
ClientHeight = 301
ClientWidth = 343
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.29'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 34
Top = 261
Width = 331
OKButton.Name = 'OKButton'
HelpButton.Name = 'HelpButton'
HelpButton.Enabled = False
CloseButton.Name = 'CloseButton'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
TabOrder = 0
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
object Memo1: TMemo
Left = 0
Height = 255
Top = 0
Width = 343
Align = alClient
Lines.Strings = (
''
)
TabOrder = 1
end
end