VB学生信息管理系统 第6页

VB学生信息管理系统 第6页

Private Sub classbrowse_Click()

qxstr = Executeqx(2)

If qxstr = "false" Then

   ss = MsgBox("对不起,你没有管理本功能的权限,请与管理员联系!", vbInformation + vbOKOnly, " 警告")

 Exit Sub

End If

Formclass2.Show

End Sub

 

Private Sub classfind_Click()

qxstr = Executeqx(2)

If qxstr = "false" Then

   ss = MsgBox("对不起,你没有管理本功能的权限,请与管理员联系!", vbInformation + vbOKOnly, " 警告")

 Exit Sub

End If

 Formclass3.Show

 Formclass3.ZOrder (0)

End Sub

 

Private Sub find_Click()

 

End Sub

 

 

 

Private Sub classkecheng_Click()

qxstr = Executeqx(4)

If qxstr = "false" Then

   ss = MsgBox("对不起,你没有管理本功能的权限,请与管理员联系!", vbInformation + vbOKOnly, " 警告")

 Exit Sub

End If

Frmclasskecheng1.Show

Frmclasskecheng1.ZOrder

End Sub

 

 

 

 

Private Sub denglu2_Click()

Frmdenlu.Show

Unload Me

End Sub

 

Private Sub jiaofeiadd_Click()

qxstr = Executeqx(3)

If qxstr = "false" Or qxstr = "readonly" Then

   ss = MsgBox("对不起,你没有管理本功能的权限,请与管理员联系!", vbInformation + vbOKOnly, " 警告")

 Exit Sub

End If

Frmjf1.Show

Frmjf1.ZOrder 0

End Sub

 

Private Sub jiaofeibrowse_Click()

qxstr = Executeqx(3)

If qxstr = "false" Then

   ss = MsgBox("对不起,你没有管理本功能的权限,请与管理员联系!", vbInformation + vbOKOnly, " 警告")

 Exit Sub

End If

frmjf2.Show

frmjf2.ZOrder 0

End Sub

 

Private Sub jiaofeifind_Click()

qxstr = Executeqx(3)

If qxstr = "false" Then

   ss = MsgBox("对不起,你没有管理本功能的权限,请与管理员联系!", vbInformation + vbOKOnly, " 警告")

 Exit Sub

End If

Frmjf4.Show

End Sub

 

Private Sub jibenkecheng_Click()

qxstr = Executeqx(4)

If qxstr = "false" Then

   ss = MsgBox("对不起,你没有管理本功能的权限,请与管理员联系!", vbInformation + vbOKOnly, " 警告")

 Exit Sub

End If

frmjiben.Show

frmjiben.ZOrder 0

End Sub

 

 

 

Private Sub leixing_Click()

qxstr = Executeqx(4)

If qxstr = "false" Then

   ss = MsgBox("对不起,你没有管理本功能的权限,请与管理员联系!", vbInformation + vbOKOnly, " 警告")

 Exit Sub

End If

Frmleixing.Show

Frmleixing.ZOrder 0

End Sub

 

Private Sub liulan_Click()

qxstr = Executeqx(2)

If qxstr = "false" Then

   ss = MsgBox("对不起,你没有管理本功能的权限,请与管理员联系!", vbInformation + vbOKOnly, " 警告")

 Exit Sub

End If

  find = False

  Form3.Show

End Sub

 

Private Sub MDIForm_Load()

'username = "0001"

DataEnv1.Connection1.ConnectionString = connstring

StatusBar1.Panels(2).Text = Now

StatusBar1.Panels(3).Text = "当前操作员:    " & username

Dim aa As String

Select Case Executeqx(1)

Case "admin"

  aa = "超级管理员"

Case "readonly"

  aa = "只读管理员"

Case Else

  aa = "普通管理员"

End Select

StatusBar1.Panels(4).Text = "状态:   " & aa

End Sub

 

Private Sub useradd_Click()

qxstr = Executeqx(1)

If qxstr = "false" Or qxstr = "readonly" Then

   ss = MsgBox("对不起,你没有管理本功能的权限,请与管理员联系!", vbInformation + vbOKOnly, " 警告")

 Exit Sub

End If

frmuser1.Show

frmuser1.ZOrder 0

End Sub

 

Private Sub usermodi_Click()

qxstr = Executeqx(1)

If qxstr = "false" Then

   ss = MsgBox("对不起,你没有管理本功能的权限,请与管理员联系!", vbInformation + vbOKOnly, " 警告")

 Exit Sub 

End If

frmcpass.Show

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] 下一页

Copyright © 2007-2012 www.chuibin.com 六维论文网 版权所有