📄 form_about.frm
字号:
VERSION 5.00
Begin VB.Form Form_About
BackColor = &H000080FF&
BorderStyle = 0 'None
Caption = "企业人事信息管理系统"
ClientHeight = 2670
ClientLeft = 0
ClientTop = 0
ClientWidth = 5325
LinkTopic = "Form10"
MaxButton = 0 'False
ScaleHeight = 2670
ScaleWidth = 5325
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
BackColor = &H000080FF&
Caption = "关闭"
Height = 255
Left = 3480
MaskColor = &H80000004&
Style = 1 'Graphical
TabIndex = 9
Top = 2160
Width = 1575
End
Begin VB.PictureBox Picture3
BackColor = &H00FFFF80&
Height = 255
Left = 240
ScaleHeight = 195
ScaleWidth = 3075
TabIndex = 7
Top = 2160
Width = 3135
Begin VB.Label Label5
BackColor = &H00FFFF80&
Caption = "Email:lzjian2008@gmail.com"
Height = 255
Left = 0
TabIndex = 8
Top = 0
Width = 4815
End
End
Begin VB.PictureBox Picture2
BackColor = &H00FFFF80&
Height = 1815
Left = 3480
ScaleHeight = 1755
ScaleWidth = 1515
TabIndex = 2
Top = 240
Width = 1575
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "OICQ:155215433"
Height = 255
Left = 0
TabIndex = 6
Top = 1440
Width = 1455
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "学 号:030609517"
Height = 255
Left = 0
TabIndex = 5
Top = 960
Width = 1455
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "班 级:030609"
Height = 255
Left = 0
TabIndex = 4
Top = 480
Width = 1335
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "制作人:刘自建"
Height = 255
Left = 0
TabIndex = 3
Top = 120
Width = 1335
End
End
Begin VB.PictureBox Picture1
BackColor = &H00FFFF00&
Height = 1815
Left = 240
ScaleHeight = 1755
ScaleWidth = 3075
TabIndex = 0
Top = 240
Width = 3135
Begin VB.Label Label1
BackColor = &H00FFFF80&
Caption = $"Form_About.frx":0000
Height = 1695
Left = 0
TabIndex = 1
Top = 0
Width = 3135
End
End
End
Attribute VB_Name = "Form_About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -