• 大小: 1.77MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-14
  • 语言: Java
  • 标签:

资源简介

应用软件设计,人事档案管理系统,java组件+sqlserver2000实现

资源截图

代码片段和文件信息

package add;

import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;

import bean.DepBean;

import com.DeployInfo;

/**
 * 员工调动信息管理模块 
 * 添加新的入职员工信息
 */
public class AddDeployInfo extends DeployInfo {
DepBean getSnum = new DepBean();
public AddDeployInfo() {
this.settitle(“添加调动员工信息“);
this.setResizable(false);
sId.setEditable(true);
sId.setText(““+getSnum.getDepId());//““+getSnum.getStaId()

// sId.setEditable(true);
sPreDept.setEditable(true);
sPrePosition.setEditable(true);
sSithDept.setEditable(true);
sSithPosition.setEditable(true);
sDate.setEditable(true);
sType.setEditable(true);
sCausation.setEditable(true);
sHandler.setEditable(true);
sRemark.setEditable(true);

//设置运行时窗口的位置
Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
this.setLocation((screenSize.width - 600) / 2 
(screenSize.height - 500) / 2 + 45);
}

public void downInit(){
addInfo.setText(“增加“);
addInfo.setFont(new Font(“Dialog“012));
downPanel.add(addInfo);
clearInfo.setText(“清空“);
clearInfo.setFont(new Font(“Dialog“012));
downPanel.add(clearInfo);
eixtInfo.setText(“退出“);
eixtInfo.setFont(new Font(“Dialog“012));
downPanel.add(eixtInfo);

addInfo.setEnabled(true);
clearInfo.setEnabled(true);
eixtInfo.setEnabled(true);

//添加事件侦听
addInfo.addActionListener(this);
clearInfo.addActionListener(this);
eixtInfo.addActionListener(this);

this.contentPane.add(downPanelBorderLayout.SOUTH);
}

/**
 * 事件处理
 */
public void actionPerformed(ActionEvent e) {
object obj = e.getSource();
if (obj == eixtInfo) { //退出
this.dispose();
}
else if (obj == addInfo) { //增加

/* sId.setEditable(false);
sPreDept.setEditable(false);
sPrePosition.setEditable(false);
sSithDept.setEditable(false);
sSithPosition.setEditable(false);
sDate.setEditable(false);
sType.setEditable(false);
sCausation.setEditable(false);
sHandler.setEditable(false);
sRemark.setEditable(false);

addInfo.setEnabled(false);
clearInfo.setEnabled(false);
eixtInfo.setEnabled(false);*/

DepBean addDep = new DepBean();
addDep.depAdd(sId.getText()sPreDept.getText() sPrePosition.getText() sSithDept.getText() sSithPosition.getText() sDate.getText()sType.getText() sCausation.getText() sHandler.getText() sRemark.getText());

this.dispose();

AddDeployInfo asi = new AddDeployInfo();
asi.downInit();
asi.pack();
asi.setVisible(true);
}
else if (obj == clearInfo) { //清空
setNull();
sId.setText(““+getSnum.getDepId());
}
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     670208  2010-11-20 17:01  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\人事档案管理系统报告.doc

     文件        453  2010-11-15 13:20  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\.classpath

     文件        384  2010-11-14 16:37  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\.project

     文件     507453  2010-11-20 11:08  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\AppStaff.jar

     文件       3207  2010-11-20 10:18  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\add\AddDeployInfo.class

     文件       3156  2010-11-20 10:05  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\add\AddDimissionInfo.class

     文件       4381  2010-11-16 11:59  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\add\AddStaffInfo.class

     文件       2748  2010-11-20 10:07  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\bean\Database.class

     文件       7804  2010-11-16 12:57  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\bean\DepBean.class

     文件       7031  2010-11-19 20:01  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\bean\DimBean.class

     文件      11317  2010-11-16 23:25  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\bean\StaBean.class

     文件       8635  2010-11-16 12:51  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\com\DeployInfo.class

     文件       7194  2010-11-20 08:46  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\com\DimissionInfo.class

     文件      13734  2010-11-15 18:36  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\com\StaffInfo.class

     文件       3795  2010-11-20 10:29  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\del\DelDeployInfo.class

     文件       3615  2010-11-16 23:07  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\del\DelDimissionInfo.class

     文件       4687  2010-11-16 16:45  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\del\DelStaffInfo.class

     文件       4424  2010-11-16 23:54  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\edit\EditDeployInfo.class

     文件       4085  2010-11-19 20:56  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\edit\EditDimissionInfo.class

     文件       6212  2010-11-16 16:59  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\edit\EditStaffInfo.class

     文件       5608  2010-11-14 13:07  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\icon.gif

     文件        640  2010-11-20 08:32  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\main\StaMain$1.class

     文件      10221  2010-11-20 08:32  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\main\StaMain.class

     文件       1290  2010-11-15 13:20  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\main\StaMS.class

     文件       3955  2010-11-20 10:38  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\result\ResultDeploy.class

     文件       4071  2010-11-18 20:07  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\result\ResultDimission.class

     文件       4539  2010-11-16 23:23  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\result\ResultStaff.class

     文件       2966  2010-11-16 23:53  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\search\DepInfoSearchSnum.class

     文件       3736  2010-11-18 19:04  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\search\DepSearchSdept.class

     文件       3928  2010-11-16 23:52  第8组_人事档案管理系统_20072260赵金富_20072257王会元_20072269马盼_20072272陶聪\8_人事档案管理系统\AppStaff\bin\search\DepSearchSnum.class

............此处省略86个文件信息

评论

共有 条评论

相关资源