毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

JAVA进销存管理系统的研究与应用+ER图(10)

时间:2017-02-13 13:31来源:毕业论文
tabbedPane.setBorder(new BevelBorder(BevelBorder.RAISED)); JPanel baseManagePanel = new JPanel(); // 基础信息管理面板 baseManagePanel.setBackground(new Color(215, 223, 194)); baseManagePanel.s


        tabbedPane.setBorder(new BevelBorder(BevelBorder.RAISED));
        JPanel baseManagePanel = new JPanel(); // 基础信息管理面板
        baseManagePanel.setBackground(new Color(215, 223, 194));
        baseManagePanel.setLayout(new BoxLayout(baseManagePanel,
                BoxLayout.X_AXIS));
        baseManagePanel.add(createFrameButton("客户信息管理", "KeHuGuanLi"));
        baseManagePanel.add(createFrameButton("商品信息管理", "ShangPinGuanLi"));
        baseManagePanel.add(createFrameButton("供应商信息管理", "GysGuanLi"));
        JPanel depotManagePanel = new JPanel(); // 库存管理面板
        depotManagePanel.setBackground(new Color(215, 223, 194));
        depotManagePanel.setLayout(new BoxLayout(depotManagePanel,
                BoxLayout.X_AXIS));
        depotManagePanel.add(createFrameButton("库存盘点", "KuCunPanDian"));
        depotManagePanel.add(createFrameButton("价格调整", "JiaGeTiaoZheng"));
        JPanel sellManagePanel = new JPanel();// 销售管理面板
        sellManagePanel.setBackground(new Color(215, 223, 194));
        sellManagePanel.setLayout(new BoxLayout(sellManagePanel,
                BoxLayout.X_AXIS));
        sellManagePanel.add(createFrameButton("销售单", "XiaoShouDan"));
        sellManagePanel.add(createFrameButton("销售退货", "XiaoShouTuiHuo"));
        JPanel searchStatisticPanel = new JPanel();// 查询统计面板
        searchStatisticPanel.setBounds(0, 0, 600, 41);
        searchStatisticPanel.setName("searchStatisticPanel");
        searchStatisticPanel.setBackground(new Color(215, 223, 194));
        searchStatisticPanel.setLayout(new BoxLayout(searchStatisticPanel,
                BoxLayout.X_AXIS));
        searchStatisticPanel.add(createFrameButton("客户信息查询", "KeHuChaXun"));
        searchStatisticPanel.add(createFrameButton("商品信息查询", "ShangPinChaXun"));
        searchStatisticPanel.add(createFrameButton("供应商信息查询",
                "GongYingShangChaXun"));
        searchStatisticPanel.add(createFrameButton("销售信息查询", "XiaoShouChaXun"));
        searchStatisticPanel.add(createFrameButton("销售退货查询",
                "XiaoShouTuiHuoChaXun"));
        searchStatisticPanel.add(createFrameButton("入库查询", "RuKuChaXun"));
        searchStatisticPanel
                .add(createFrameButton("入库退货查询", "RuKuTuiHuoChaXun")); JAVA进销存管理系统的研究与应用+ER图(10):http://www.751com.cn/jisuanji/lunwen_2885.html
------分隔线----------------------------
推荐内容