mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 15:32:46 +02:00
24 lines
406 B
Plaintext
24 lines
406 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'
|
|
)
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|