📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form 超市售货管理系统
Caption = "超市售货管理系统"
ClientHeight = 3690
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form3"
ScaleHeight = 3690
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command4
Caption = "退出"
Height = 855
Left = 2760
TabIndex = 3
Top = 2280
Width = 1335
End
Begin VB.CommandButton Command3
Caption = "商品销售信息"
Height = 855
Left = 480
TabIndex = 2
Top = 2280
Width = 1335
End
Begin VB.CommandButton Command2
Caption = "商品基本信息"
Height = 735
Left = 480
TabIndex = 1
Top = 360
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "商品采购信息"
Height = 735
Left = 480
TabIndex = 0
Top = 1320
Width = 1335
End
End
Attribute VB_Name = "超市售货管理系统"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Load 商品采购信息
商品采购信息.Show
End Sub
Private Sub Command2_Click()
Load 商品基本信息
商品基本信息.Show
End Sub
Private Sub Command3_Click()
Load 商品销售信息
商品销售信息.Show
End Sub
Private Sub Command4_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -