JAVA进销存管理系统的研究与应用+ER图(10)
时间:2017-02-13 13:31 来源:毕业论文 作者:毕业论文 点击:次
tabbedPane.setBorder(new BevelBorder(BevelBorder.RAISED)); anel baseManagePanel = new anel(); // 基础信息管理面板 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")); anel depotManagePanel = new anel(); // 库存管理面板 depotManagePanel.setBackground(new Color(215, 223, 194)); depotManagePanel.setLayout(new BoxLayout(depotManagePanel, BoxLayout.X_AXIS)); depotManagePanel.add(createFrameButton("库存盘点", "KuCunPanDian")); depotManagePanel.add(createFrameButton("价格调整", "JiaGeTiaoZheng")); anel sellManagePanel = new anel();// 销售管理面板 sellManagePanel.setBackground(new Color(215, 223, 194)); sellManagePanel.setLayout(new BoxLayout(sellManagePanel, BoxLayout.X_AXIS)); sellManagePanel.add(createFrameButton("销售单", "XiaoShouDan")); sellManagePanel.add(createFrameButton("销售退货", "XiaoShouTuiHuo")); anel searchStatisticPanel = new anel();// 查询统计面板 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")); (责任编辑:qin) |