lazarus/components/codetools/ide/codynodeinfodlg.lfm
mattias 61109853af cody: report for all nodes
git-svn-id: trunk@35353 -
2012-02-13 11:36:20 +00:00

56 lines
1.2 KiB
Plaintext

object CodyNodeInfoDialog: TCodyNodeInfoDialog
Left = 275
Height = 467
Top = 250
Width = 581
Caption = 'CodyNodeInfoDialog'
ClientHeight = 467
ClientWidth = 581
OnCreate = FormCreate
LCLVersion = '0.9.31'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 30
Top = 431
Width = 569
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 0
ShowButtons = [pbClose]
end
object PageControl1: TPageControl
Left = 0
Height = 425
Top = 0
Width = 581
ActivePage = ReportTabSheet
Align = alClient
TabIndex = 0
TabOrder = 1
object ReportTabSheet: TTabSheet
Caption = 'ReportTabSheet'
ClientHeight = 386
ClientWidth = 575
object ReportMemo: TMemo
Left = 0
Height = 386
Top = 0
Width = 575
Align = alClient
Lines.Strings = (
'ReportMemo'
)
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
end
end
end
end