📄 welcome.frm
字号:
VERSION 5.00
Begin VB.Form welcome
Caption = "工资管理系统"
ClientHeight = 9765
ClientLeft = 60
ClientTop = 345
ClientWidth = 14985
LinkTopic = "Form1"
Picture = "welcome.frx":0000
ScaleHeight = 9765
ScaleWidth = 14985
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.CommandButton Command2
Caption = "退出系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2160
TabIndex = 4
Top = 7800
Width = 2655
End
Begin VB.CommandButton Command1
Caption = "点击进入"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2160
TabIndex = 1
Top = 6600
Width = 2655
End
Begin VB.Label Label3
AutoSize = -1 'True
BackColor = &H8000000B&
BackStyle = 0 'Transparent
Caption = "设计者:计科0611班 田耘"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 2160
TabIndex = 3
Top = 4800
Width = 4185
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "前台:Visual Basic 后台:Access"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 660
Left = 2160
TabIndex = 2
Top = 3240
Width = 3285
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "欢迎进入 企业工资管理系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 2160
TabIndex = 0
Top = 1680
Width = 6855
End
End
Attribute VB_Name = "welcome"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
mainform.Show
End Sub
Private Sub Command2_Click()
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -