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

📄 tabledlg.java

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

import java.util.*;

public class Tabledlg extends java.util.ListResourceBundle {
  static final Object[][] contents = new String[][]{
	{ "font", "Times New Roman" },//font
        {"fontKey","Arial"},
        {"fontNotKey","Arial"},

  //the button
        { "Save", "Save" },
	{ "Add_Row", "Add Row" },
	{ "Delete_Row", "Delete Row" },
	{ "Help", "Help" },
	{ "Print", "Print.." },
      {"OK","OK"},
      {"CANCEL","CANCEL"},
  //the tale header and the label resource
    // Bounds Support
    { "Bounds_Support", "Bounds Support" },
    { "Facility_ID", "Facility ID" },
    { "Product_ID", "Product ID" },
    { "Bucket_ID", "Bucket ID" },
    { "Bucket_Start_Date", "Bucket Start Date" },
    { "Lower_Bound_Specified", "Lower Bound Specified" },
    { "Lower_Bound_Actually_Used", "Lower Bound Actually Used" },
    { "Support_Level", "Support Level (%)" },
    //Calendar
    { "Calendar", "Calendar" },
    { "Number_of_Days", "Number of Days" },
    { "Start_Date", "Start Date" },
    //Deliquency
    { "Deliquency", "Deliquency" },
    { "Demand_Facility_ID", "Demand Facility ID" },
    { "Delinquent_Product_ID", "Delinquent Product ID" },
    { "Com_Plan_Outs", "Com Plan Outs" },
    { "Com_Demand", "Com Demand" },
    { "Shortage", "Shortage" },
    //Facility
    { "Facility", "Facility" },
    { "Description", "Description" },
    { "Facility_Type","Facility Type"},
    //Inter-Shipment
    { "Inter_Shipment", "Inter-Shipment" },
    { "Orig_Facility_ID", "Orig Facility ID" },
    { "Dest_Facility_ID", "Dest Facility ID" },
    { "Ship_Time", "Ship Time" },
    { "Orig_Product_ID", "Orig Product ID" },
    { "Dest_Product_ID", "Dest Product ID" },
    //Inventory
    { "Inventory", "Inventory" },
    { "Receiving_Bucket", "Receiving Bucket" },
    { "Quantity", "Quantity" },
    //Inventory Costs
    { "Inventory_Costs", "Inventory Costs" },
    { "Effective_Bucket", "Effective Bucket" },
    { "Holding_Cost", "Holding Cost($/Unit/Day)" },
    //Inventory Group
    { "Inventory_Group", "Inventory Group" },
    { "Inventory_Group_ID", "Inventory Group ID" },
    //Material Consumption
    { "Material_Consumption", "Material Consumption" },
    { "Material_ID", "Material ID" },
    { "Consumed_Amount", "Consumed Amount" },
    { "Material_Supply", "Material Supply" },
    //Materials
    { "Materials", "Materials" },
    { "Available_Quantity", "Available Quantity" },
    //Material Use
    { "Material_Use", "Material Use" },
    { "Route_ID", "Route ID" },
    { "Material_Use_Amount", "Material Use Amount" },
    //Min Inventory
    { "Min_Inventory", "Min Inventory" },
    //Minimum Inventory Support
    { "Minimum_Inventory_Support", "Minimum Inventory Support" },
    { "Min_Inventory_Specified", "Min Inventory Specified" },
    { "Plan_Support_Quantity", "Plan Support Quantity" },
    //Product
    { "Product", "Product" },
    //Product Bounds
    { "Product_Bounds", "Product Bounds" },
    { "Bound_Type", "Bound Type" },
    { "Bound_Quantity", "Bound Quantity" },
    { "Penalty", "Penalty" },
    //Product Demand
    { "Product_Demand", "Product Demand" },
    { "Bucket", "Bucket" },
    { "Priority", "Priority" },
    { "Gross_Demand", "Gross Demand" },
    { "ASP", "ASP" },
    //Product Dispatch
    { "Product_Dispatch", "Product Dispatch" },
    { "Supply_Facility_ID", "Supply Facility ID" },
    { "Supply_Product_ID", "Supply Product ID" },
    { "Shipment_Starting_Bucket", "Shipment Starting Bucket" },
    { "Quantity_Shipped", "Quantity Shipped" },
    //Outs By Route
    { "Outs_By_Route", "Outs By Route" },
    { "Bucket_ID1","Bucket ID"},
    { "Facility_Description", "Facility Description" },
    { "Starts_Bucket", "Starts Bucket" },
    { "Outs_Quantity", "Outs Quantity" },
    //Outs Schedule
    { "Outs_Schedule", "Outs Schedule" },
    //Production Plan
    { "Production_Plan", "Production Plan" },
    { "Facility_ID_of_Route", "Facility ID of Route" },
    { "Starts_Quantity", "Starts Quantity" },
    { "Facility_ID_of_Route_Out", "Facility ID of Route Out" },
    //Starts Schedule
    { "Starts_Schedule", "Starts Schedule" },
    { "Facility_Desc_of_Route", "Facility Desc of Route" },
    //Product Receipt
    { "Product_Receipt", "Product Receipt" },
    { "Shipment_Receipt_Bucket", "Shipment Receipt Bucket" },
    { "Quantity_Received", "Quantity Received" },
    //Resource
    { "Resource", "Resource" },
    { "Resource_ID", "Resource ID" },
    { "Avail_Hours_Working_Day", "Avail Hours/Working Day" },
    //Resource Usage
    { "Resource_Usage", "Resource Usage" },
    { "Hours_Used", "Hours Used" },
    { "Percent_Used", "Percent Used" },
    //Resource Use
    { "Resource_Use", "Resource Use" },
    { "Cycle_Time_to_Rsc", "Cycle Time to Rsc" },
    { "Yield_to_Rsc", "Yield to Rsc" },
    { "UPH", "UPH" },
    //Route
    { "Route", "Route" },
    { "Src_Facility_ID", "Src Facility ID" },
    { "Effective_Bucket", "Effective Bucket" },
    { "Cycle_Time", "Cycle Time" },
    { "Yield", "Yield" },
    { "Cost_per_Start", "Cost per Start" },
    //Route Product
    { "Route_Product", "Route Product" },
    { "Effective_Split_Bucket", "Effective Split Bucket" },
    { "Fraction_of_Route", "Fraction of Route" },
    //Route Source
    { "Route_Source", "Route Source" },
    { "Rank_Number", "Rank Number" },
    { "Required_Number", "Required Number" },
    { "Single_or_Multi", "Single or Multi" },
    //Sourcing Plan
    { "Sourcing_Plan", "Sourcing Plan" },
    { "Source_Facility_ID", "Source Facility ID" },
    { "Source_Quantity", "Source Quantity" },
   //WIP
    { "WIP", "WIP" },
    { "WIP_Quantity", "WIP Quantity" },
    { "Start_Date1","Start Date"},
  //Working Calendar
    { "Working_Calendar", "Working Calendar" },
    { "Work_Days", "Work Days" },

    //messages
   {"SaveOk","Your Data Has been saved!"},
   {"DeleteConfirm","Are you sure to delete the selected row(s)?  "},
   {"DeleteWarning","Please select row(s) you want to delete!"},
   {"DuplicatedWarning1","Message : Duplicated Key! Please change to another value!"},
   {"DuplicatedWarning2","Duplicated Key! \n Please use a different value!"} ,
   {"DuplicatedWarning3","Message : Duplicated Route ID!  Please use a different value!"} ,
   {"DuplicatedWarning4","Message : Duplicated Route ID! \n Please use a different value!"} ,
   {"NullWarning","It can't be null value!"},
   {"ChangeType","Are you sure to change the type?"},

    //ToolTips
    {"FirstPage","Go to the beginning"},
    {"PreviousPage","Previous page"},
    {"NextPage","Next page"},
    {"LastPage","Go to the end"},
    {"PreviousMonth",""},
    {"PreviousYear",""},
    {"NextMonth",""},
    {"NextYear",""},
    //others
    {"All","All"},
    {"Filter","Filter"},
    {"Input_Data","Input Data"},
    {"Row","Row"},
    {"Column","Column"},
    {"Facility_Type_I","I"},
    {"Facility_Type_M","M"},
    {"Single","S"},
    {"Muti","M"},
    {"UPPER","UPPER"},
    {"LOWER","LOWER"},
    {"WarningMessage","Warning Message"},
    {"Message","Message"},

    //calendar
    {"DateFormat","dd-MMM-yyyy"},
    {"MonthFormat","MMM yyyy"},
    {"Sun","Sun"},
    {"Mon","Mon"},
    {"Tue","Tue"},
    {"Wed","Wed"},
    {"Thu","Thu"},
    {"Fri","Fri"},
    {"Sat","Sat"}
  };
  public Object[][] getContents() {
    return contents;
  }
}

⌨️ 快捷键说明

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