求一VB作品源代码

来源:百度知道 编辑:UC知道 时间:2024/07/07 09:37:05
小弟是新手,求高人一个作品。把要建的控件和源代码写下来,谢谢!

用记事本把下面的代码保存到Form1.Frm文件中。然后用VB打开,试试吧。
===========
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "打地鼠"
ClientHeight = 2175
ClientLeft = 45
ClientTop = 330
ClientWidth = 1860
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2175
ScaleWidth = 1860
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "开始"
Height = 375
Left = 0
TabIndex = 9
Top = 1800
Width = 615
End
Begin VB.Timer Timer1
Interval = 500
Left = 120
Top = 1920
End
Begin VB.P