git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jcl@20 c37d764d-f447-7644-a108-883140d013fb
18 lines
305 B
Plaintext
18 lines
305 B
Plaintext
object Form1: TForm1
|
|
Left = 198
|
|
Top = 147
|
|
Width = 400
|
|
Height = 400
|
|
Caption = 'ClipLine Demo'
|
|
Color = 15790320
|
|
OnCreate = FormCreate
|
|
OnPaint = FormPaint
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Timer1: TTimer
|
|
Enabled = False
|
|
Left = 32
|
|
Top = 24
|
|
end
|
|
end
|