📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 1 'Fixed Single
Caption = "Form2"
ClientHeight = 6540
ClientLeft = 45
ClientTop = 330
ClientWidth = 7680
LinkTopic = "Form2"
ScaleHeight = 6540
ScaleWidth = 7680
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "进入系统"
DataSource = "DataEnvironment1"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = 4920
TabIndex = 1
Top = 3960
Width = 1935
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "欢迎进入商品交易信息管理系统"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 735
Left = -240
TabIndex = 0
Top = 1200
Width = 8175
End
Begin VB.Image Image1
BorderStyle = 1 'Fixed Single
Height = 6180
Left = 0
Picture = "Form2.frx":0000
Stretch = -1 'True
Top = -120
Width = 8925
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label2_Click()
Form4.Show
Unload Me
End Sub
Private Sub Label3_Click()
Form5.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -