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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? b--管理員界面.txt

?? 本系統(tǒng)是基于JBuilder和SQL2000開發(fā)的
?? TXT
?? 第 1 頁 / 共 4 頁
字號:
package 管理員界面;

import java.awt.BorderLayout;
import java.awt.Dimension;

import javax.swing.JFrame;
import javax.swing.JPanel;
import com.borland.jbcl.layout.XYLayout;
import com.borland.jbcl.layout.*;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.JFormattedTextField;
import javax.swing.JOptionPane;
import javax.swing.JToolBar;
import javax.swing.JTextPane;
import javax.swing.JTabbedPane;
import javax.swing.JEditorPane;
import javax.swing.JLabel;
import javax.swing.JTextField;
import javax.swing.JPopupMenu;
import javax.swing.JTextArea;
import javax.swing.JMenuBar;
import javax.swing.JMenuItem;
import javax.swing.JButton;
import java.awt.Font;
import javax.swing.JRadioButton;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.*;
import javax.swing.ButtonGroup;
import java.awt.event.*;

public class Frame1 extends JFrame {
    Connection conn;
    JPanel contentPane;
    XYLayout xYLayout1 = new XYLayout();
    JTabbedPane jTabbedPane1 = new JTabbedPane();
    JPanel jPanel1 = new JPanel();
    JPanel jPanel2 = new JPanel();
    JPanel jPanel3 = new JPanel();
    JPanel jPanel4 = new JPanel();
    JPanel jPanel5 = new JPanel();
    JPanel jPanel6 = new JPanel();
    JPanel jPanel7 = new JPanel();
    JPanel jPanel8 = new JPanel();
    JLabel jLabel1 = new JLabel();
    XYLayout xYLayout2 = new XYLayout();
    JTextField jTextField1 = new JTextField();
    JLabel jLabel2 = new JLabel();
    JLabel jLabel3 = new JLabel();
    JLabel jLabel4 = new JLabel();
    JTextField jTextField2 = new JTextField();
    JTextField jTextField3 = new JTextField();
    JTextField jTextField4 = new JTextField();
    JButton jButton1 = new JButton();
    JLabel jLabel5 = new JLabel();
    JLabel jLabel6 = new JLabel();
    XYLayout xYLayout3 = new XYLayout();
    JLabel jLabel7 = new JLabel();
    JTextField jTextField5 = new JTextField();
    JButton jButton2 = new JButton();
    JTextArea jTextArea1 = new JTextArea();
    JButton jButton3 = new JButton();
    XYLayout xYLayout4 = new XYLayout();
    JLabel jLabel8 = new JLabel();
    JLabel jLabel9 = new JLabel();
    JLabel jLabel10 = new JLabel();
    JLabel jLabel11 = new JLabel();
    JLabel jLabel12 = new JLabel();
    JLabel jLabel13 = new JLabel();
    JTextField jTextField6 = new JTextField();
    JTextField jTextField7 = new JTextField();
    JTextField jTextField8 = new JTextField();
    JTextField jTextField9 = new JTextField();
    JButton jButton4 = new JButton();
    XYLayout xYLayout5 = new XYLayout();
    JLabel jLabel14 = new JLabel();
    JLabel jLabel15 = new JLabel();
    JTextField jTextField10 = new JTextField();
    JTextArea jTextArea2 = new JTextArea();
    JButton jButton5 = new JButton();
    JButton jButton6 = new JButton();
    XYLayout xYLayout6 = new XYLayout();
    JLabel jLabel16 = new JLabel();
    JLabel jLabel17 = new JLabel();
    JLabel jLabel18 = new JLabel();
    JLabel jLabel19 = new JLabel();
    JButton jButton7 = new JButton();
    JButton jButton8 = new JButton();
    JButton jButton9 = new JButton();
    XYLayout xYLayout7 = new XYLayout();
    JLabel jLabel20 = new JLabel();
    JLabel jLabel21 = new JLabel();
    JLabel jLabel22 = new JLabel();
    JLabel jLabel23 = new JLabel();
    JButton jButton10 = new JButton();
    JButton jButton11 = new JButton();
    JButton jButton12 = new JButton();
    XYLayout xYLayout8 = new XYLayout();
    JLabel jLabel24 = new JLabel();
    JScrollPane jScrollPane1 = new JScrollPane();
    JRadioButton jRadioButton1 = new JRadioButton();
    JRadioButton jRadioButton2 = new JRadioButton();
    JRadioButton jRadioButton3 = new JRadioButton();
    JRadioButton jRadioButton4 = new JRadioButton();
    JButton jButton13 = new JButton();
    JTextArea jTextArea3 = new JTextArea();
    XYLayout xYLayout9 = new XYLayout();
    JLabel jLabel25 = new JLabel();
    JScrollPane jScrollPane2 = new JScrollPane();
    JTextArea jTextArea4 = new JTextArea();
    JRadioButton jRadioButton5 = new JRadioButton();
    JRadioButton jRadioButton6 = new JRadioButton();
    JRadioButton jRadioButton7 = new JRadioButton();
    JRadioButton jRadioButton8 = new JRadioButton();
    JButton jButton14 = new JButton();
    ButtonGroup buttonGroup1 = new ButtonGroup();
    ButtonGroup bg=new ButtonGroup();
    JButton jButton15 = new JButton();
    ButtonGroup buttonGroup2 = new ButtonGroup();
    JButton jButton16 = new JButton();

    public Frame1() {
        try {
            setDefaultCloseOperation(EXIT_ON_CLOSE);
            jbInit();
        } catch (Exception exception) {
            exception.printStackTrace();
        }
    }
    private void jbInit() throws Exception {
        try
        {
            Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
            String connURL ="jdbc:odbc:library";
            String user = "sa";
            String pw = "123";
            conn=DriverManager.getConnection(connURL,user,pw);
        }
        catch(Exception e)
        {
            System.out.println("class no found can not connect to sql server"+e);
        }

        this.addWindowListener(new WindowAdapter() {
           public void windowClosing(WindowEvent e) {
               closeWindow(e);
           }
       });
        contentPane = (JPanel) getContentPane();
        contentPane.setLayout(xYLayout1);
        setSize(new Dimension(500, 480));
        setTitle("圖書館管理員管理界面");
        jLabel1.setText("ID");
        jPanel1.setLayout(xYLayout2);
        jLabel2.setText("姓名");
        jLabel3.setText("宿舍");
        jLabel4.setText("密碼");
        jButton1.setText("確定");
        jButton1.addActionListener(new Frame1_jButton1_actionAdapter(this));
        jLabel5.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel5.setText("請?zhí)顚懻_的讀者信息");
        jLabel6.setFont(new java.awt.Font("黑體", Font.PLAIN, 25));
        jLabel6.setText("圖書館管理員管理界面");
        jPanel2.setLayout(xYLayout3);
        jLabel7.setText("刪除ID");
        jButton2.setText("確認(rèn)信息");
        jButton2.addActionListener(new Frame1_jButton2_actionAdapter(this));
        jButton3.setText("確認(rèn)刪除");
        jButton3.addActionListener(new Frame1_jButton3_actionAdapter(this));
        jPanel3.setLayout(xYLayout4);
        jLabel8.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel8.setText("請輸入所要?jiǎng)h除的讀者ID");
        jLabel9.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel9.setText("請輸入正確的書籍信息");
        jLabel10.setText("編號");
        jLabel11.setText("書名");
        jLabel12.setText("作者");
        jLabel13.setText("出版社");
        jButton4.setText("確定");
        jButton4.addActionListener(new Frame1_jButton4_actionAdapter(this));
        jPanel4.setLayout(xYLayout5);
        jLabel14.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel14.setText("請輸入要?jiǎng)h除的書籍");
        jPanel4.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel15.setText("輸入書籍編號");
        jButton5.setText("確認(rèn)信息");
        jButton5.addActionListener(new Frame1_jButton5_actionAdapter(this));
        jButton6.setText("確認(rèn)刪除");
        jButton6.addActionListener(new Frame1_jButton6_actionAdapter(this));
        jPanel5.setLayout(xYLayout6);
        jLabel16.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel16.setText("每天固定在三段時(shí)間收書");
        jLabel17.setFont(new java.awt.Font("黑體", Font.PLAIN, 15));
        jLabel17.setText("書籍編號為A--H----(早上10點(diǎn))");
        jLabel18.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel18.setText("書籍編號為I--Q----(下午3點(diǎn))");
        jLabel19.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel19.setText("書籍編號為R--Z----(晚上8點(diǎn))");
        jButton7.setText("確定收書");
        jButton7.addActionListener(new Frame1_jButton7_actionAdapter(this));
        jButton8.setText("確定收書");
        jButton8.addActionListener(new Frame1_jButton8_actionAdapter(this));
        jButton9.setText("確定收書");
        jButton9.addActionListener(new Frame1_jButton9_actionAdapter(this));
        jPanel6.setLayout(xYLayout7);
        jLabel20.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel20.setText("每天固定在三段時(shí)間送書");
        jLabel21.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel21.setText("書籍編號為A--H----(早上10點(diǎn))");
        jLabel22.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel22.setText("書籍編號為A--H----(下午3點(diǎn))");
        jLabel23.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel23.setToolTipText("");
        jLabel23.setText("書籍編號為A--H----(晚上8點(diǎn))");
        jPanel6.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jButton10.setText("確定送書");
        jButton10.addActionListener(new Frame1_jButton10_actionAdapter(this));
        jButton11.setText("確定送書");
        jButton11.addActionListener(new Frame1_jButton11_actionAdapter(this));
        jButton12.setText("確定送書");
        jButton12.addActionListener(new Frame1_jButton12_actionAdapter(this));
        jPanel7.setLayout(xYLayout8);
        jLabel24.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel24.setText("查看所有的書籍信息");
        jRadioButton1.setText("按書名");
        jRadioButton1.addActionListener(new Frame1_jRadioButton1_actionAdapter(this));
        jRadioButton2.setText("按作者");
        jRadioButton3.setText("按出版社");
        jRadioButton4.setText("書籍統(tǒng)計(jì)");
        jButton13.setText("查看");
        jButton13.addActionListener(new Frame1_jButton13_actionAdapter(this));
        jTextArea3.setToolTipText("");
        jPanel8.setLayout(xYLayout9);
        jLabel25.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel25.setText("查看所有的讀者信息");
        jRadioButton5.setText("按ID");
        jRadioButton6.setText("按姓名");
        jRadioButton7.setText("按宿舍");
        jRadioButton8.setText("讀者統(tǒng)計(jì)");
        jButton14.setText("查看");
        jButton14.addActionListener(new Frame1_jButton14_actionAdapter(this));
        jButton15.setText("清空");
        jButton15.addActionListener(new Frame1_jButton15_actionAdapter(this));
        jButton16.setText("清空");
        jButton16.addActionListener(new Frame1_jButton16_actionAdapter(this));
        jTabbedPane1.add(jPanel1, "增加ID");
        jTabbedPane1.add(jPanel2, "刪除ID");
        jTabbedPane1.add(jPanel3, "增加書籍");
        jPanel3.add(jLabel9, new XYConstraints(121, 28, -1, -1));
        jPanel3.add(jLabel10, new XYConstraints(36, 78, -1, -1));
        jTabbedPane1.add(jPanel4, "刪除書籍");
        jPanel4.add(jLabel14, new XYConstraints(130, 31, -1, -1));
        jPanel5.add(jLabel16, new XYConstraints(104, 26, -1, -1));
        jPanel5.add(jLabel17, new XYConstraints(16, 92, -1, -1));
        jPanel5.add(jButton9, new XYConstraints(334, 250, -1, -1));
        jPanel5.add(jButton7, new XYConstraints(334, 92, -1, -1));
        jPanel5.add(jLabel18, new XYConstraints(16, 169, -1, -1));
        jPanel5.add(jLabel19, new XYConstraints(15, 250, -1, -1));
        jPanel5.add(jButton8, new XYConstraints(334, 168, -1, -1));
        jPanel6.add(jLabel21, new XYConstraints(16, 91, -1, -1));
        jPanel6.add(jButton10, new XYConstraints(325, 91, -1, -1));
        jPanel6.add(jButton11, new XYConstraints(324, 167, -1, -1));
        jPanel6.add(jButton12, new XYConstraints(323, 240, -1, -1));
        jPanel6.add(jLabel23, new XYConstraints(13, 244, -1, -1));
        jPanel6.add(jLabel22, new XYConstraints(14, 166, -1, -1));
        jPanel6.add(jLabel20, new XYConstraints(104, 27, -1, -1));
        contentPane.add(jLabel6, new XYConstraints(113, 8, 268, 28));
        jTabbedPane1.add(jPanel7, "查看書籍");
        jPanel7.add(jLabel24, new XYConstraints(123, 36, -1, -1));
        jTabbedPane1.add(jPanel8, "查看讀者");
        jPanel8.add(jLabel25, new XYConstraints(126, 41, -1, -1));
        jPanel1.add(jLabel5, new XYConstraints(95, 17, -1, -1));
        jPanel2.add(jLabel7, new XYConstraints(13, 67, -1, -1));
        jPanel2.add(jLabel8, new XYConstraints(106, 13, -1, -1));
        jPanel2.add(jButton3, new XYConstraints(324, 250, 83, 77));
        jPanel2.add(jButton2, new XYConstraints(323, 58, 84, 30));
        jPanel3.add(jLabel11, new XYConstraints(34, 135, -1, -1));
        jPanel3.add(jTextField6, new XYConstraints(101, 70, 220, 44));
        jPanel3.add(jTextField8, new XYConstraints(101, 187, 220, 44));
        jPanel3.add(jLabel12, new XYConstraints(35, 202, -1, -1));
        jPanel3.add(jButton4, new XYConstraints(350, 252, 77, 66));
        jPanel3.add(jTextField7, new XYConstraints(101, 127, 220, 44));
        jPanel3.add(jTextField9, new XYConstraints(102, 249, 220, 44));

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区在线观看网站| 99国产精品久久久久久久久久久 | 亚洲精品欧美二区三区中文字幕| 丁香另类激情小说| 国产精品久久久久影院| 国产成人精品影院| 中文子幕无线码一区tr| 色婷婷av一区二区三区gif| 亚洲午夜av在线| 欧美videossexotv100| 国产精品亚洲专一区二区三区| 欧美高清在线视频| 色婷婷综合久色| 天天操天天干天天综合网| 欧美高清视频在线高清观看mv色露露十八 | 亚洲区小说区图片区qvod| 色噜噜狠狠色综合欧洲selulu| 亚洲资源中文字幕| 欧美一区二区在线播放| 国产精品一区在线观看乱码| 亚洲欧洲另类国产综合| 欧美美女网站色| 国产成人三级在线观看| 亚洲自拍与偷拍| 精品国产污污免费网站入口 | 国产精品久久久久久久久久免费看 | 91在线免费看| 日韩精品欧美成人高清一区二区| 26uuu精品一区二区在线观看| 国产成人8x视频一区二区| 亚洲精品中文在线影院| 欧美一卡二卡三卡| 99精品国产视频| 老司机免费视频一区二区| 中文字幕在线观看一区| 91精品国产aⅴ一区二区| 成人午夜视频在线| 日本人妖一区二区| 亚洲欧美激情视频在线观看一区二区三区 | 中文av一区特黄| 欧美老女人在线| 99久久婷婷国产综合精品| 九九**精品视频免费播放| 玉米视频成人免费看| 久久亚洲精品小早川怜子| 欧美在线综合视频| 成人av在线资源网站| 日韩av一区二区在线影视| 亚洲欧美日韩国产综合| 久久九九久久九九| 欧美一区欧美二区| 欧美色网站导航| 91丨porny丨蝌蚪视频| 国产精品综合在线视频| 蜜臀av在线播放一区二区三区| 亚洲综合无码一区二区| 亚洲欧美一区二区久久| 日本一区二区在线不卡| 久久影院午夜片一区| 日韩欧美自拍偷拍| 在线91免费看| 欧美剧在线免费观看网站| 色域天天综合网| 色偷偷久久人人79超碰人人澡| 成人激情图片网| 成人一区二区视频| 成人免费精品视频| 国产成人免费高清| 国产精品18久久久久| 国产制服丝袜一区| 国产主播一区二区三区| 国产精品伊人色| 懂色av一区二区夜夜嗨| 成人夜色视频网站在线观看| 国产成人在线视频网址| 国产成人日日夜夜| av网站免费线看精品| 波多野结衣在线一区| 99在线精品视频| 色婷婷av一区二区三区大白胸| 色综合天天狠狠| 欧洲中文字幕精品| 欧美色大人视频| 制服丝袜国产精品| 欧美成人精品福利| 国产三级久久久| 国产精品卡一卡二| 一区二区三区.www| 视频一区二区欧美| 捆绑调教美女网站视频一区| 久99久精品视频免费观看| 国产一区二区三区观看| 国产成人欧美日韩在线电影| 成人自拍视频在线| 欧美综合久久久| 日韩欧美的一区二区| 国产亚洲一区二区三区四区| 国产精品成人免费在线| 亚洲影院在线观看| 午夜精品国产更新| 韩国成人精品a∨在线观看| 国产91精品免费| 欧美日韩亚洲综合在线 | 狠狠网亚洲精品| 丁香一区二区三区| 欧美性一二三区| 日韩精品中文字幕一区二区三区| 欧美激情在线观看视频免费| 亚洲视频电影在线| 男人的j进女人的j一区| 成人少妇影院yyyy| 欧美老年两性高潮| 国产精品免费观看视频| 午夜精品国产更新| av电影在线观看一区| 欧美蜜桃一区二区三区| 国产欧美日韩另类视频免费观看| 亚洲一区在线看| 国产精品一二二区| 这里只有精品99re| 成人欧美一区二区三区在线播放| 视频一区二区三区在线| 972aa.com艺术欧美| 欧美成人精品1314www| 亚洲欧美另类综合偷拍| 激情综合色综合久久综合| 一本色道久久综合精品竹菊| 欧美草草影院在线视频| 一区二区三区高清在线| 国产精品亚洲第一| 日韩精品一区二区三区在线播放| 亚洲人成网站色在线观看| 国产一区二区在线观看视频| 欧美亚洲精品一区| 国产免费观看久久| 国内精品不卡在线| 欧美日本在线播放| 亚洲免费观看在线视频| 国产精品69久久久久水密桃| 日韩亚洲欧美成人一区| 亚洲专区一二三| 91麻豆视频网站| 国产精品区一区二区三| 久久精品99国产精品| 欧美日韩一区二区电影| 亚洲欧美偷拍卡通变态| 成人动漫中文字幕| 国产午夜精品理论片a级大结局 | 亚洲在线视频免费观看| 成人精品高清在线| 国产欧美日韩在线| 国产伦精品一区二区三区在线观看| 欧美日本韩国一区| 图片区日韩欧美亚洲| 欧美最新大片在线看 | 3d动漫精品啪啪1区2区免费| 亚洲老司机在线| 色屁屁一区二区| 亚洲午夜久久久久久久久电影院 | 国产女同性恋一区二区| 久久国产欧美日韩精品| 日韩美女视频一区二区在线观看| 亚洲18色成人| 欧美美女喷水视频| 奇米色777欧美一区二区| 欧美日韩精品一区二区三区| 亚洲韩国一区二区三区| 欧美三级电影网| 五月婷婷激情综合网| 欧美一区二区三区四区视频| 丝袜美腿成人在线| 欧美一级国产精品| 老司机午夜精品99久久| 亚洲精品一区二区三区香蕉| 国产精品综合二区| 亚洲国产精品成人综合| 91在线观看视频| 夜夜嗨av一区二区三区四季av| 欧美性色黄大片手机版| 香蕉乱码成人久久天堂爱免费| 欧美久久一区二区| 久久电影国产免费久久电影| 久久久一区二区| jlzzjlzz欧美大全| 一个色在线综合| 日韩一区二区三区视频在线| 国产综合色在线视频区| 中文字幕欧美激情一区| 91福利国产精品| 久久精品免费观看| 欧美国产乱子伦| 欧美视频一区二区三区| 韩国精品主播一区二区在线观看| 日本一区二区不卡视频| 欧洲一区二区三区在线| 日韩中文欧美在线| 国产欧美日韩亚州综合| 欧美日韩综合在线免费观看| 蜜桃91丨九色丨蝌蚪91桃色| 国产女人18毛片水真多成人如厕|