亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? mainframe.java~147~

?? 這是一個(gè)通過(guò)java 編程的學(xué)生信息管理系統(tǒng)和學(xué)籍管理系統(tǒng)
?? JAVA~147~
?? 第 1 頁(yè) / 共 3 頁(yè)
字號(hào):
    jdbTextField14.setPreferredSize(new Dimension(50, 22));
    jdbTextField14.setEnabled(true);
    qSet_jiangli.setQuery(new com.borland.dx.sql.dataset.QueryDescriptor(database1, "SELECT student_gcheck.gcheck_id,student_gcheck.gcheck_no,student_gcheck.gcheck_name,student_gcheck.gc" +
      "heck_time,student_gcheck.gcheck_title,student_gcheck.gcheck_disc " +
      "FROM student.dbo.student_gcheck", null, true, Load.ALL));
    column20.setCaption("獲獎(jiǎng)時(shí)間");
    column20.setColumnName("gcheck_time");
    column20.setDataType(com.borland.dx.dataset.Variant.TIMESTAMP);
    column20.setEditMask("yyyy-MM-dd");
    column20.setDisplayMask( "yyyy-MM-dd");
    column20.setSchemaName("dbo");
    column20.setTableName("student_gcheck");
    column20.setServerColumnName("gcheck_time");
    column20.setSqlType(93);
    jdbTable4.setDataSet(qSet_jiangli);
    column21.setColumnName("gcheck_id");
    column21.setDataType(com.borland.dx.dataset.Variant.INT);
    column21.setRowId(true);
    column21.setSchemaName("dbo");
    column21.setTableName("student_gcheck");
    column21.setVisible(com.borland.jb.util.TriStateProperty.FALSE);
    column21.setServerColumnName("gcheck_id");
    column21.setSqlType(4);
    column22.setColumnName("gcheck_no");
    column22.setDataType(com.borland.dx.dataset.Variant.INT);
    column22.setSchemaName("dbo");
    column22.setTableName("student_gcheck");
    column22.setVisible(com.borland.jb.util.TriStateProperty.FALSE);
    column22.setServerColumnName("gcheck_no");
    column22.setSqlType(4);
    column23.setColumnName("gcheck_name");
    column23.setDataType(com.borland.dx.dataset.Variant.STRING);
    column23.setPrecision(10);
    column23.setSchemaName("dbo");
    column23.setTableName("student_gcheck");
    column23.setVisible(com.borland.jb.util.TriStateProperty.FALSE);
    column23.setServerColumnName("gcheck_name");
    column23.setSqlType(1);
    column24.setCaption("獲獎(jiǎng)名稱(chēng)");
    column24.setColumnName("gcheck_title");
    column24.setDataType(com.borland.dx.dataset.Variant.STRING);
    column24.setPrecision(50);
    column24.setSchemaName("dbo");
    column24.setTableName("student_gcheck");
    column24.setWidth(20);
    column24.setServerColumnName("gcheck_title");
    column24.setSqlType(12);
    column25.setCaption("具體說(shuō)明");
    column25.setColumnName("gcheck_disc");
    column25.setDataType(com.borland.dx.dataset.Variant.STRING);
    column25.setPrecision(50);
    column25.setSchemaName("dbo");
    column25.setTableName("student_gcheck");
    column25.setWidth(25);
    column25.setServerColumnName("gcheck_disc");
    column25.setSqlType(12);
    qSet_jiangli.setColumns(new Column[] {column21, column22, column23, column20, column24, column25});
    jdbNavToolBar3.setAlignment(FlowLayout.CENTER);
    this.getContentPane().add(jTabbedPane1,
                              new PaneConstraints("jTabbedPane1", "jTabbedPane1",
                                                  PaneConstraints.ROOT, 1.0f));
    jTabbedPane1.add(jPanel1, "個(gè)人信息管理");
    jPanel1.add(jPanel5, BorderLayout.CENTER);
    jPanel5.add(jdbNavToolBar1, BorderLayout.SOUTH);
    jPanel5.add(jPanel6, BorderLayout.NORTH);
    jPanel6.add(jPanel7, BorderLayout.NORTH);
    jPanel7.add(jLabel1, null);
    jPanel6.add(jPanel8, BorderLayout.CENTER);
    jPanel8.add(jLabel2,    new GridBagConstraints(0, 0, 1, 1, 0.0, 0.0
            ,GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 28, 19));
    jPanel8.add(jdbTextField3,      new GridBagConstraints(1, 0, 2, 1, 1.0, 0.0
            ,GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 75, 13));
    jPanel8.add(jLabel4,     new GridBagConstraints(3, 0, 1, 1, 0.0, 0.0
            ,GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 31, 19));
    jPanel8.add(jdbTextField4,   new GridBagConstraints(4, 0, 1, 1, 1.0, 0.0
            ,GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 57, 13));
    jPanel8.add(jLabel6,   new GridBagConstraints(5, 0, 1, 1, 0.0, 0.0
            ,GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 40, 19));
    jPanel8.add(jdbTextField5,   new GridBagConstraints(6, 0, 1, 1, 1.0, 0.0
            ,GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 57, 13));
    jPanel8.add(jButton1,   new GridBagConstraints(7, 0, 1, 1, 0.0, 0.0
            ,GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 3), 16, 10));
    jPanel8.add(jLabel3,    new GridBagConstraints(0, 1, 1, 1, 0.0, 0.0
            ,GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 30, 19));
    jPanel8.add(jPanel19,     new GridBagConstraints(2, 1, 1, 1, 1.0, 1.0
            ,GridBagConstraints.CENTER, GridBagConstraints.VERTICAL, new Insets(0, 0, 0, 0), -3, 25));
    jPanel8.add(jLabel5,            new GridBagConstraints(3, 1, 1, 1, 0.0, 0.0
            ,GridBagConstraints.EAST, GridBagConstraints.NONE, new Insets(0, 0, 0, 1), 30, 19));
    jPanel8.add(jdbTextField7,   new GridBagConstraints(4, 1, 1, 1, 1.0, 0.0
            ,GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 7, 13));
    jPanel8.add(jLabel7,   new GridBagConstraints(5, 1, 1, 1, 0.0, 0.0
            ,GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 40, 19));
    jPanel8.add(jdbTextField8,   new GridBagConstraints(6, 1, 1, 1, 1.0, 0.0
            ,GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 57, 13));
    jPanel8.add(jButton2,   new GridBagConstraints(7, 1, 1, 1, 0.0, 0.0
            ,GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 3), 16, 10));
    jPanel5.add(tableScrollPane1, BorderLayout.CENTER);
    tableScrollPane1.getViewport().add(jdbTable1, null);
    jTabbedPane1.add(jPanel2, "選課信息管理");
    jTabbedPane1.add(jPanel3, "獎(jiǎng)勵(lì)信息管理");
    jPanel3.add(jPanel13, BorderLayout.NORTH);
    jPanel13.add(jLabel14, null);
    jPanel13.add(jdbNavField3, null);
    jPanel13.add(jLabel16, null);
    jPanel13.add(jdbTextField12, null);
    jPanel13.add(jLabel17, null);
    jPanel13.add(jdbTextField13, null);
    jPanel13.add(jLabel15, null);
    jPanel3.add(jPanel15,  BorderLayout.SOUTH);
    jPanel15.add(tableScrollPane4, BorderLayout.CENTER);
    jPanel15.add(jdbNavToolBar3,  BorderLayout.SOUTH);
    tableScrollPane4.getViewport().add(jdbTable4, null);
    jPanel3.add(jPanel14, BorderLayout.CENTER);
    jPanel14.add(jPanel16, BorderLayout.WEST);
    jPanel16.add(jLabel18,  new GridBagConstraints(0, 0, 1, 1, 0.0, 0.0
            ,GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 17, 14));
    jPanel16.add(jLabel19,  new GridBagConstraints(0, 1, 1, 2, 0.0, 0.0
            ,GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 13, 10));
    jPanel16.add(jdbTextField1,   new GridBagConstraints(1, 0, 2, 1, 0.0, 0.0
            ,GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 89, 2));
    jPanel16.add(jdbTextField2,        new GridBagConstraints(1, 2, 3, 2, 0.0, 0.0
            ,GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 91, 0));
    jPanel14.add(jPanel17, BorderLayout.CENTER);
    jPanel17.add(jdbTextArea1, BorderLayout.CENTER);
    jPanel17.add(jLabel20, BorderLayout.NORTH);
    jPanel14.add(jPanel18,  BorderLayout.EAST);
    jPanel18.add(jButton5,  BorderLayout.NORTH);
    jPanel18.add(jButton6, BorderLayout.CENTER);
    jTabbedPane1.add(jPanel4, "職務(wù)信息管理");
    jPanel2.add(jPanel9, BorderLayout.NORTH);
    jPanel9.add(jLabel8, null);
    jPanel9.add(jdbNavField2, null);
    jPanel9.add(jLabel9, null);
    jPanel9.add(jdbTextField11, null);
    jPanel9.add(jLabel10, null);
    jPanel9.add(jdbTextField9, null);
    jPanel9.add(jLabel11, null);
    jPanel9.add(jdbTextField10, null);
    jPanel2.add(jdbNavToolBar2, BorderLayout.SOUTH);
    jPanel2.add(jPanel10, BorderLayout.WEST);
    jPanel10.add(jLabel12, BorderLayout.NORTH);
    jPanel10.add(tableScrollPane2, BorderLayout.CENTER);
    tableScrollPane2.getViewport().add(jdbTable2, null);
    jPanel2.add(jPanel11, BorderLayout.EAST);
    jPanel11.add(jLabel13, BorderLayout.NORTH);
    jPanel11.add(tableScrollPane3, BorderLayout.CENTER);
    tableScrollPane3.getViewport().add(jdbTable3, null);
    jPanel2.add(jPanel12, BorderLayout.CENTER);
    jPanel12.add(jButton3, new XYConstraints(4, 89, -1, 31));
    jPanel12.add(jButton4, new XYConstraints(2, 153, 59, 33));
    jPanel19.add(jdbRadioButton1, null);
    jPanel19.add(jdbRadioButton2, null);
    buttonGroup1.add(jdbRadioButton2);
    buttonGroup1.add(jdbRadioButton1);
    jPanel7.add(jdbNavField1, null);
    jPanel13.add(jdbTextField14, null);
  }

  void jButton1_actionPerformed(ActionEvent e) {
    queryDataSet2.saveChanges();
  }

  void jButton3_actionPerformed(ActionEvent e) {
    if ( queryDataSet2.isEmpty() ) return;
    if ( queryDataSet1.isEmpty() ) return;

    if (!queryDataSet4.isOpen()) queryDataSet4.open();
    queryDataSet4.last();
      int i = queryDataSet4.getInt("count_id");
    queryDataSet4.setInt("count_id", ++i);
    queryDataSet4.post();
    queryDataSet4.saveChanges( queryDataSet4 );

    if (! qSet_course.isOpen() ) qSet_course.open();
    try {
      qSet_course.insertRow(false);
      qSet_course.setInt("count_id", i);
      qSet_course.setInt("course_id", queryDataSet2.getInt("student_id"));
      qSet_course.setString("course_name",
                            queryDataSet2.getString("student_name"));
      qSet_course.setInt("course_no", queryDataSet1.getInt("course_code"));
      qSet_course.post();
      qSet_course.saveChanges(qSet_course);
    }catch (Exception ex ){
        qSet_course.refresh();
    }
  }

  void jButton4_actionPerformed(ActionEvent e) {
    if (! qSet_course.isOpen() ) qSet_course.open();
    if ( qSet_course.isEmpty() ) return;

    qSet_course.deleteRow();
    qSet_course.saveChanges( qSet_course );
  }

  void qSet_course_filterRow(ReadRow row, RowFilterResponse response) {
    if ( row.getInt("course_id" )== queryDataSet2.getInt("student_id") )
    {
      response.add();
    }else{
      response.ignore();
    }
  }

  void queryDataSet2_masterNavigating(MasterNavigateEvent e) {

  }

  void jPanel2_focusGained(FocusEvent e) {
    qSet_course.refilter();
  }

  void queryDataSet2_navigated(NavigationEvent e) {
    qSet_course.refilter();
  }

}

class MainFrame_jButton1_actionAdapter implements java.awt.event.ActionListener {
  MainFrame adaptee;

  MainFrame_jButton1_actionAdapter(MainFrame adaptee) {
    this.adaptee = adaptee;
  }
  public void actionPerformed(ActionEvent e) {
    adaptee.jButton1_actionPerformed(e);
  }
}

class MainFrame_jButton3_actionAdapter implements java.awt.event.ActionListener {
  MainFrame adaptee;

  MainFrame_jButton3_actionAdapter(MainFrame adaptee) {
    this.adaptee = adaptee;
  }
  public void actionPerformed(ActionEvent e) {
    adaptee.jButton3_actionPerformed(e);
  }
}

class MainFrame_jButton4_actionAdapter implements java.awt.event.ActionListener {
  MainFrame adaptee;

  MainFrame_jButton4_actionAdapter(MainFrame adaptee) {
    this.adaptee = adaptee;
  }
  public void actionPerformed(ActionEvent e) {
    adaptee.jButton4_actionPerformed(e);
  }
}

class MainFrame_qSet_course_rowFilterAdapter implements com.borland.dx.dataset.RowFilterListener {
  MainFrame adaptee;

  MainFrame_qSet_course_rowFilterAdapter(MainFrame adaptee) {
    this.adaptee = adaptee;
  }
  public void filterRow(ReadRow row, RowFilterResponse response) {
    adaptee.qSet_course_filterRow(row, response);
  }
}


class MainFrame_queryDataSet2_navigationAdapter implements com.borland.dx.dataset.NavigationListener {
  MainFrame adaptee;

  MainFrame_queryDataSet2_navigationAdapter(MainFrame adaptee) {
    this.adaptee = adaptee;
  }
  public void navigated(NavigationEvent e) {
    adaptee.queryDataSet2_navigated(e);
  }
}

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产日韩亚洲欧美综合| jvid福利写真一区二区三区| 久久99九九99精品| 国产精品一区三区| 99久久国产综合精品色伊 | 欧美系列亚洲系列| 这里只有精品99re| 久久综合久色欧美综合狠狠| 亚洲精品视频一区二区| 日韩电影网1区2区| 国内偷窥港台综合视频在线播放| a4yy欧美一区二区三区| 欧洲国产伦久久久久久久| 精品国产乱码久久久久久影片| 国产精品黄色在线观看| 婷婷成人综合网| 国产白丝网站精品污在线入口| 91麻豆免费观看| 久久综合给合久久狠狠狠97色69| 中文字幕av不卡| 久久成人av少妇免费| 欧美在线啊v一区| 久久久久久免费| 亚洲国产毛片aaaaa无费看| 国产美女娇喘av呻吟久久| 在线观看日韩av先锋影音电影院| 日韩视频永久免费| 麻豆传媒一区二区三区| 欧美日韩精品一二三区| 国产人成亚洲第一网站在线播放| 日本中文字幕不卡| 欧美精品久久天天躁| 国产在线一区观看| 精品国产青草久久久久福利| 天天做天天摸天天爽国产一区| 99久久99久久精品免费看蜜桃| 国产日韩欧美在线一区| 国产精品中文欧美| 精品国产免费久久| 免费在线一区观看| 日韩女优av电影| 久久国内精品视频| 久久综合狠狠综合久久综合88 | 高清不卡一二三区| 欧美精品一区视频| 国产乱一区二区| 国产欧美一二三区| www.日韩在线| 亚洲国产日韩精品| 欧美视频在线一区| 麻豆国产91在线播放| 欧美剧在线免费观看网站| 亚洲444eee在线观看| 欧美丰满嫩嫩电影| 国产精品一区二区免费不卡| 国产免费观看久久| 91美女在线看| 日本亚洲三级在线| 欧美激情在线免费观看| 欧美中文字幕一区二区三区亚洲 | 免费成人在线网站| 26uuu久久综合| 不卡视频一二三| 全部av―极品视觉盛宴亚洲| 欧美极品xxx| 91精品久久久久久久99蜜桃| 国产在线精品国自产拍免费| ...xxx性欧美| 国产肉丝袜一区二区| 欧美日韩国产中文| 成人福利视频在线| 精品一区二区三区视频| 五月婷婷激情综合| 亚洲欧洲成人精品av97| 精品国产91乱码一区二区三区 | 久久精品综合网| 欧美日韩视频不卡| 91色porny蝌蚪| 国产精品原创巨作av| 国产自产2019最新不卡| 午夜天堂影视香蕉久久| 亚洲午夜在线观看视频在线| 亚洲视频你懂的| 国产精品久久久久婷婷二区次| 精品乱码亚洲一区二区不卡| 欧美主播一区二区三区| 色综合婷婷久久| 不卡视频免费播放| 福利电影一区二区三区| 国产黄人亚洲片| 国产超碰在线一区| 国产盗摄视频一区二区三区| 精品一区二区三区蜜桃| 美女性感视频久久| 蜜桃精品视频在线| 久久精品国产精品亚洲精品| 日本在线观看不卡视频| 久久不见久久见免费视频7| 久久国产精品第一页| 国产精品18久久久久| 国产成人av资源| 欧美在线观看一区二区| 国产午夜亚洲精品不卡| 午夜精品一区二区三区电影天堂 | 国产乱人伦精品一区二区在线观看 | 精品入口麻豆88视频| 欧美精品一区二| 国产精品成人免费| 亚洲免费观看视频| 国产一区二区三区久久久| 99精品久久免费看蜜臀剧情介绍| 欧美在线影院一区二区| 久久久久国产精品麻豆ai换脸 | 激情偷乱视频一区二区三区| 色综合天天狠狠| 精品黑人一区二区三区久久| 亚洲精品日产精品乱码不卡| 黄色日韩三级电影| 91网页版在线| 91精品国产综合久久久久| 国产精品电影院| 日韩影视精彩在线| 91免费看片在线观看| 欧美一区三区四区| 亚洲成a人在线观看| 91猫先生在线| 国产精品色一区二区三区| 精品一区二区在线观看| 欧美日韩视频在线观看一区二区三区 | 秋霞午夜av一区二区三区| 99视频有精品| 一区二区三区欧美视频| 欧美影片第一页| 日本一区二区动态图| 免费人成黄页网站在线一区二区 | 亚洲国产欧美在线| 91丨九色丨国产丨porny| 国产欧美精品区一区二区三区| 国产一区啦啦啦在线观看| 欧美精品一区男女天堂| 国产大陆a不卡| 精品国产一区久久| 国产精品99久久久久久久vr| 国产清纯美女被跳蛋高潮一区二区久久w| 亚洲mv在线观看| 欧美日韩激情一区二区三区| 夜夜爽夜夜爽精品视频| 欧美日韩久久久一区| 日本强好片久久久久久aaa| 日韩网站在线看片你懂的| 日本在线不卡一区| 欧美成人国产一区二区| 国产成人精品一区二区三区网站观看| 久久综合视频网| 成人亚洲一区二区一| 亚洲卡通欧美制服中文| 欧美色网站导航| 久久aⅴ国产欧美74aaa| 日韩美一区二区三区| 本田岬高潮一区二区三区| 一区二区三区欧美激情| 欧美狂野另类xxxxoooo| 国产自产视频一区二区三区| 亚洲精品中文在线| 欧美一级在线免费| 成人高清视频在线观看| 婷婷丁香激情综合| 国产精品免费网站在线观看| 欧美伊人久久久久久久久影院| 韩国毛片一区二区三区| 一区二区三区产品免费精品久久75| 日韩欧美国产成人一区二区| 94-欧美-setu| 亚洲成人精品一区| 亚洲小少妇裸体bbw| 国产精品进线69影院| 国产亚洲欧美日韩在线一区| 91精品国产麻豆| 99免费精品在线| 99视频一区二区三区| 97国产一区二区| 99精品国产91久久久久久| 成人综合婷婷国产精品久久免费| 国产一区二区按摩在线观看| 另类小说综合欧美亚洲| 国产一区二区在线视频| 精品一区二区免费看| 久久午夜免费电影| 午夜成人在线视频| 久久免费的精品国产v∧| 国产日产欧美一区| 亚洲天堂2014| 欧美成人aa大片| 欧美在线观看一区| 99精品桃花视频在线观看| 欧美在线免费播放| 欧美成人性战久久| 亚洲精品久久久蜜桃| 久久er99热精品一区二区| eeuss国产一区二区三区|