📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "欢迎界面"
ClientHeight = 4350
ClientLeft = 60
ClientTop = 345
ClientWidth = 8010
LinkTopic = "Form1"
ScaleHeight = 4350
ScaleWidth = 8010
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "点击进入"
Height = 495
Left = 2400
TabIndex = 2
Top = 3000
Width = 2655
End
Begin VB.PictureBox Picture1
Height = 1215
Left = 120
Picture = "Form1.frx":0000
ScaleHeight = 1155
ScaleWidth = 7635
TabIndex = 1
Top = 1440
Width = 7695
End
Begin VB.Label Label1
Caption = "欢迎使用生产者-消费者演示软件"
BeginProperty Font
Name = "隶书"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1560
TabIndex = 0
Top = 840
Width = 4455
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Hide
Form2.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -