form16.frm
来自「超市商品管理系统」· FRM 代码 · 共 60 行
FRM
60 行
VERSION 5.00
Begin VB.Form Form16
Caption = "库存"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form5"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "退出"
Height = 735
Left = 2520
TabIndex = 2
Top = 960
Width = 1575
End
Begin VB.CommandButton Command2
Caption = "库存记录"
Height = 855
Left = 240
TabIndex = 1
Top = 1560
Width = 1815
End
Begin VB.CommandButton Command1
Caption = "紧缺货物"
Height = 855
Left = 240
TabIndex = 0
Top = 240
Width = 1815
End
End
Attribute VB_Name = "Form16"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form15.Show
Me.Hide
End Sub
Private Sub Command2_Click()
Form17.Show
Me.Hide
End Sub
Private Sub Command3_Click()
Form3.Show
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?