form18.frm
来自「超市商品管理系统」· FRM 代码 · 共 59 行
FRM
59 行
VERSION 5.00
Begin VB.Form Form12
Caption = "Form12"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form12"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "退出"
Height = 495
Left = 1320
TabIndex = 2
Top = 2400
Width = 2175
End
Begin VB.CommandButton Command2
Caption = "商品价格查询"
Height = 495
Left = 1320
TabIndex = 1
Top = 1560
Width = 2175
End
Begin VB.CommandButton Command1
Caption = "商品剩余库存查询"
Height = 495
Left = 1320
TabIndex = 0
Top = 600
Width = 2175
End
End
Attribute VB_Name = "Form12"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form21.Show
Me.Hide
End Sub
Private Sub Command2_Click()
Form22.Show
Me.Hide
End Sub
Private Sub Command3_Click()
Form1.Show
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?