企业人事管理系统java源代码.docx

企业人事管理系统java源代码.docx

ID:59004283

大小:67.68 KB

页数:6页

时间:2020-10-27

企业人事管理系统java源代码.docx_第1页
企业人事管理系统java源代码.docx_第2页
企业人事管理系统java源代码.docx_第3页
企业人事管理系统java源代码.docx_第4页
企业人事管理系统java源代码.docx_第5页
资源描述:

《企业人事管理系统java源代码.docx》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、packagersgl;importjava.awt.*;importjava.awt.event.*;importjava.sql.*;importjava.util.*;importjavax.swing.*;importjavax.swing.border.*;publicclassAextendsJFrame{protectedJPanelp=newJPanel();protectedJPanelp1=newJPanel();protectedJPanelp2=newJPanel();protectedJPan

2、elp3=newJPanel();JMenuBarM=newJMenuBar();JMenum1=newJMenu("基本信息模块");JMenum2=newJMenu("考勤考评信息模块");JMenum3=newJMenu("系统维护信息模块");JMenuItemmm1=newJMenuItem("员工基本信息");JMenuItemmm2=newJMenuItem("员工家庭成员基本信息");JMenuItemmm3=newJMenuItem("员工培训信息");JMenuItemmm4=newJMenuIte

3、m("员工考勤信息");JMenuItemmm5=newJMenuItem("员工考评信息");JMenuItemmm6=newJMenuItem("普通管理员");JMenuItemmm7=newJMenuItem("高级管理员");JMenuItemmm8=newJMenuItem("退出");protectedJLabell1=newJLabel("员工编号:");protectedJLabell2=newJLabel("姓名:");protectedJLabell3=newJLabel("性别:");prote

4、ctedJLabell4=newJLabel("年龄:");protectedJLabell5=newJLabel("部门:");protectedJTextFieldt1=newJTextField(10);protectedJTextFieldt2=newJTextField(10);protectedJTextFieldt3=newJTextField(10);protectedJTextFieldt4=newJTextField(10);protectedJTextFieldt5=newJTextField(1

5、0);privateJButtonb1=newJButton("查询");privateJButtonb2=newJButton("插入");privateJButtonb3=newJButton("修改");privateJButtonb4=newJButton("删除");privateJButtonb5=newJButton("清除");privateJButtonb6=newJButton("下一条");privateConnectionc;//@jve:decl-index=0:privateStatemen

6、ts;//@jve:decl-index=0:privateResultSetr;//@jve:decl-index=0:publicA(){super("人事管理系统");getContentPane().add(p);setJMenuBar(M);M.add(m1);M.add(m2);M.add(m3);m1.add(mm1);m1.add(mm2);m1.add(mm3);m1.addSeparator();m1.add(mm8);m2.add(mm4);m2.add(mm5);m3.add(mm6);m3.a

7、dd(mm7);p.add(p1,BorderLayout.NORTH);p.add(p2,BorderLayout.CENTER);p.add(p3,BorderLayout.SOUTH);p1.setLayout(newGridLayout(5,2,1,3));p1.add(l1);p1.add(t1);p1.add(l2);p1.add(t2);p1.add(l3);p1.add(t3);p1.add(l4);p1.add(t4);p1.add(l5);p1.add(t5);p2.add(b1);p1.add(b

8、2);p2.add(b3);p1.add(b4);p2.add(b5);p3.add(b6);t1.setText("");t2.setText("");t3.setText("");t4.setText("");t5.setText("");setSize(350,300);setVisible(true);try{Class.

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。