mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-21 18:02:46 +02:00
34 lines
747 B
Plaintext
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
|