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

📄 paratree_en.java

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

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

    //Navigator Folder Description
    public static final String _TreeFolder[] = {
        //PIPE IN Folder
        "PIPE Data",
        "Calendar Settings",
            "Product Settings",
            "Facility Settings",
            "Route Settings",
            "Inventory Settings",
            "Resource Settings",
            "Materials Settings",
        //PIPE OUT Folder
        "PIPE Report",
        "Production Plan",
            "Demand Satisfaction",
            "Resource/Material Usage",
            "Shipment",
        //PIPE Engine Folder
        "PIPE Engine",
        //Control Panel Folder
        "Control Panel",
        //Docs & Tutorial
        "Docs & Tutorial",
        //Supply Chain Viewer
        "Supply Chain Viewer"};

    //Navigator Leaf Name Description
    public static final String _TreeDesc[] = {
        //PIPE IN Leaf
        "Planning Calendar",
            "Working Calendar",
            "Product",
            "Product Demand",
            "Facility",
            "Inter-Inventory-Facility-Transfer",
            "Route",
            "Route Source",
            "Route Product",
            "WIP by Route",
            "Product Bounds",
            "Inventory",
            "Inventory Costs",
            "Inventory Group",
            "Minimum Inventory",
            "Resource",
            "Resource Use",
            "Materials",
            "Material Use",
        //PIPE OUT Leaf
        "Starts Schedule",
            "Outs Schedule",
            "Outs By Route",
            "Sourcing Plan",
            "Delinquency",
            "Bounds Support",
            "Minimum Inventory Support",
            "Resource Usage",
            "Material Consumption",
            "Product Receipt",
            "Product Dispatch",
        //PIPE Engine Leaf
        "Engine Panel",
        //Control Panel Leaf
        "Model Manager", "Log Viewer",
        //Docs & Tutorial Leaf
        "Readme", "Tutorial",
        //Supply Chain View
        "Visualize Supply Chain"};

    //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
        "model", "logviewer",
        //Docs & Tutorial
        "readme", "tutorial",
        //Supply Chain Viewer
        "visualroute"};

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

⌨️ 快捷键说明

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