form13.frm
来自「此为库存管理系统!使用了VB开发工具开发」· FRM 代码 · 共 59 行
FRM
59 行
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 + =
减小字号Ctrl + -
显示快捷键?