form4.frm
来自「超市商品管理系统」· FRM 代码 · 共 85 行
FRM
85 行
VERSION 5.00
Begin VB.Form Form4
Caption = "Form4"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form4"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command5
Caption = "返回"
Height = 495
Left = 2040
TabIndex = 4
Top = 2640
Width = 615
End
Begin VB.CommandButton Command4
Caption = "商品价格查询"
Height = 495
Left = 2640
TabIndex = 3
Top = 1680
Width = 1455
End
Begin VB.CommandButton Command3
Caption = "销售状况表"
Height = 615
Left = 2640
TabIndex = 2
Top = 480
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "销售排行榜 top3"
Height = 495
Left = 480
TabIndex = 1
Top = 1680
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "店内所有货品清单"
Height = 615
Left = 480
TabIndex = 0
Top = 480
Width = 1695
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form19.Show
Me.Hide
End Sub
Private Sub Command2_Click()
Form14.Show
Me.Hide
End Sub
Private Sub Command3_Click()
Form20.Show
Me.Hide
End Sub
Private Sub Command4_Click()
Form5.Show
Me.Hide
End Sub
Private Sub Command5_Click()
Form3.Show
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?