📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
Caption = "关于"
ClientHeight = 4260
ClientLeft = 60
ClientTop = 345
ClientWidth = 6405
LinkTopic = "Form1"
ScaleHeight = 4260
ScaleWidth = 6405
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
BackColor = &H00C0C0C0&
Caption = "确定"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4680
TabIndex = 9
Top = 3720
Width = 1455
End
Begin VB.Frame Frame1
Caption = "警告"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 1215
Left = 480
TabIndex = 7
Top = 2280
Width = 5535
Begin VB.Label Label8
BackStyle = 0 'Transparent
Caption = "本系统由我独立开发, 版权所有, 如擅自复制、传播本应用程序,将追究其法律责任。"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 240
TabIndex = 8
Top = 360
Width = 5055
End
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "本人开发"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2400
TabIndex = 6
Top = 1800
Width = 1575
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "本软件使用权属于"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 480
TabIndex = 5
Top = 1800
Width = 1935
End
Begin VB.Line Line1
BorderWidth = 2
X1 = 360
X2 = 6000
Y1 = 1560
Y2 = 1560
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "2007-2008"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2400
TabIndex = 4
Top = 1200
Width = 1335
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = " 我的毕业设计"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3720
TabIndex = 3
Top = 1200
Width = 1815
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "Version 1.4.0"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
TabIndex = 2
Top = 720
Width = 1575
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "版权所有(C)"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 600
TabIndex = 1
Top = 1200
Width = 1575
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "企业工资管理系统"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1320
TabIndex = 0
Top = 360
Width = 3975
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Me.Hide
Unload Me
frmMain.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -