lazarus/ide/idefpcinfo.lfm

58 lines
1.2 KiB
Plaintext

object IDEFPCInfoDialog: TIDEFPCInfoDialog
Left = 275
Height = 450
Top = 250
Width = 704
Caption = 'IDEFPCInfoDialog'
ClientHeight = 450
ClientWidth = 704
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.31'
object PageControl1: TPageControl
Left = 0
Height = 450
Top = 0
Width = 704
ActivePage = OutputTabSheet
Align = alClient
TabIndex = 1
TabOrder = 0
object ValuesTabSheet: TTabSheet
Caption = 'FPC values used by the IDE'
ClientHeight = 422
ClientWidth = 696
object ValuesMemo: TMemo
Left = 0
Height = 422
Top = 0
Width = 696
Align = alClient
Lines.Strings = (
'ValuesMemo'
''
)
ScrollBars = ssAutoBoth
TabOrder = 0
end
end
object OutputTabSheet: TTabSheet
Caption = 'FPC output'
ClientHeight = 422
ClientWidth = 696
object CmdLineOutputMemo: TMemo
Left = 0
Height = 422
Top = 0
Width = 696
Align = alClient
Lines.Strings = (
'CmdLineOutputMemo'
)
ScrollBars = ssAutoBoth
TabOrder = 0
end
end
end
end