⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frameproductstoryinformation.java~1~

📁 本源码主要有主界面模块,操作员管理,产品信息管理,入库操作,出库操作,库存信息管理,数据操作模块组成,数据库为ACCESS2003.
💻 JAVA~1~
字号:
package Manager;import javax.swing.*;import com.borland.jbcl.layout.*;import java.awt.*;import java.awt.event.*;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2003</p> * <p>Company: </p> * @author not attributable * @version 1.0 */public class FrameProductStoryInformation extends JFrame {  XYLayout xYLayout1 = new XYLayout();  JLabel jLabel4 = new JLabel();  JLabel jLabel8 = new JLabel();  JButton jButton2 = new JButton();  JTextField jText44 = new JTextField();  JTextField jText41 = new JTextField();  JLabel jLabel12 = new JLabel();  JButton jButtonCancel = new JButton();  JLabel jLabel1 = new JLabel();  JLabel jLabel13 = new JLabel();  JLabel jLabel3 = new JLabel();  JTextField jText43 = new JTextField();  JTextField jTexttype = new JTextField();  JTextField jText37 = new JTextField();  JLabel jLabel2 = new JLabel();  JButton jButton1 = new JButton();  JLabel jLabel14 = new JLabel();  JButton jButton3 = new JButton();  JLabel jLabel9 = new JLabel();  JComboBox jCombocolor = new JComboBox();  JButton jButtonSearch = new JButton();  JLabel jText37ee = new JLabel();  JButton jButton5 = new JButton();  JTextField jText36 = new JTextField();  JLabel jLabel16 = new JLabel();  JLabel jLabel11 = new JLabel();  JButton jButtonOk = new JButton();  JTextField jText40 = new JTextField();  JPanel jPanel1 = new JPanel();  JButton jButton4 = new JButton();  JTextField jTextField2 = new JTextField();  JTextField jText42 = new JTextField();  JTextField jText38 = new JTextField();  JTextField jTextid = new JTextField();  JLabel jLabel6 = new JLabel();  XYLayout xYLayout2 = new XYLayout();  JLabel jLabel15 = new JLabel();  JLabel jLabel10 = new JLabel();  JTextField jText39 = new JTextField();  JLabel jLabel5 = new JLabel();  JButton jButtonFenxi = new JButton();  public FrameProductStoryInformation() {    try {      jbInit();    }    catch(Exception e) {      e.printStackTrace();    }  }  public static void main(String[] args) {    FrameProductStoryInformation frameProductStoryInformation = new FrameProductStoryInformation();  }  private void jbInit() throws Exception {    jPanel1.setBorder(BorderFactory.createLineBorder(Color.black));    jPanel1.setToolTipText("");    jPanel1.setLayout(xYLayout2);    jText40.setText("");    jButtonOk.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonOk.setText("");    jLabel11.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel11.setText("39");    jLabel16.setText("设置查询条糪uFFFD

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -