mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-28 00:30:26 +02:00
19 lines
318 B
Plaintext
19 lines
318 B
Plaintext
object Form1: TForm1
|
|
Left = 352
|
|
Height = 380
|
|
Top = 124
|
|
Width = 594
|
|
Caption = 'GetTextExtentExPoint Tester'
|
|
ClientHeight = 380
|
|
ClientWidth = 594
|
|
OnCreate = FormCreate
|
|
LCLVersion = '0.9.31'
|
|
object Image: TImage
|
|
Left = 0
|
|
Height = 380
|
|
Top = 0
|
|
Width = 594
|
|
Align = alClient
|
|
end
|
|
end
|