git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jcl@20 c37d764d-f447-7644-a108-883140d013fb
15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
object frmHelloWorld: TfrmHelloWorld
|
|
Left = 0
|
|
Top = 0
|
|
Width = 320
|
|
Height = 240
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Top = 16
|
|
Width = 54
|
|
Height = 13
|
|
Caption = 'Hello World'
|
|
end
|
|
end
|