mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-12 13:49:24 +02:00
75 lines
1.5 KiB
Plaintext
75 lines
1.5 KiB
Plaintext
object IDEInfoDialog: TIDEInfoDialog
|
|
Left = 269
|
|
Height = 397
|
|
Top = 294
|
|
Width = 735
|
|
Caption = 'IDEInfoDialog'
|
|
ClientHeight = 397
|
|
ClientWidth = 735
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
LCLVersion = '1.1'
|
|
object PageControl1: TPageControl
|
|
Left = 0
|
|
Height = 397
|
|
Top = 0
|
|
Width = 735
|
|
ActivePage = HelpTabSheet
|
|
Align = alClient
|
|
TabIndex = 2
|
|
TabOrder = 0
|
|
object GeneralTabSheet: TTabSheet
|
|
Caption = 'General'
|
|
ClientHeight = 365
|
|
ClientWidth = 729
|
|
object GeneralMemo: TMemo
|
|
Left = 0
|
|
Height = 361
|
|
Top = 0
|
|
Width = 727
|
|
Align = alClient
|
|
Lines.Strings = (
|
|
'Memo1'
|
|
)
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object ModifiedTabSheet: TTabSheet
|
|
Caption = 'Modified'
|
|
ClientHeight = 365
|
|
ClientWidth = 729
|
|
object ModifiedMemo: TMemo
|
|
Left = 0
|
|
Height = 361
|
|
Top = 0
|
|
Width = 727
|
|
Align = alClient
|
|
Lines.Strings = (
|
|
'ModifiedMemo'
|
|
)
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object HelpTabSheet: TTabSheet
|
|
Caption = 'Help'
|
|
ClientHeight = 365
|
|
ClientWidth = 729
|
|
object HelpMemo: TMemo
|
|
Left = 0
|
|
Height = 365
|
|
Top = 0
|
|
Width = 729
|
|
Align = alClient
|
|
Lines.Strings = (
|
|
'HelpMemo'
|
|
)
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|
|
end
|