Componentes.Terceros.jcl/official/1.96/examples/common/graphics/QClipLineDemoMain.xfm

20 lines
349 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
TextWidth = 6
object Timer1: TTimer
Interval = 3000
OnTimer = Timer1Timer
Left = 32
Top = 24
end
end