毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 课程设计 >> 正文

VB指法练习的小游戏 第2页

更新时间:2007-11-1:  来源:毕业论文
 

Private Sub Timer1_Timer()

 

iSecond = iSecond + 1   '记时

End Sub

 

Private Sub 困难_Click()  '随机产生33126之间的字符

Label1.Caption = ""

Label2.Caption = ""

Label3.Caption = ""

Text1.Text = ""

Text2.Text = ""

Text3.Text = ""

 Randomize [n]

For i = 1 To 180

 If i < 61 And i > 0 Then    'label1中产生字符

   If i Mod 6 = 0 Then

                sSource(i) = " "

              Label1.Caption = Label1.Caption & " "

 

                '每隔五个字母就自动产生一个空格

            Else

                sSource(i) = Chr(Int(Rnd() * 93 + 33))

                Label1.Caption = Label1.Caption & sSource(i)

                '随机产生33126之间的字符

                '并将其加入sSource字符数组中。

 

            End If

            End If

If i < 121 And i > 60 Then     'label2中产生字符

   If i Mod 6 = 0 Then

                sSource(i) = " "

              Label2.Caption = Label2.Caption & " "

 

                '每隔五个字母就自动产生一个空格

            Else

                sSource(i) = Chr(Int(Rnd() * 93 + 33))

                Label2.Caption = Label2.Caption & sSource(i)

              '随机产生33126之间的字符母

                '并将其加入sSource字符数组和中。

 

            End If

            End If

If i < 181 And i > 120 Then      'labe13中产生字符

   If i Mod 6 = 0 Then

                sSource(i) = " "

              Label3.Caption = Label3.Caption & " "

 

                '每隔五个字母就自动产生一个空格

            Else

                sSource(i) = Chr(Int(Rnd() * 93 + 33))

                Label3.Caption = Label3.Caption & sSource(i)

               '随机产生33126之间的字符

                '并将其加入sSource字符数组。

 

            End If

            End If

 Next

 Text7.Text = "困难"

 Command1.Enabled = True

End Sub

 

Private Sub 容易_Click()

Label1.Caption = ""

Label2.Caption = ""

Label3.Caption = ""

Text1.Text = ""

Text2.Text = ""

Text3.Text = ""

 Randomize [n]

For i = 1 To 180

 If i < 61 And i > 0 Then  'label1中产生字符

   If i Mod 6 = 0 Then

                sSource(i) = " "

              Label1.Caption = Label1.Caption & " "

 

                '每隔五个字母就自动产生一个空格

            Else

          

                sSource(i) = Chr(Int(Rnd() * 25 + 97))

                Label1.Caption = Label1.Caption & sSource(i)

                '随机产生97122之间的字符

                '并将其加入sSource字符数组。

 

            End If

            End If

If i < 121 And i > 60 Then     'label2中产生字符

   If i Mod 6 = 0 Then

                sSource(i) = " "

              Label2.Caption = Label2.Caption & " "

 

                '每隔五个字母就自动产生一个空格

            Else

                sSource(i) = Chr(Int(Rnd() * 25 + 97))

                Label2.Caption = Label2.Caption & sSource(i)

                '随机产生97122之间的字符

                '并将其加入sSource字符数组。

 

            End If

            End If

If i < 181 And i > 120 Then     'labe13中产生字符

   If i Mod 6 = 0 Then

                sSource(i) = " "

              Label3.Caption = Label3.Caption & " "

 

                '每隔五个字母就自动产生一个空格

            Else

                sSource(i) = Chr(Int(Rnd() * 25 + 97))

                Label3.Caption = Label3.Caption & sSource(i)

                '随机产生97122之间的字符

                '并将其加入sSource字符数组。

 

            End If

            End If

 Next

 Text7.Text = "容易"

 Command1.Enabled = True

End Sub

 

Private Sub 中等难度_Click()

Label1.Caption = ""

Label2.Caption = ""

Label3.Caption = ""

Text1.Text = ""

Text2.Text = ""

Text3.Text = ""

 Randomize [n]

上一页  [1] [2] [3] 下一页

VB指法练习的小游戏 第2页下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。