lazarus/ide/ideinfodlg.lfm
2011-10-23 20:01:56 +00:00

25 lines
426 B
Plaintext

object IDEInfoDialog: TIDEInfoDialog
Left = 269
Height = 330
Top = 294
Width = 644
Caption = 'IDEInfoDialog'
ClientHeight = 330
ClientWidth = 644
OnCreate = FormCreate
LCLVersion = '0.9.31'
object Memo1: TMemo
Left = 0
Height = 330
Top = 0
Width = 644
Align = alClient
Lines.Strings = (
'Memo1'
)
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
end
end