📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 0 'None
Caption = "关于我们"
ClientHeight = 2955
ClientLeft = 0
ClientTop = 0
ClientWidth = 4950
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2955
ScaleWidth = 4950
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton cmdExit
Caption = "关闭"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4080
TabIndex = 13
Top = 2520
Width = 735
End
Begin VB.Frame Frame1
Height = 100
Left = 0
TabIndex = 12
Top = 2640
Width = 3855
End
Begin VB.CommandButton cmdClose
Appearance = 0 'Flat
BackColor = &H00800000&
Caption = "X"
Height = 375
Left = 4560
MaskColor = &H00FFFFFF&
Style = 1 'Graphical
TabIndex = 2
Top = 0
Width = 375
End
Begin VB.Frame Fra1
Height = 100
Left = 0
TabIndex = 3
Top = 1920
Width = 4935
End
Begin VB.Label Label4
Caption = "电话:13510300489"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 2160
TabIndex = 11
Top = 2400
Width = 1815
End
Begin VB.Label Label3
Caption = "作者:袁光东"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 360
TabIndex = 10
Top = 2400
Width = 1215
End
Begin VB.Label Label2
Caption = "北大青鸟深圳中心E26 2004年8月 中国.深圳"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 360
TabIndex = 9
Top = 2160
Width = 4335
End
Begin VB.Label Label1
Caption = "新启点软件"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 255
Left = 600
TabIndex = 8
Top = 1200
Width = 975
End
Begin VB.Image Image1
Height = 720
Left = 720
Picture = "frmAbout.frx":0000
Stretch = -1 'True
Top = 480
Width = 720
End
Begin VB.Label lblsoft3
AutoSize = -1 'True
Caption = "For Windows EnVironment"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Left = 2520
TabIndex = 7
Top = 1440
Width = 2070
End
Begin VB.Label lblsoft2
AutoSize = -1 'True
Caption = "Build In Ver 2004"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Left = 2520
TabIndex = 6
Top = 1080
Width = 1530
End
Begin VB.Label lblsoft
AutoSize = -1 'True
Caption = "员工请假管理系统 V1.0"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Left = 2520
TabIndex = 5
Top = 600
Width = 2190
End
Begin VB.Label lblEmail
Caption = "Email:vodcom@163.com"
Height = 255
Left = 360
TabIndex = 4
Top = 1680
Width = 2175
End
Begin VB.Label lblTcaption
BackColor = &H00800000&
Caption = "关于"
ForeColor = &H00FFFBF2&
Height = 255
Left = 120
TabIndex = 1
Top = 120
Width = 495
End
Begin VB.Label lblTitel
BackColor = &H00800000&
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 375
Left = 0
TabIndex = 0
Top = 0
Width = 4860
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
'Download by http://www.codefans.net
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdClose_Click()
Unload Me
End Sub
Private Sub cmdExit_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -