lazarus/ide/ideinfodlg.lfm
mattias eee642144f IDE: ide internal: help db
git-svn-id: trunk@34817 -
2012-01-20 11:31:20 +00:00

74 lines
1.5 KiB
Plaintext

object IDEInfoDialog: TIDEInfoDialog
Left = 269
Height = 397
Top = 294
Width = 735
Caption = 'IDEInfoDialog'
ClientHeight = 397
ClientWidth = 735
OnCreate = FormCreate
LCLVersion = '0.9.31'
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 = 361
ClientWidth = 727
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 = 361
ClientWidth = 727
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 = 361
ClientWidth = 727
object HelpMemo: TMemo
Left = 0
Height = 361
Top = 0
Width = 727
Align = alClient
Lines.Strings = (
'HelpMemo'
)
ScrollBars = ssAutoBoth
TabOrder = 0
end
end
end
end