2024年4月7日发(作者:)

end

object Button1: TButton

Left = 40

Top = 424

Width = 75

Height = 25

Caption = 'Button1'

TabOrder = 2

OnClick = Button1Click

end

object Panel1: TPanel

Left = 16

Top = 16

Width = 665

Height = 377

TabOrder = 3

end

object Timer1: TTimer

Interval = 100

OnTimer = Timer1Timer

Left = 64

Top = 472

end

end

---------------Form1 结束---------------