?? frmabout.frm
字號:
VERSION 5.00
Begin VB.Form frmAbout
Caption = "Form1"
ClientHeight = 3000
ClientLeft = 60
ClientTop = 450
ClientWidth = 6210
LinkTopic = "Form1"
ScaleHeight = 3000
ScaleWidth = 6210
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "確定"
Height = 495
Left = 4560
TabIndex = 7
Top = 2280
Width = 1215
End
Begin VB.PictureBox Picture1
BorderStyle = 0 'None
Height = 1095
Left = 240
Picture = "frmAbout.frx":0000
ScaleHeight = 1095
ScaleWidth = 1575
TabIndex = 0
Top = 240
Width = 1575
End
Begin VB.Label Label7
Caption = "師師"
ForeColor = &H00FF0000&
Height = 255
Left = 2640
TabIndex = 9
Top = 840
Width = 495
End
Begin VB.Label Label5
Caption = "E-mail:shi3000@21cn.com"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
MouseIcon = "frmAbout.frx":3393
MousePointer = 99 'Custom
TabIndex = 8
Top = 2520
Width = 2655
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "版權所有(C) 2004年11月"
Height = 255
Left = 3840
TabIndex = 6
Top = 1320
Width = 2295
End
Begin VB.Label lblDescription
BackStyle = 0 'Transparent
Height = 255
Left = 2160
TabIndex = 5
Top = 1920
Width = 3855
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "作者:"
Height = 255
Left = 2160
TabIndex = 4
Top = 840
Width = 495
End
Begin VB.Label Label11
Caption = "簡體中文版 1.0"
Height = 255
Left = 2160
TabIndex = 3
Top = 1320
Width = 1455
End
Begin VB.Label Label12
Caption = "第一版完成日前:2004年11月"
Height = 255
Left = 3600
TabIndex = 2
Top = 840
Width = 2415
End
Begin VB.Label Label1
Caption = "影碟管理系統1.0"
BeginProperty Font
Name = "宋體"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2640
TabIndex = 1
Top = 240
Width = 2295
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'Download by http://www.codefans.net
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Label5_Click()
Shell "C:\Program Files\Internet Explorer\IEXPLORE.EXE mailto:shi3000@21cn.com", vbHide
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -