Componentes.Terceros.jcl/official/1.104/examples/common/graphics/ClipLineDemoMain.dfm
2009-02-27 12:18:04 +00:00

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