?? paratree_en.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 + -