freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

企業(yè)人事工資管理系統(tǒng)計(jì)算機(jī)(論文)(存儲(chǔ)版)

2025-01-15 02:41上一頁面

下一頁面
  

【正文】 x 出生年月不能為空!, vbOKOnly + vbExclamation, 警告 Exit Sub End If If Not IsDate() Then MsgBox 生日應(yīng)輸入日期(yyyymmdd)!, vbOKOnly + vbExclamation, 警告 Exit Sub Else = Format(, yyyymmdd) End If If = Then MsgBox 政治面貌不能為空!, vbOKOnly + vbExclamation, 警告 Exit Sub End If If = Then MsgBox 家庭住址不能為空!, vbOKOnly + vbExclamation, 警告 Exit Sub End If If = Then MsgBox 聯(lián)系電話不能為空!, vbOKOnly + vbExclamation, 警告 Exit Sub End If If = Then MsgBox 畢業(yè)學(xué)校不能為空!, vbOKOnly + vbExclamation, 警告 Exit Sub End If If = Then MsgBox 最高學(xué)歷不能為空!, vbOKOnly + vbExclamation, 警告 Exit Sub End If If = Then MsgBox 所學(xué)專業(yè)不能為空!, vbOKOnly + vbExclamation, 警告 Exit Sub End If If = Then MsgBox 技術(shù)職稱不能為空!, vbOKOnly + vbExclamation, 警告 Exit Sub End If If = Then MsgBox 職稱時(shí)間不能為空!, vbOKOnly + vbExclamation, 警告 Exit Sub End If If Not IsDate() Then MsgBox 職稱應(yīng)輸入日期(yyyymmdd)!, vbOKOnly + vbExclamation, 警告 Exit Sub Else = Format(, yyyymmdd) End If If = Then MsgBox 基本工資不能為空!, vbOKOnly + vbExclamation, 警告 Exit Sub End If Dim db As Connection Set db = New Connection = adUseClient PROVIDER=。 通過上面的員工基本信息輸入窗體可以得知,員工基本信息的輸入窗體是不具備數(shù)據(jù)的維護(hù)功能的,員工的基本信息的維護(hù)功能是通過另外設(shè)計(jì)的窗體完成的。當(dāng)未越界的時(shí)候,一直循環(huán)。按鈕的click事件和員工基本信息輸入的界面按鈕類似,不同是該按鈕觸發(fā)的事件連接的數(shù)據(jù)庫表是員工業(yè)務(wù)檔案表,而上面是員工基本信息表而已。, db, adOpenStatic, adLockOptimistic If Not Then MsgBox 該編號(hào)重復(fù)!, vbOKOnly + vbExclamation, 警告 Exit Sub Else (員工編號(hào)) = (崗位編號(hào)) = If = Then (業(yè)務(wù)檔案) = 無 Else (業(yè)務(wù)檔案) = End If MsgBox 記載成功!, vbOKOnly + vbExclamation, 提示 End If = = = End SubPrivate Sub Command2_Click()Unload MeEnd SubPrivate Sub Form_Load()Left = ( Width) \ 2Top = ( Height) \ 2 Set adoPrimaryRS = New Recordset select * from gwxsinfo , db, adOpenStatic, adLockOptimistic With Combo1 For i = 1 To .AddItem (崗位編號(hào)) Next i End With End Sub員工的考勤是員工工資核算的重要的組成部分之一。文本框控件用于輸入年,組合框用于選擇考勤的月份。 c amp。當(dāng)員工在該年月中有遲到等情況發(fā)生時(shí),管理員可以通過操作該窗體來記載該員工的遲到,早退等考勤情況。 a amp。如果記錄集非空,則根據(jù)復(fù)選框的值來進(jìn)行考勤字段的維護(hù)。最后生成的工資項(xiàng)有:員工號(hào)、姓名、基本工資、崗位工資、加班津貼、考勤工資、行政性扣款、應(yīng)發(fā)工資、個(gè)人所得稅、實(shí)發(fā)工資、年月。 amp。具體代碼如下:Dim WithEvents adoPrimaryRS As RecordsetDim WithEvents adoPrimaryRS1 As RecordsetDim WithEvents adoPrimaryRS2 As RecordsetDim WithEvents adoPrimaryRS3 As RecordsetDim WithEvents adoPrimaryRS4 As RecordsetDim WithEvents adoPrimaryRS5 As RecordsetDim WithEvents adoPrimaryRS6 As RecordsetPrivate Sub Command1_Click() If = 輸入年 Or = 選擇月 Then MsgBox 年月不能為空!, vbOKOnly + vbExclamation, 警告 Exit Sub End If a = b = c = a amp。創(chuàng)建/瀏覽月工資表按鈕的click事件:根據(jù)輸入的年月在工資表中查詢,如果沒有該月的工資則系統(tǒng)開始創(chuàng)建該月的員工工資記錄。, db, adOpenStatic, adLockOptimistic If Then MsgBox 輸入可能有誤,考勤表中沒有相應(yīng)的考勤記錄!, vbOKOnly + vbExclamation, 警告 Exit Sub……來對(duì)考勤表中該員工的在輸入年月的情況下查詢,如果記錄集為空,則表明該考勤表中還沒有該考勤記錄存在,所以還不能進(jìn)行考勤維護(hù)。下面簡單分析一下記載按鈕的click事件:首先通過語句: select * from kqinfo where 員工編號(hào)=39。, db, adOpenStatic, adLockOptimistic With myFlexGrid .Rows = 2 .CellAlignment = 4 .TextMatrix(1, 0) = 員工編號(hào) .TextMatrix(1, 1) = 姓名 .TextMatrix(1, 2) = 遲到次數(shù) .TextMatrix(1, 3) = 早退次數(shù) .TextMatrix(1, 4) = 缺席次數(shù) .TextMatrix(1, 5) = 離崗次數(shù) .TextMatrix(1, 6) = 備注 .TextMatrix(1, 7) = 年月 Do While Not .Rows = .Rows + 1 .CellAlignment = 4 For j = 0 To 1 .TextMatrix(.Rows 1, j) = (j) Next j Loop End With = True End SubPrivate Sub Command2_Click() Dim i As Integer, j As Integer Dim xlapp As Dim xlbook As Dim xlsheet As Set xlapp = CreateObject() = True Set xlbook = Set xlsheet = (1) (1, 1) = 員工編號(hào) (1, 2) = 遲到次數(shù) (1, 3) = 早退次數(shù) (1, 4) = 缺席次數(shù) (1, 5) = 離崗次數(shù) (1, 6) = 備注 (1, 7) = 年月 i = 0 Do While ( = False) For j = 0 To 1 (i + 2, j + 1) = (j) Next j i = i + 1 Loop Set xlapp = Nothing Set xlbook = NothingEnd SubPrivate Sub Command3_Click() = 輸入年 = 選擇月 With myFlexGrid .Rows = 2 End With = FalseEnd SubPrivate Sub Command4_Click()Unload MeEnd SubPrivate Sub Form_Load()Left = ( Width) \ 2Top = ( Height) \ 2 With myFlexGrid .Rows = 2 .CellAlignment = 4 .TextMatrix(1, 0) = 教師編號(hào) .TextMatrix(1, 1) = 遲到次數(shù) .TextMatrix(1, 2) = 早退次數(shù) .TextMatrix(1, 3) = 缺席次數(shù) .TextMatrix(1, 4) = 離崗次數(shù) .TextMatrix(1, 5) = 備注 .TextMatrix(1, 6) = 年月 End WithEnd SubPrivate Sub Frame1_DragDrop(Source As Control, X As Single, Y As Single)End SubPrivate Sub Text1_Click() = End Sub 考勤表的維護(hù)上面已經(jīng)完成了對(duì)所有員工按照給定年月創(chuàng)建了或者說初始化了員工的考勤表。 b Set adoPrimaryRS = New Recordset a = select * from kqinfo where 年月=39。表格控件用來顯示所設(shè)定的年月的員工的考勤表,比如設(shè)定2000年1月,通過點(diǎn)擊相關(guān)按鈕觸發(fā)事件的發(fā)生后,該表格就可以顯示2000年1月的員工的考勤記載表。 a amp。如下圖:圖46早期人事信息管理系統(tǒng)圖窗體的設(shè)計(jì)包括
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1