📄 form13.frm
字号:
VERSION 5.00
Begin VB.Form Form13
Caption = "主界面"
ClientHeight = 5430
ClientLeft = 60
ClientTop = 720
ClientWidth = 9795
LinkTopic = "Form13"
ScaleHeight = 5430
ScaleWidth = 9795
Begin VB.Menu basicinfo
Caption = "基本信息管理"
Begin VB.Menu client
Caption = "客户信息"
End
Begin VB.Menu storehouse
Caption = "仓库信息"
End
Begin VB.Menu users
Caption = "用户信息"
End
End
Begin VB.Menu pro
Caption = "产品信息管理"
Begin VB.Menu product
Caption = "商品信息"
End
Begin VB.Menu storeininfo
Caption = "入库信息"
End
Begin VB.Menu storeoutinfo
Caption = "出库信息"
End
End
Begin VB.Menu store
Caption = "库存操作管理"
Begin VB.Menu storein
Caption = "入库"
End
Begin VB.Menu storeout
Caption = "出库"
End
End
Begin VB.Menu count
Caption = "统计查询管理"
Begin VB.Menu countin
Caption = "入库统计查询"
End
Begin VB.Menu countout
Caption = "出库统计查询"
End
End
End
Attribute VB_Name = "Form13"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -