本站提倡有节制游戏,合理安排游戏时间,注意劳逸结合。

【仪器租赁系统源码】【直播平台源码抓取】【小程序部署源码】vb商业软件源码_vb商业软件源码是什么

2024-11-14 13:58:50 来源:娱乐 分类:娱乐

1.求VB源代码!商业商业!软件软件!源码源码仪器租赁系统源码

vb商业软件源码_vb商业软件源码是商业商业什么

求VB源代码!!软件软件直播平台源码抓取!源码源码小程序部署源码

       用记事本把下面的商业商业代码保存到Form1.Frm文件中。然后用VB打开,软件软件试试吧。源码源码

       ===========

       VERSION

       5.

       Begin

       VB.Form

       Form1

       BorderStyle

       =

       1

       'Fixed

       Single

       Caption

       =

       "打地鼠"

       ClientHeight

       =

       

       ClientLeft

       =

       

       ClientTop

       =

       

       ClientWidth

       =

       

       LinkTopic

       =

       "Form1"

       MaxButton

       =

       0

       'False

       MinButton

       =

       0

       'False

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       StartUpPosition

       =

       3

       '窗口缺省

       Begin

       VB.CommandButton

       Command1

       Caption

       =

       "开始"

       Height

       =

       

       Left

       =

       0

       TabIndex

       =

       9

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.Timer

       Timer1

       Interval

       =

       

       Left

       =

       

       Top

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       8

       Left

       =

       

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       8

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       7

       Left

       =

       

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       7

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       6

       Left

       =

       0

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       6

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       5

       Left

       =

       

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       5

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       4

       Left

       =

       

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       4

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       3

       Left

       =

       0

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       3

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       2

       Left

       =

       

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       2

       Top

       =

       0

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       1

       Left

       =

       

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       1

       Top

       =

       0

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       0

       Left

       =

       0

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       0

       Top

       =

       0

       Width

       =

       

       End

       Begin

       VB.Label

       Label1

       AutoSize

       =

       -1

       'True

       Height

       =

       

       Left

       =

       

       TabIndex

       =

       

       Top

       =

       

       Width

       =

       

       End

       End

       Attribute

       VB_Name

       =

       "Form1"

       Attribute

       VB_GlobalNameSpace

       =

       False

       Attribute

       VB_Creatable

       =

       False

       Attribute

       VB_PredeclaredId

       =

       True

       Attribute

       VB_Exposed

       =

       False

       Dim

       i

       As

       Integer,商业商业

       t

       As

       Integer

       Private

       Sub

       Command1_Click()

       On

       Error

       GoTo

       hErr

       t

       =

       2

       

*

       InputBox("请设置游戏时间,单位为秒:",软件软件

       ,

       )

       Caption

       =

       0

       Timer1.Enabled

       =

       True

       Command1.Enabled

       =

       False

       hErr:

       End

       Sub

       Private

       Sub

       Form_Load()

       Timer1.Enabled

       =

       False

       Randomize

       For

       Each

       p

       In

       Picture1

       p.FontName

       =

       "arial"

       p.FontSize

       =

       

       Next

       End

       Sub

       Private

       Sub

       Picture1_Click(Index

       As

       Integer)

       If

       Index

       =

       i

       Then

       Caption

       =

       Caption

       +

       1:

       t

       =

       t

       +

       1:

       Timer1_Timer

       End

       Sub

       Private

       Sub

       Timer1_Timer()

       For

       Each

       p

       In

       Picture1

       p.Cls

       Next

       i

       =

       Int(Rnd

       

*

       9)

       Picture1(i).Print

       i

       +

       1

       t

       =

       t

       -

       1

       Label1.Caption

       =

       "倒计时:"

       &

       Int(t

       /

       2)

       If

       t

       =

       0

       Then

       Timer1.Enabled

       =

       False:

       MsgBox

       "游戏结束,您共打到"

源码源码

       &

源码源码

       Caption

源码源码

       &

源码源码

       "次地鼠":

源码源码

       i

源码源码

       =

源码源码

       -1:

源码源码

       Command1.Enabled

源码源码

       =

源码源码

       True

源码源码

       End

源码源码

       Sub

源码源码

相关推荐
一周热点