lazarus/components/turbopower_ipro/examples/sumabfrm.lfm
2016-01-27 18:18:18 +00:00

34 lines
747 B
Plaintext

object Form1: TForm1
Left = 237
Height = 240
Top = 144
Width = 320
Caption = 'Sum A+B'
ClientHeight = 240
ClientWidth = 320
OnShow = FormShow
LCLVersion = '1.7'
object IpHtmlPanel1: TIpHtmlPanel
Left = 0
Height = 240
Top = 0
Width = 320
Align = alClient
DataProvider = IpFileDataProvider1
FixedTypeface = 'Courier New'
DefaultTypeFace = 'default'
DefaultFontSize = 12
FlagErrors = False
PrintSettings.MarginLeft = 0.5
PrintSettings.MarginTop = 0.5
PrintSettings.MarginRight = 0.5
PrintSettings.MarginBottom = 0.5
TabOrder = 0
OnControlClick2 = IpHtmlPanel1ControlClick2
end
object IpFileDataProvider1: TIpFileDataProvider
left = 56
top = 23
end
end