📄 adminface.frm
字号:
VERSION 5.00
Object = "{6BF52A50-394A-11D3-B153-00C04F79FAA6}#1.0#0"; "wmp.dll"
Begin VB.Form adminface
BackColor = &H00FFC0C0&
Caption = "超市管理员管理系统"
ClientHeight = 6690
ClientLeft = 165
ClientTop = 735
ClientWidth = 9525
Icon = "adminface.frx":0000
LinkTopic = "Form1"
Picture = "adminface.frx":08CA
ScaleHeight = 6690
ScaleWidth = 9525
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Height = 855
Left = 1920
Picture = "adminface.frx":24766
Style = 1 'Graphical
TabIndex = 2
Top = 0
Width = 975
End
Begin VB.CommandButton Command2
Caption = "销售管理"
Height = 855
Left = 960
Picture = "adminface.frx":271DA
Style = 1 'Graphical
TabIndex = 1
Top = 0
Width = 975
End
Begin VB.CommandButton Command1
Height = 855
Left = 0
Picture = "adminface.frx":29710
Style = 1 'Graphical
TabIndex = 0
Top = 0
Width = 975
End
Begin WMPLibCtl.WindowsMediaPlayer WindowsMediaPlayer1
Height = 495
Left = 2880
TabIndex = 3
Top = 0
Visible = 0 'False
Width = 3015
URL = ""
rate = 1
balance = 0
currentPosition = 0
defaultFrame = ""
playCount = 1
autoStart = -1 'True
currentMarker = 0
invokeURLs = -1 'True
baseURL = ""
volume = 50
mute = 0 'False
uiMode = "full"
stretchToFit = 0 'False
windowlessVideo = 0 'False
enabled = -1 'True
enableContextMenu= -1 'True
fullScreen = 0 'False
SAMIStyle = ""
SAMILang = ""
SAMIFilename = ""
captioningID = ""
enableErrorDialogs= 0 'False
_cx = 5318
_cy = 873
End
Begin VB.Menu scommaneger
Caption = "超市日常管理"
Begin VB.Menu ssmaneger
Caption = "超市仓库管理"
Shortcut = ^S
End
Begin VB.Menu smmaneger
Caption = "超市销售管理"
Shortcut = ^M
End
End
Begin VB.Menu idmaneger
Caption = "账号管理"
Begin VB.Menu muser
Caption = "管理员账号管理"
Shortcut = ^A
End
Begin VB.Menu cuser
Caption = "仓储员账号管理"
Shortcut = ^C
End
Begin VB.Menu suser
Caption = "收银员账号管理"
Shortcut = ^D
End
End
Begin VB.Menu staffmaneger
Caption = "超市员工管理"
Begin VB.Menu smessmaneger
Caption = "员工信息管理"
Shortcut = ^E
End
End
Begin VB.Menu reset
Caption = "重新登录"
End
Begin VB.Menu help
Caption = "帮助"
End
End
Attribute VB_Name = "adminface"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
storemain.Show
End Sub
Private Sub Command2_Click()
Form1.Show
End Sub
Private Sub Command3_Click()
staff.Show
End Sub
Private Sub cuser_Click()
fcuser.Show
End Sub
Private Sub muser_Click()
fmuser.Show
End Sub
Private Sub reset_Click()
If MsgBox("若重新登录,所有窗体都将关闭!是否重新登录?", _
vbQuestion + vbYesNo + vbDefaultButton2, "重新登录") = vbYes Then
Unload Me
login.Show
End If
End Sub
Private Sub smessmaneger_Click()
staff.Show
End Sub
Private Sub smmaneger_Click()
Form1.Show
End Sub
Private Sub ssmaneger_Click()
storemain.Show
End Sub
Private Sub suser_Click()
fsuser.Show
End Sub
Private Sub WindowsMediaPlayer1_OpenStateChange(ByVal NewState As Long)
WindowsMediaPlayer1.URL = App.Path & "\钢琴曲-神秘花园.mp3"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -