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

正文內(nèi)容

工資管理系統(tǒng)設(shè)計報告-在線瀏覽

2024-09-13 03:43本頁面
  

【正文】 獎生成 工種表工資錄入查詢部門及員工信息 工員工編號 資 信 息 考勤表 津貼 工資數(shù)據(jù) 工資核算 考 月工資查詢要求 工 勤 工 資 表 種 表 表查詢處理要求加工員工信息 查詢規(guī)則 查詢結(jié)果查詢要求輸出到打印機 津 貼 員工信息表 表 打印 信息查詢 數(shù)據(jù)字典數(shù)據(jù)字典是系統(tǒng)中各類數(shù)據(jù)描述的集合簡要說明工資管理系統(tǒng)的數(shù)據(jù)字典。 “Eduty”是外鍵。2. 員工考勤信息數(shù)據(jù)表定義 其中,“CheckID”是主鍵,唯一標(biāo)識。 此表取名為”Checkstat“。此表取名為”Allowance“。此表取名為“Wageconfig”5. 工資信息數(shù)據(jù)表定義 其中,“Eno”為主鍵,唯一標(biāo)識。(2)創(chuàng)建Allowance表:create table Allowance(OvertimeType char(10) primary key,Osubsidy money,)。(4)創(chuàng)建Emplogee表:create table Emplogee(Eno char(6) primary key,Ename char(15) not null,Esex char(10) not null,Ebirth datetime,Eduty char(10),Eedu char(10),Etel nvarchar(50),IDidentity nvarchar(50),Eaddr char(10),)。2. 數(shù)據(jù)庫關(guān)系圖: 第五章 工資管理系統(tǒng)功能實現(xiàn) 功能界面設(shè)計 .1系統(tǒng)登錄界面的設(shè)計輸入用戶名和密碼,點擊登錄可以進(jìn)入工資管理系統(tǒng)。 刪除員工基本信息界面設(shè)計 輸入員工編號可以刪除數(shù)據(jù)庫表中員工的基本信息。 設(shè)定職務(wù)基本工資界面設(shè)計 輸入職務(wù)名稱將職務(wù)各項標(biāo)準(zhǔn)顯示出來,然后進(jìn)行重新設(shè)定。產(chǎn)生員工工資。 員工年終獎查詢界面設(shè)計輸入員工編號可以查詢員工的年終獎。 員工考勤及員工加班津貼查詢界面設(shè)計 輸入員工編號可以查詢員工考勤信息,輸入員工加班類型可以查詢員工加班津貼。import 。import 。import 。import 。import 。import 。import 。import 。public class LogOn { public static void main(String[] args){ final JFrame jfrmlogin=new JFrame(系統(tǒng)登錄)。//設(shè)置框的大小 Dimension screenSize=().getScreenSize()。//設(shè)置框出現(xiàn)的位置 //構(gòu)建面板 ppp3 //p1用戶名+文本框 JPanel p1=new JPanel()。 final JTextField jtxtuser=new JTextField(14)。 (new JLabel(密碼:))。 //p3登陸+退出 兩按鈕 JPanel p3=new JPanel()。 JButton jbtexit=new JButton(退出)。 (jspwd)。 (jbtexit)。 a=()。 if(((dmj)==true)amp。((123456)==true)) { //如果成功則調(diào)用系統(tǒng)程序 隱藏當(dāng)前登陸框 (null,你已成功登陸系統(tǒng)!,系統(tǒng)提示,)。 (true)。 } else{ (null,用戶名或密碼不一致,請重新輸入!,系統(tǒng)提示,)。 ()。 (new ActionListener(){ public void actionPerformed(ActionEvent e){ (null,您已成功退出系統(tǒng)!,系統(tǒng)提示,)。 } })。 ().add(p1)。 ().add(p3)。}}(2)主函數(shù)代碼package gzgl。import 。public class Main { public static void main (String[] args) { //創(chuàng)建主界面,調(diào)用MainFrame()構(gòu)造函數(shù)和方法 MainFrame frame=new MainFrame()。 //獲取主界面的窗體尺寸 Dimension frameSize =()。 if() =。 //令主界面顯示 (true)。import 。public class DBConnect { //靜態(tài)方法提高數(shù)據(jù)庫的連接效率 public static Connection getConn() throws Exception { //加載JDBC驅(qū)動 ()。 DatabaseName=gzglxt,gzglxt,123456)。import 。import 。import 。import 。import 。import 。import 。import 。import 。import 。import 。public class MainFrame extends JFrame implements ActionListener{ //創(chuàng)建內(nèi)容面板 JPanel contentPane。//菜單條 JMenu jMenu0=new JMenu(系統(tǒng))。//子菜單 JMenu jMenu1=new JMenu(員工管理)。 JMenuItem jMenuItem2=new JMenuItem(修改員工信息)。 JMenu jMenu2=new JMenu(工資管理)。 JMenuItem jMenuItem5=new JMenuItem(設(shè)定職務(wù)工資)。 JMenuItem jMenuItem9=new JMenuItem(年終獎查詢)。 JMenuItem jMenuItem6=new JMenuItem(員工信息查詢)。 //創(chuàng)建標(biāo)簽,用于顯示信息 JLabel jLabel1=new JLabel( 歡迎使用工資管理系統(tǒng))。 //創(chuàng)建構(gòu)造方法 public MainFrame() { try{ //關(guān)閉框架窗口時的默認(rèn)事件方法 setDefaultCloseOperation(EXIT_ON_CLOSE)。 } catch(Exception exception){ ()。 //設(shè)置內(nèi)容面板的布局為空 (null)。 setLocation((int) ()/2,(int)()/2)。 //主框架的標(biāo)題 setTitle(工資管理系統(tǒng))。 (this)。 (this)。 (this)。 (this)。 (this)。 //添加菜單到菜單條 (jMenu0)。 (jMenu2)。 //添加菜單項到菜單 (jMenuItem0)。 (jMenuItem2)。 (jMenuItem4)。 (jMenuItem8)。 (jMenuItem6)。 //添加標(biāo)簽到主框架內(nèi)容面板 (jLabel1)。 //設(shè)置標(biāo)簽組件的大小和字體 (new (黑體,20))。 (new (黑體,16))。 } //菜單項事件對應(yīng)的處理方法 public void actionPerformed(ActionEvent actionEvent) { //點擊“系統(tǒng)”菜單下的“退出”菜單項 if(()==jMenuItem0) { (null,您已成功退出系統(tǒng)!,系統(tǒng)提示,)。 } //點擊“職工管理”菜單下的“添加職工”菜單項 if(()==jMenuItem1) { //創(chuàng)建“添加職工”面板對象 AddEmployee AddEmp=new AddEmployee()。 //加載“添加職工”面板的對象到主框架 (AddEmp)。 } //點擊“職工管理”菜單下的“修改職工”菜單項 if(()==jMenuItem2) { //創(chuàng)建“修改職工”面板對象 ModifyEmployee ModifyEmp=new ModifyEmployee()。 //加載“修改職工”面板的對象到主框架 (ModifyEmp)。 } //點擊“職工管理”菜單下的“刪除職工”菜單項 if(()==jMenuItem3) { //創(chuàng)建“刪除職工”面板對象 DeleteEmployee DeleteEmp=new DeleteEmployee()。 //加載“刪除職工”面板的對象到主框架 (DeleteEmp)。 } //點擊“工資管理”菜單下的“添加工資”菜單項 if(()==jMenuItem4) { //創(chuàng)建工資添加的面板對象 AddSalary AddSal=new AddSalary()。 //加載工資添加面板的對象到主框架 (AddSal)。 } //點擊“工資管理”菜單下的“修改工資”菜單項 if(()==jMenuItem5) { //創(chuàng)建工資修改的面板對象 ModifySalary ModifySal=new ModifySalary()。 //加載工資修改面板的對象到主框架 (ModifySal)。 } //點擊“工資管理”菜單下的“工資查詢”菜單項 if(()==jMenuItem8) { //創(chuàng)建工資修改的面板對象 SalaryInquire SalaryInq=new SalaryInquire()。 //加載工資修改面板的對象到主框架 (SalaryInq)。 } //點擊“職工查詢”菜單下的“按工號查詢”菜單項 if(()==jMenuItem6) { //創(chuàng)建“按工號查詢”面板對象 InquireOnGH OnGH=new InquireOnGH()。 (OnGH)。 } //點擊“職工查詢”菜單下的“按姓名查詢”菜單項 if(()==jMenuItem7) { //創(chuàng)建“按姓名查詢”面板對象 InquireOnName OnName=new InquireOnName()。 (OnName)。 } if(()==jMenuItem9) { //創(chuàng)建“按姓名查詢”面板對象 YearBonus Year=new YearBonus()。 (Year)。 } }}(5)添加員工基本信息功能代碼package gzgl。import 。import 。import 。import 。import 。import 。public class AddEmployee extends JPanel implements ActionListener{ //聲明連接數(shù)據(jù)庫對象 Connection con。 //創(chuàng)建組件對象:標(biāo)簽、文本行、單選 JLabel jLabel1=new JLabel(員工編號)。 JLabel jLabel3=new JLabel(性別)。 JLabel jLabel5=new JLabel(職務(wù))。 JLabel jLabel7=new JLabel(電話)。 JLabel jLabel9=new JLabel(住址)。 JTextField jTextField2=new JTextField()。 JTextField jTextField4=new JTextField()。 JTextField jTextField6=new JTextField()。 JTextField jTextField8=new JTextField()。 JRadioButton jRadioButton2=new JRadioButton(女)。 JButton jButton1=new JButton(添加職工)。 } catch(Exception exception){ ()。 st=()。 //設(shè)置
點擊復(fù)制文檔內(nèi)容
醫(yī)療健康相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1