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

📄 paratree_cn.java

📁 著名IT公司ILog的APS高级排产优化引擎
💻 JAVA
字号:
package com.power.language;

/**
 * Insert the type's description here.
 * Creation date: (2002-6-27 14:06:56)
 * @author: vicksong
 */
public class ParaTree_CN {

    //Navigator Folder Description
    public static final String _TreeFolder[] = {
        //PIPE IN Folder
        "MPS/MRP 模型",
        "日历设置",
        "产品设置",
        "设施设置",
        "工艺流程设置",
        "库存设置",
        "资源设置",
        "耗材设置",
        //MPS/MRP OUT Folder
        "MPS/MRP 报表",
        "生产计划",
        "需求满足度计划",
        "资源/材料使用计划",
        "运输",
        //PIPE Engine Folder
        "PIPE 引擎",
        //Control Panel Folder
        "控制面板",
        //Docs & Tutorial
        "说明与建模指南",
        //Supply Chain Viewer
        "可视化界面"};

    //Navigator Leaf Name Description
    public static final String _TreeDesc[] = {
        //PIPE IN Leaf
        "滚动计划主日历",
            "工作日历",
            "产品",
            "产品需求",
            "设施",
            "仓储转运",
            "工艺流程",
            "工艺流程辅料/半成品",
            "工艺流程产出品",
            "工艺流程在制品",
            "产量限制",
            "库存",
            "库存成本",
            "库存编组",
            "最小库存要求",
            "资源",
            "资源利用定额",
            "耗材",
            "耗材消耗定额",
        //PIPE OUT Leaf
        "生产量计划",
            "出产量计划",
            "工艺流程出产量计划",
            "辅料使用计划",
            "缺货计划",
            "产量限制支持计划",
            "最小库存支持计划",
            "资源使用计划",
            "耗材消耗计划",
            "进货计划",
            "发货计划",
        //PIPE Engine Leaf
        "引擎面板",
        //Control Panel Leaf
        "模型管理", "日志浏览",
        //Docs & Tutorial Leaf
        "说明", "建模指南",
        //Supply Chain View
        "可视化供应链"};

    //Navigator Leaf Path Name
    public static final String _TreePath[] = {
        //PIPE IN Path
        "calendar",
            "workingcalendar",
            "product",
            "productdemand",
            "facility",
            "intershipment",
            "route",
            "routesource",
            "routeproduct",
            "wip",
            "productbounds",
            "inventory",
            "inventorycosts",
            "inventorygroup",
            "mininventory",
            "resource",
            "resourceuse",
            "materials",
            "materialuse",
        //PIPE OUT Path
        "productionstartsschedule",
            "productionoutsschedule",
            "productionoutsbyroute",
            "sourcing",
            "delinquency",
            "boundssupport",
            "mininvsupport",
            "resourceusage",
            "materialconsumption",
            "productreceipt",
            "productdispatch",
        //PIPE RUN Path
        "pipeengine",
        //Control Panel
        "modelcn", "logviewer",
        //Docs & Tutorial
        "readmecn", "tutorialcn",
        //Supply Chain Viewer
        "visualroutecn"};

   /*
    * Constructor of ParaTree
    */
	public ParaTree_CN()
	{
	}
}

⌨️ 快捷键说明

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