📄 formmain.frm
字号:
VERSION 5.00
Begin VB.Form Form进入系统窗体
Caption = "欢迎"
ClientHeight = 5580
ClientLeft = 3840
ClientTop = 2715
ClientWidth = 7740
LinkTopic = "Form1"
MaxButton = 0 'False
Picture = "Formmain.frx":0000
ScaleHeight = 5580
ScaleWidth = 7740
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
BackColor = &H00FFFF80&
Caption = "进入系统"
Default = -1 'True
BeginProperty Font
Name = "华文行楷"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2520
MaskColor = &H00FFFFFF&
Style = 1 'Graphical
TabIndex = 2
Top = 3480
Width = 2295
End
Begin VB.Label Label3
BackColor = &H00C0FFC0&
BackStyle = 0 'Transparent
Caption = "版权所有:0607100337"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 2400
TabIndex = 3
Top = 4440
Width = 2655
End
Begin VB.Label Label2
BackColor = &H00FFFFC0&
BackStyle = 0 'Transparent
Caption = "企业员工资料信息系统"
BeginProperty Font
Name = "宋体"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FF00&
Height = 735
Left = 120
TabIndex = 1
Top = 1920
Width = 7455
End
Begin VB.Label Label1
BackColor = &H00C0FFC0&
BackStyle = 0 'Transparent
Caption = "欢迎进入"
BeginProperty Font
Name = "宋体"
Size = 27.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 615
Left = 2520
TabIndex = 0
Top = 720
Width = 2295
End
End
Attribute VB_Name = "Form进入系统窗体"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form用户类型选择.Show
Form进入系统窗体.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -