• 大小: 91.79 KB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-08-27
  • 语言: Java
  • 标签: java  源码  管理系统  

资源简介

用java写的人事档案管理系统,数据库为access数据库,内有使用说明

资源截图

代码片段和文件信息

package psa;

import java.awt.*;
import javax.swing.*;
import com.borland.jbcl.layout.*;
import com.borland.dbswing.*;
import com.borland.dx.sql.dataset.*;
import com.borland.dx.dataset.*;
import java.awt.event.*;

/**
 * 

title: 


 * 

Description: 


 * 

Copyright: Copyright (c) 2005


 * 

Company: 


 * @author not attributable
 * @version 1.0
 */

public class AddrBook_Dialog extends JDialog {
  JPanel panel1 = new JPanel();
  JPanel jPanel1 = new JPanel();
  JLabel jLabel1 = new JLabel();
  XYLayout xYLayout2 = new XYLayout();
  JComboBox jComboBox1 = new JComboBox();
  JLabel jLabel2 = new JLabel();
  JTextField jTextField1 = new JTextField();
  JButton jButton1 = new JButton();
  TableScrollPane tableScrollPane1 = new TableScrollPane();
  JdbTable jdbTable1 = new JdbTable();
  JPanel jPanel2 = new JPanel();
  XYLayout xYLayout3 = new XYLayout();
  JLabel jLabel3 = new JLabel();
  JdbTextField jdbTextField1 = new JdbTextField();
  JdbTextField jdbTextField2 = new JdbTextField();
  JLabel jLabel4 = new JLabel();
  JdbTextField jdbTextField3 = new JdbTextField();
  JLabel jLabel5 = new JLabel();
  JdbTextField jdbTextField4 = new JdbTextField();
  JLabel jLabel6 = new JLabel();
  JdbTextField jdbTextField5 = new JdbTextField();
  JLabel jLabel7 = new JLabel();
  JdbTextField jdbTextField6 = new JdbTextField();
  JLabel jLabel8 = new JLabel();
  JdbTextField jdbTextField7 = new JdbTextField();
  JLabel jLabel9 = new JLabel();
  JdbTextField jdbTextField8 = new JdbTextField();
  JLabel jLabel10 = new JLabel();
  JdbTextField jdbTextField9 = new JdbTextField();
  JLabel jLabel11 = new JLabel();
  JdbTextField jdbTextField10 = new JdbTextField();
  JLabel jLabel12 = new JLabel();
  JLabel jLabel13 = new JLabel();
  JScrollPane jScrollPane1 = new JScrollPane();
  JdbTextArea jdbTextArea1 = new JdbTextArea();
  Database database1 = new Database();
  QueryDataSet queryDataSet1 = new QueryDataSet();
  Column column1 = new Column();
  Column column2 = new Column();
  Column column3 = new Column();
  Column column4 = new Column();
  Column column5 = new Column();
  Column column6 = new Column();
  Column column7 = new Column();
  Column column8 = new Column();
  Column column9 = new Column();
  Column column10 = new Column();
  Column column11 = new Column();
  Column column12 = new Column();
  JButton jButton2 = new JButton();
  JButton jButton3 = new JButton();
  JButton jButton4 = new JButton();
  JButton jButton5 = new JButton();
  GridBagLayout gridBagLayout1 = new GridBagLayout();

  public AddrBook_Dialog(frame frame String title boolean modal) {
    super(frame title modal);
    try {
      jbInit();
      pack();
    }
    catch(Exception ex) {
      ex.printStackTrace();
    }
  }

  public AddrBook_Dialog() {
    this(null ““ false);
  }

  private void jbInit() throws Exception {
    panel1.setLayout(gridBagLayout1);
    this.setResizable(false);
    this.settitle(“地址簿“);
    jPanel1.setBorder(BorderFactory.createEtche

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

     文件      41087  2005-08-07 21:49  人事档案管理系统\classes\package cache\psa.dep2

     文件      13397  2005-08-05 14:50  人事档案管理系统\classes\psa\AddrBook_Dialog.class

     文件        693  2005-08-05 14:50  人事档案管理系统\classes\psa\AddrBook_Dialog_jButton1_actionAdapter.class

     文件        693  2005-08-05 14:50  人事档案管理系统\classes\psa\AddrBook_Dialog_jButton2_actionAdapter.class

     文件        693  2005-08-05 14:50  人事档案管理系统\classes\psa\AddrBook_Dialog_jButton3_actionAdapter.class

     文件        693  2005-08-05 14:50  人事档案管理系统\classes\psa\AddrBook_Dialog_jButton4_actionAdapter.class

     文件        693  2005-08-05 14:50  人事档案管理系统\classes\psa\AddrBook_Dialog_jButton5_actionAdapter.class

     文件       4991  2005-08-05 11:58  人事档案管理系统\classes\psa\DB_Dialog.class

     文件        657  2005-08-05 11:58  人事档案管理系统\classes\psa\DB_Dialog_jButton1_actionAdapter.class

     文件        657  2005-08-05 11:58  人事档案管理系统\classes\psa\DB_Dialog_jButton2_actionAdapter.class

     文件        640  2005-08-05 11:58  人事档案管理系统\classes\psa\Login$1.class

     文件        638  2005-08-05 11:58  人事档案管理系统\classes\psa\Login$2.class

     文件        603  2005-08-05 11:58  人事档案管理系统\classes\psa\Login$3.class

     文件       5104  2005-08-05 11:58  人事档案管理系统\classes\psa\Login.class

     文件       6459  2005-08-05 15:24  人事档案管理系统\classes\psa\Mainframe.class

     文件        657  2005-08-05 15:24  人事档案管理系统\classes\psa\Mainframe_jButton1_actionAdapter.class

     文件        657  2005-08-05 15:24  人事档案管理系统\classes\psa\Mainframe_jButton2_actionAdapter.class

     文件        657  2005-08-05 15:24  人事档案管理系统\classes\psa\Mainframe_jButton3_actionAdapter.class

     文件        657  2005-08-05 15:24  人事档案管理系统\classes\psa\Mainframe_jButton4_actionAdapter.class

     文件        657  2005-08-05 15:24  人事档案管理系统\classes\psa\Mainframe_jButton5_actionAdapter.class

     文件        657  2005-08-05 15:24  人事档案管理系统\classes\psa\Mainframe_jButton6_actionAdapter.class

     文件      10101  2005-08-05 13:51  人事档案管理系统\classes\psa\NotePad_Dialog.class

     文件        687  2005-08-05 13:51  人事档案管理系统\classes\psa\NotePad_Dialog_jButton1_actionAdapter.class

     文件        687  2005-08-05 13:51  人事档案管理系统\classes\psa\NotePad_Dialog_jButton2_actionAdapter.class

     文件        687  2005-08-05 13:51  人事档案管理系统\classes\psa\NotePad_Dialog_jButton3_actionAdapter.class

     文件        687  2005-08-05 13:51  人事档案管理系统\classes\psa\NotePad_Dialog_jButton4_actionAdapter.class

     文件        687  2005-08-05 13:51  人事档案管理系统\classes\psa\NotePad_Dialog_jButton5_actionAdapter.class

     文件       7781  2005-08-05 15:44  人事档案管理系统\classes\psa\Password_Dialog.class

     文件        693  2005-08-05 15:44  人事档案管理系统\classes\psa\Password_Dialog_jButton1_actionAdapter.class

     文件        693  2005-08-05 15:44  人事档案管理系统\classes\psa\Password_Dialog_jButton2_actionAdapter.class

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

评论

共有 条评论