📄 form01.frm
字号:
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00FFC0C0&
Caption = "Form1"
ClientHeight = 6405
ClientLeft = 60
ClientTop = 450
ClientWidth = 10470
LinkTopic = "Form1"
Picture = "Form01.frx":0000
ScaleHeight = 6405
ScaleWidth = 10470
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "20058004053"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFC0&
Height = 615
Left = 7680
TabIndex = 2
Top = 5760
Width = 2415
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "点击进入"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 0
Weight = 700
Underline = -1 'True
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0FFFF&
Height = 735
Left = 7800
TabIndex = 1
Top = 5040
Width = 2175
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "小企业工资管理系统"
BeginProperty Font
Name = "宋体"
Size = 36
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0FFFF&
Height = 855
Left = 1200
TabIndex = 0
Top = 840
Width = 8055
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label2_Click()
Form修饰.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -