lazarus/ide/genericlisteditor.lfm
2013-08-02 11:29:44 +00:00

43 lines
953 B
Plaintext

object GenericListEditForm: TGenericListEditForm
Left = 452
Height = 301
Top = 526
Width = 343
Caption = 'GenericListEditForm'
ClientHeight = 301
ClientWidth = 343
Position = poScreenCenter
LCLVersion = '1.1'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 33
Top = 262
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 = 256
Top = 0
Width = 343
Align = alClient
Lines.Strings = (
''
)
ScrollBars = ssAutoVertical
TabOrder = 1
end
end