?? frmabout.frm
字號:
VERSION 5.00
Begin VB.Form FrmAbout
Caption = "關(guān)于 坦克大戰(zhàn)"
ClientHeight = 2085
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
ControlBox = 0 'False
LinkTopic = "Form2"
ScaleHeight = 2085
ScaleWidth = 4680
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command1
Caption = "確定(&T)"
Height = 255
Left = 1560
TabIndex = 6
Top = 1680
Width = 1335
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "Http://JinFengnet.yeah.net"
BeginProperty Font
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 180
Left = 840
MouseIcon = "FrmAbout.frx":0000
MousePointer = 99 'Custom
TabIndex = 5
Top = 1320
Width = 2340
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "主 頁:"
Height = 180
Left = 120
TabIndex = 4
Top = 1320
Width = 630
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "JinFeng82@163.net"
BeginProperty Font
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 180
Left = 840
MouseIcon = "FrmAbout.frx":0152
MousePointer = 99 'Custom
TabIndex = 3
Top = 960
Width = 1530
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "E-mail:"
Height = 180
Left = 120
TabIndex = 2
Top = 960
Width = 630
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "作者: 周金鋒"
Height = 180
Left = 120
TabIndex = 1
Top = 600
Width = 1080
End
Begin VB.Line Line1
X1 = 120
X2 = 4560
Y1 = 480
Y2 = 480
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "坦克大戰(zhàn)"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 1680
TabIndex = 0
Top = 120
Width = 1035
End
End
Attribute VB_Name = "FrmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'本程序作者:周金鋒
'
'E-mail: JinFeng82@163.net
'
'主頁: Http://Jinfengnet.yeah.net
'
'這是作者編寫的第一個游戲,還有很多不足之處,忠心希望各位VB高手多多指教。
'
'由于作者的美術(shù)水平實在太差,所以...
'
'歡迎光臨《金鋒編程園地》- 網(wǎng)址: Http://Jinfengnet.yeah.net
'
Private Sub Command1_Click()
End
End Sub
Private Sub Form_Load()
Label1.Move (Me.ScaleWidth - Label1.Width) / 2
Command1.Move (Me.ScaleWidth - Command1.Width) / 2
End Sub
Private Sub Label4_Click()
ShellExecute Me.hwnd, "open", "mailto:JinFeng82@163.net", vbNullString, vbNullString, &H0
End Sub
Private Sub Label6_Click()
ShellExecute Me.hwnd, "open", "Http://Jinfengnet.yeah.net", vbNullString, vbNullString, &H0
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -