📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
Caption = "Form3"
ClientHeight = 3435
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form3"
ScaleHeight = 3435
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command4
Caption = "返回首页"
Height = 615
Left = 3720
TabIndex = 3
Top = 2520
Width = 615
End
Begin VB.CommandButton Command3
Caption = "库存"
Height = 615
Left = 1560
TabIndex = 2
Top = 1800
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "采购"
Height = 615
Left = 2640
TabIndex = 1
Top = 600
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "销售"
Height = 615
Left = 480
TabIndex = 0
Top = 600
Width = 1335
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form4.Show
Me.Hide
End Sub
Private Sub Command2_Click()
Form6.Show
Me.Hide
End Sub
Private Sub Command3_Click()
Form11.Show
Me.Hide
End Sub
Private Sub Command4_Click()
Form1.Show
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -