📄 系统主页.frm
字号:
VERSION 5.00
Begin VB.Form 系统主页
Caption = "零食销售管理主页"
ClientHeight = 5655
ClientLeft = 4560
ClientTop = 2745
ClientWidth = 7605
LinkTopic = "Form1"
Picture = "系统主页.frx":0000
ScaleHeight = 5655
ScaleWidth = 7605
Begin VB.PictureBox Picture1
AutoSize = -1 'True
Height = 5685
Left = 0
Picture = "系统主页.frx":25AF4
ScaleHeight = 5625
ScaleWidth = 7500
TabIndex = 0
Top = 0
Width = 7560
Begin VB.Label Label1
Caption = "欢迎您使用本系统!"
BeginProperty Font
Name = "黑体"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00404080&
Height = 855
Left = 480
TabIndex = 1
Top = 1800
Width = 6735
End
End
Begin VB.Menu 系统管理
Caption = "系统管理"
Begin VB.Menu 添加新用户
Caption = "添加新用户"
End
Begin VB.Menu 修改密码
Caption = "修改密码"
End
Begin VB.Menu 退出
Caption = "退出系统"
End
End
Begin VB.Menu 客户信息管理
Caption = "客户信息管理"
Begin VB.Menu 顾客信息管理
Caption = "顾客信息管理"
End
Begin VB.Menu 供应商信息管理
Caption = "供应商信息管理"
End
End
Begin VB.Menu 商品信息管理
Caption = "商品信息管理"
End
Begin VB.Menu 营销信息管理
Caption = "营销信息管理"
Begin VB.Menu 进货信息管理
Caption = "进货信息管理"
Begin VB.Menu 添加进货
Caption = "添加进货信息"
End
Begin VB.Menu 已进货信息
Caption = "已进货信息管理"
End
End
Begin VB.Menu 销售信息管理
Caption = "销售信息管理"
Begin VB.Menu 添加销售
Caption = "添加销售信息"
End
Begin VB.Menu 已销售信息
Caption = "已销售信息管理"
End
End
End
Begin VB.Menu 关于
Caption = "关于"
End
End
Attribute VB_Name = "系统主页"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Combo1_Change()
End Sub
Private Sub 供应商信息管理_Click()
Unload Me
供应商管理.Show
End Sub
Private Sub 顾客信息管理_Click()
Unload Me
顾客管理.Show
End Sub
Private Sub 关于_Click()
Unload Me
关于我们.Show
End Sub
Private Sub 商品信息管理_Click()
Unload Me
商品管理.Show
End Sub
Private Sub 添加进货_Click()
Unload Me
添加进货信息.Show
End Sub
Private Sub 添加销售_Click()
Unload Me
添加销售信息.Show
End Sub
Private Sub 添加新用户_Click()
Unload Me
新用户添加.Show
End Sub
Private Sub 退出_Click()
End
End Sub
Private Sub 修改密码_Click()
Unload Me
密码修改.Show
End Sub
Private Sub 已进货信息_Click()
Unload Me
已进货信息管理.Show
End Sub
Private Sub 已销售信息_Click()
Unload Me
已销售信息管理.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -