毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 课程设计 >> 正文

仓库管理系统数据库课程设计 第3页

更新时间:2009-7-26:  来源:毕业论文
仓库管理系统数据库课程设计 第3页
参考文献
[1] 萨师煊.王珊编.数据库系统概论.北京:高等教育出版社,2003年
[2] 张海藩.软件工程导轮.北京:清华大学出版社,2004年
[3] 徐士良.常用算法程序集.北京:清华大学出版社,2004年
[4] 龚沛曾.陆慰民.杨志强编.北京:高等教育出版社,2000.7
8.附录
5.1窗体相关的程序
Option Explicit
Private Sub Form_KeyPress(KeyAscii As Integer)
    Unload Me
End Sub

Private Sub Form_Load()
lblCompanyProduct.ForeColor = RGB(238, 78, 48)
lblVersion.ForeColor = RGB(238, 78, 48)

End Sub
Private Sub Frame1_Click()
    Unload Me
    Load Login
    Login.Show
End Sub

Private Sub imgLogo_Click()
Unload Me
    Load Login
    Login.Show
End Sub

Private Sub Label1_Click()
Unload Me
    Load Login
    Login.Show
End Sub

Private Sub lblPlatform_Click()
Unload Me
    Load Login
    Login.Show
End Sub

Private Sub lbladdress_Click()
Unload Me
    Load Login
    Login.Show
End Sub

Private Sub lblCompany_Click()
Unload Me
    Load Login
    Login.Show
End Sub

Private Sub lblCopyright_Click()
Unload Me
    Load Login
    Login.Show
End Sub

Private Sub lblProductName_Click()
Unload Me
    Load Login
    Login.Show
End Sub

Private Sub lblVersion_Click()
Unload Me
    Load Login
    Login.Show
End Sub

Private Sub Timer1_Timer()
Unload Me
    Load Login
    Login.Show
End Sub

Private Sub Timer2_Timer()
Timer1.Enabled = False
End Sub
5.2 窗体相关的程序
Dim datacount As Integer          '操作员个数

Private Sub cmdCancel_Click()         '取消
  If Login1 = 1 Then
    Unload Login
  Else
    End
  End If
  operater.Recordset.Close
End Sub

Private Sub cmdDate_Click()
  DTPicker1.Visible = True
End Sub

Private Sub CmdOK_Click()             '登录
  If txtPassword = Password And Trim(Password) <> "" Or datacount = 0 Then
    If Login1 = 1 Then
      Load Mainform
    Else
      Mainform.Show
    End If
    If Rights = 2 Then
      Mainform.M_Setup.Visible = False
    Else
      Mainform.M_Setup.Visible = True
    End If
    Me.Hide
    If Login1 = 1 Then Mainform.StatusBar1.Panels.Item(1).Text = "管理员:   " & Operater1
    If Rights = 1 Then
      Mainform.M_ChangePassword.Visible = True
    Else
      Mainform.M_ChangePassword.Visible = False
    End If
  Else
    MsgBox "输入的密码有误,请重新输入!!!!"
    txtPassword.SetFocus
  End If
  txtPassword = ""
End Sub

Private Sub Combo1_Click()            '选择操作员
  If Trim(Combo1.Text) <> "" And datacount <> 0 Then
    txtPassword.Enabled = True
    txtPassword.SetFocus
    operater.RecordSource = "select * from operater where 姓名='" & Trim(Combo1.Text) & "'"
    operater.Refresh
    Operater1 = operater.Recordset.Fields(0)
    Password = operater.Recordset.Fields(1)
    Rights = operater.Recordset.Fields(2)
  End If
End Sub

Private Sub DTPicker1_Change()        '改变日期
  Date = DTPicker1.Value
  DTPicker1.Visible = False
  txtDate = Year(Date) & "年" & Month(Date) & "月" & Day(Date) & "日"
www.751com.cn
  If datacount = 0 Then
    Operater1 = "无"
    Combo1.Enabled = False
    txtPassword.Enabled = False
    cmdOK.Enabled = True
    Text1.Visible = True
  Else
    operater.Recordset.MoveFirst
    Do While operater.Recordset.EOF = False
      Combo1.AddItem operater.Recordset.Fields(0)
      operater.Recordset.MoveNext
    Loop
    Text1.Visible = False
  End If
End Sub

Private Sub Text2_Change()

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

仓库管理系统数据库课程设计 第3页下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©751com.cn 辣文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。