?? about.frm
字號(hào):
VERSION 5.00
Begin VB.Form AboutMe
BorderStyle = 1 'Fixed Single
Caption = "關(guān)于系統(tǒng)"
ClientHeight = 3945
ClientLeft = 45
ClientTop = 330
ClientWidth = 4620
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 3945
ScaleWidth = 4620
Begin VB.CommandButton Command1
Caption = "確定"
Height = 375
Left = 1920
TabIndex = 7
Top = 3480
Width = 735
End
Begin VB.PictureBox Picture1
BorderStyle = 0 'None
Height = 1815
Left = 0
Picture = "about.frx":0000
ScaleHeight = 1815
ScaleWidth = 2415
TabIndex = 0
Top = 840
Width = 2415
End
Begin VB.Label Label2
Caption = "版本號(hào):1.0"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 8
Top = 3120
Width = 1575
End
Begin VB.Label Label4
Caption = "版權(quán)所有(C) 2004 梁峰"
BeginProperty Font
Name = "方正姚體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Index = 4
Left = 1200
TabIndex = 6
Top = 360
Width = 2055
End
Begin VB.Label Label4
Caption = "QQ:75857014"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 3
Left = 2640
TabIndex = 5
Top = 2040
Width = 1815
End
Begin VB.Label Label4
Caption = "Email To:Liangfeng_vic@163.com"
BeginProperty Font
Name = "Lucida Handwriting"
Size = 7.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0080FF80&
Height = 375
Index = 1
Left = 120
TabIndex = 4
Top = 2760
Width = 3735
End
Begin VB.Label Label4
Caption = "電話:0732-8684984"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 0
Left = 2640
TabIndex = 3
Top = 1560
Width = 2055
End
Begin VB.Label Label3
Caption = "作者:梁峰"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2640
TabIndex = 2
Top = 1080
Width = 1935
End
Begin VB.Label Label1
Caption = "湖工人事信息管理系統(tǒng)"
BeginProperty Font
Name = "華文彩云"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = 480
TabIndex = 1
Top = 0
Width = 3735
End
End
Attribute VB_Name = "AboutMe"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -