Form2.frm
资源名称:七八个vb游戏.rar [点击查看]
上传用户:tashmp
上传日期:2010-04-03
资源大小:882k
文件大小:2k
源码类别:
其他游戏
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form Form2
- BorderStyle = 1 'Fixed Single
- Caption = "关于"
- ClientHeight = 1560
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 3885
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1560
- ScaleWidth = 3885
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command1
- Caption = "确定"
- Height = 375
- Left = 2760
- TabIndex = 4
- Top = 120
- Width = 1095
- End
- Begin VB.Image Image1
- Height = 480
- Left = 3120
- Picture = "Form2.frx":0000
- Top = 840
- Width = 480
- End
- Begin VB.Label Label4
- Caption = "2005年2月6号 22:40分"
- Height = 495
- Left = 960
- TabIndex = 3
- Top = 960
- Width = 1575
- End
- Begin VB.Label Label3
- Caption = "时间:"
- Height = 255
- Left = 360
- TabIndex = 2
- Top = 840
- Width = 495
- End
- Begin VB.Label Label2
- Caption = "舒君毅"
- Height = 255
- Left = 1200
- TabIndex = 1
- Top = 240
- Width = 735
- End
- Begin VB.Label Label1
- Caption = "作者:"
- Height = 255
- Left = 360
- TabIndex = 0
- Top = 120
- Width = 615
- End
- End
- Attribute VB_Name = "Form2"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Me.Hide
- End Sub