📄 logining.frm
字号:
VERSION 5.00
Begin VB.Form frmlogining
Caption = "Form1"
ClientHeight = 8970
ClientLeft = 165
ClientTop = 450
ClientWidth = 6750
LinkTopic = "Form1"
Picture = "logining.frx":0000
ScaleHeight = 8970
ScaleWidth = 6750
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label2
BackColor = &H80000005&
Caption = "版权所有:张娟、张丽丽"
BeginProperty Font
Name = "新宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000D&
Height = 255
Left = 1560
TabIndex = 1
Top = 8400
Width = 3375
End
Begin VB.Label Label1
BackColor = &H80000005&
Caption = "超市管理系统"
BeginProperty Font
Name = "新宋体"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000D&
Height = 495
Left = 1920
TabIndex = 0
Top = 7680
Width = 2775
End
End
Attribute VB_Name = "frmlogining"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -