📄 主界面.frm
字号:
VERSION 5.00
Begin VB.Form Form6
Caption = "库存管理系统1"
ClientHeight = 6900
ClientLeft = 165
ClientTop = 825
ClientWidth = 11775
FillColor = &H00C00000&
ForeColor = &H00C00000&
LinkTopic = "Form6"
ScaleHeight = 6900
ScaleWidth = 11775
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
Height = 7935
Left = 0
Picture = "主界面.frx":0000
ScaleHeight = 7875
ScaleWidth = 11835
TabIndex = 0
Top = -720
Width = 11895
Begin VB.Label Label2
BackColor = &H00FFFFFF&
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 120
TabIndex = 2
Top = 1680
Width = 2535
End
Begin VB.Label Label1
BackColor = &H00FFFFFF&
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 120
TabIndex = 1
Top = 960
Width = 2535
End
End
Begin VB.Menu sysload
Caption = "系统登录"
NegotiatePosition= 1 'Left
Begin VB.Menu update
Caption = "修改密码"
Shortcut = ^M
End
Begin VB.Menu addordel
Caption = "添加/删除用户"
Shortcut = ^D
End
Begin VB.Menu load
Caption = "重新登录"
Shortcut = ^A
End
End
Begin VB.Menu basicinfo
Caption = "基本信息管理"
Begin VB.Menu client
Caption = "客户信息管理"
Shortcut = {F1}
End
Begin VB.Menu store
Caption = "仓库信息管理"
Shortcut = {F2}
End
Begin VB.Menu storeinfo
Caption = "现有库存信息管理"
Shortcut = {F6}
End
Begin VB.Menu object
Caption = "商品信息管理"
Shortcut = {F4}
End
Begin VB.Menu userinfo
Caption = "用户信息管理"
Shortcut = {F3}
End
End
Begin VB.Menu in
Caption = "入库操作"
Begin VB.Menu incu
Caption = "商品入库"
Shortcut = ^G
End
Begin VB.Menu inselect
Caption = "入库查询"
Shortcut = ^H
End
End
Begin VB.Menu out
Caption = "出库操作"
Begin VB.Menu outcu
Caption = "商品出库"
Shortcut = ^I
End
Begin VB.Menu outselect
Caption = "出库查询"
Shortcut = ^J
End
End
Begin VB.Menu endsystem
Caption = "退出系统"
Begin VB.Menu end
Caption = "退出"
Shortcut = ^K
End
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub addordel_Click()
Form11.Show
End Sub
Private Sub client_Click()
Form14.Show
End Sub
Private Sub end_Click()
End
End Sub
Private Sub Form_Load()
'Me.Label1.Caption = Form5.name
End Sub
Private Sub incu_Click()
Form1.Show
End Sub
Private Sub inselect_Click()
Form4.Show
End Sub
Private Sub load_Click()
Form5.Text1.Text = ""
Form5.Text2.Text = ""
Form5.Show
Form6.Hide
End Sub
Private Sub object_Click()
Form8.Show
End Sub
Private Sub outcu_Click()
Form2.Show
End Sub
Private Sub outselect_Click()
Form7.Show
End Sub
Private Sub store_Click()
Form16.Show
End Sub
Private Sub storeinfo_Click()
Form3.Show
End Sub
Private Sub update_Click()
Form12.Show
End Sub
Private Sub userinfo_Click()
Form18.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -