667 lines
23 KiB
C#
667 lines
23 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace OrderManagement.Resources {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class Strings {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Strings() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OrderManagement.Resources.Strings", typeof(Strings).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Abort creating an order?.
|
|
/// </summary>
|
|
internal static string Abort_creating_an_order_QM {
|
|
get {
|
|
return ResourceManager.GetString("Abort_creating_an_order_QM", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add.
|
|
/// </summary>
|
|
internal static string Add {
|
|
get {
|
|
return ResourceManager.GetString("Add", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Are you sure ?.
|
|
/// </summary>
|
|
internal static string Are_you_sure {
|
|
get {
|
|
return ResourceManager.GetString("Are_you_sure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cancel.
|
|
/// </summary>
|
|
internal static string Cancel {
|
|
get {
|
|
return ResourceManager.GetString("Cancel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Close.
|
|
/// </summary>
|
|
internal static string Close {
|
|
get {
|
|
return ResourceManager.GetString("Close", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Close it please using 'Task manager'.
|
|
/// </summary>
|
|
internal static string Close_it_please {
|
|
get {
|
|
return ResourceManager.GetString("Close_it_please", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connection string for production tracing database.
|
|
/// </summary>
|
|
internal static string Connection_string_tracing_DB {
|
|
get {
|
|
return ResourceManager.GetString("Connection_string_tracing_DB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connection string for database of users.
|
|
/// </summary>
|
|
internal static string Connection_string_users_DB {
|
|
get {
|
|
return ResourceManager.GetString("Connection_string_users_DB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy.
|
|
/// </summary>
|
|
internal static string Copy {
|
|
get {
|
|
return ResourceManager.GetString("Copy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Database.
|
|
/// </summary>
|
|
internal static string Database {
|
|
get {
|
|
return ResourceManager.GetString("Database", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Default settings are used..
|
|
/// </summary>
|
|
internal static string Default_settings_are_used {
|
|
get {
|
|
return ResourceManager.GetString("Default_settings_are_used", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Delete.
|
|
/// </summary>
|
|
internal static string Delete {
|
|
get {
|
|
return ResourceManager.GetString("Delete", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to digits count.
|
|
/// </summary>
|
|
internal static string digits_count {
|
|
get {
|
|
return ResourceManager.GetString("digits_count", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Edit.
|
|
/// </summary>
|
|
internal static string Edit {
|
|
get {
|
|
return ResourceManager.GetString("Edit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error.
|
|
/// </summary>
|
|
internal static string Error {
|
|
get {
|
|
return ResourceManager.GetString("Error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to first.
|
|
/// </summary>
|
|
internal static string first {
|
|
get {
|
|
return ResourceManager.GetString("first", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to First radio address.
|
|
/// </summary>
|
|
internal static string First_radio_address {
|
|
get {
|
|
return ResourceManager.GetString("First_radio_address", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to First serial number.
|
|
/// </summary>
|
|
internal static string First_serial_number {
|
|
get {
|
|
return ResourceManager.GetString("First_serial_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid '{0}'.
|
|
/// </summary>
|
|
internal static string Invalid_0 {
|
|
get {
|
|
return ResourceManager.GetString("Invalid_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to It is not recommended that orders start with '3'..
|
|
/// </summary>
|
|
internal static string It_is_not_recommended_that_orders_start_with_3 {
|
|
get {
|
|
return ResourceManager.GetString("It_is_not_recommended_that_orders_start_with_3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Language, 语言, Sprache, jazyk.
|
|
/// </summary>
|
|
internal static string Language_etc {
|
|
get {
|
|
return ResourceManager.GetString("Language_etc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Laser marking.
|
|
/// </summary>
|
|
internal static string Laser_marking {
|
|
get {
|
|
return ResourceManager.GetString("Laser_marking", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Last assigned radio address.
|
|
/// </summary>
|
|
internal static string Last_assigned_radio_address {
|
|
get {
|
|
return ResourceManager.GetString("Last_assigned_radio_address", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Last assigned serial number.
|
|
/// </summary>
|
|
internal static string Last_assigned_serial_number {
|
|
get {
|
|
return ResourceManager.GetString("Last_assigned_serial_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Last radio address.
|
|
/// </summary>
|
|
internal static string Last_radio_address {
|
|
get {
|
|
return ResourceManager.GetString("Last_radio_address", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Last serial number.
|
|
/// </summary>
|
|
internal static string Last_serial_number {
|
|
get {
|
|
return ResourceManager.GetString("Last_serial_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Made in text.
|
|
/// </summary>
|
|
internal static string Made_in_text {
|
|
get {
|
|
return ResourceManager.GetString("Made_in_text", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Module parameter.
|
|
/// </summary>
|
|
internal static string Module_parameter {
|
|
get {
|
|
return ResourceManager.GetString("Module_parameter", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to OK.
|
|
/// </summary>
|
|
internal static string OK {
|
|
get {
|
|
return ResourceManager.GetString("OK", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Order.
|
|
/// </summary>
|
|
internal static string Order {
|
|
get {
|
|
return ResourceManager.GetString("Order", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Order Management.
|
|
/// </summary>
|
|
internal static string Order_Management {
|
|
get {
|
|
return ResourceManager.GetString("Order_Management", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Order number must be larger then {0}.
|
|
/// </summary>
|
|
internal static string Order_number_must_be_larger_then_0 {
|
|
get {
|
|
return ResourceManager.GetString("Order_number_must_be_larger_then_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Order State.
|
|
/// </summary>
|
|
internal static string Order_State {
|
|
get {
|
|
return ResourceManager.GetString("Order_State", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Order was already deleted.
|
|
/// </summary>
|
|
internal static string Order_was_already_deleted {
|
|
get {
|
|
return ResourceManager.GetString("Order_was_already_deleted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Order with the same ID already exists.
|
|
/// </summary>
|
|
internal static string Order_with_the_same_ID_already_exists {
|
|
get {
|
|
return ResourceManager.GetString("Order_with_the_same_ID_already_exists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Packing.
|
|
/// </summary>
|
|
internal static string Packing {
|
|
get {
|
|
return ResourceManager.GetString("Packing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Parameter.
|
|
/// </summary>
|
|
internal static string Parameter {
|
|
get {
|
|
return ResourceManager.GetString("Parameter", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pieces count.
|
|
/// </summary>
|
|
internal static string Pieces_count {
|
|
get {
|
|
return ResourceManager.GetString("Pieces_count", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to prefix.
|
|
/// </summary>
|
|
internal static string prefix {
|
|
get {
|
|
return ResourceManager.GetString("prefix", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Print.
|
|
/// </summary>
|
|
internal static string Print {
|
|
get {
|
|
return ResourceManager.GetString("Print", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Produced quantity.
|
|
/// </summary>
|
|
internal static string Produced_quantity {
|
|
get {
|
|
return ResourceManager.GetString("Produced_quantity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Producton order properties.
|
|
/// </summary>
|
|
internal static string Producton_order_properties {
|
|
get {
|
|
return ResourceManager.GetString("Producton_order_properties", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Program '{0}' is running already..
|
|
/// </summary>
|
|
internal static string Program_0_is_running_already {
|
|
get {
|
|
return ResourceManager.GetString("Program_0_is_running_already", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Program is running for the 1st time on this PC..
|
|
/// </summary>
|
|
internal static string Program_is_running_for_the_1st_time_on_this_PC {
|
|
get {
|
|
return ResourceManager.GetString("Program_is_running_for_the_1st_time_on_this_PC", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Program restart is required.
|
|
/// </summary>
|
|
internal static string Program_restart_is_required {
|
|
get {
|
|
return ResourceManager.GetString("Program_restart_is_required", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to R.A..
|
|
/// </summary>
|
|
internal static string RA {
|
|
get {
|
|
return ResourceManager.GetString("RA", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remark.
|
|
/// </summary>
|
|
internal static string Remark {
|
|
get {
|
|
return ResourceManager.GetString("Remark", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save.
|
|
/// </summary>
|
|
internal static string Save {
|
|
get {
|
|
return ResourceManager.GetString("Save", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Saving an order failed.
|
|
/// </summary>
|
|
internal static string Saving_order_failed {
|
|
get {
|
|
return ResourceManager.GetString("Saving_order_failed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Settings.
|
|
/// </summary>
|
|
internal static string Settings {
|
|
get {
|
|
return ResourceManager.GetString("Settings", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Show predefined orders.
|
|
/// </summary>
|
|
internal static string Show_predefined_orders {
|
|
get {
|
|
return ResourceManager.GetString("Show_predefined_orders", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to S/N.
|
|
/// </summary>
|
|
internal static string SN {
|
|
get {
|
|
return ResourceManager.GetString("SN", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to State.
|
|
/// </summary>
|
|
internal static string State {
|
|
get {
|
|
return ResourceManager.GetString("State", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to suffix.
|
|
/// </summary>
|
|
internal static string suffix {
|
|
get {
|
|
return ResourceManager.GetString("suffix", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Target quantity.
|
|
/// </summary>
|
|
internal static string Target_quantity {
|
|
get {
|
|
return ResourceManager.GetString("Target_quantity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Test procedure.
|
|
/// </summary>
|
|
internal static string Test_procedure {
|
|
get {
|
|
return ResourceManager.GetString("Test_procedure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to There is a conflict..
|
|
/// </summary>
|
|
internal static string There_is_a_conflict {
|
|
get {
|
|
return ResourceManager.GetString("There_is_a_conflict", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to User login is required.
|
|
/// </summary>
|
|
internal static string User_login_is_required {
|
|
get {
|
|
return ResourceManager.GetString("User_login_is_required", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Value.
|
|
/// </summary>
|
|
internal static string Value {
|
|
get {
|
|
return ResourceManager.GetString("Value", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Variant code.
|
|
/// </summary>
|
|
internal static string Variant_code {
|
|
get {
|
|
return ResourceManager.GetString("Variant_code", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Variant description.
|
|
/// </summary>
|
|
internal static string Variant_description {
|
|
get {
|
|
return ResourceManager.GetString("Variant_description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Warning.
|
|
/// </summary>
|
|
internal static string Warning {
|
|
get {
|
|
return ResourceManager.GetString("Warning", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Workflow.
|
|
/// </summary>
|
|
internal static string Workflow {
|
|
get {
|
|
return ResourceManager.GetString("Workflow", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Year of calibration.
|
|
/// </summary>
|
|
internal static string Year_of_calibration {
|
|
get {
|
|
return ResourceManager.GetString("Year_of_calibration", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You can only delete 'New' production orders.
|
|
/// </summary>
|
|
internal static string You_can_only_delete_New_porduction_orders {
|
|
get {
|
|
return ResourceManager.GetString("You_can_only_delete_New_porduction_orders", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You can only edit 'New' production orders.
|
|
/// </summary>
|
|
internal static string You_can_only_edit_New_porduction_orders {
|
|
get {
|
|
return ResourceManager.GetString("You_can_only_edit_New_porduction_orders", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You can only finish completed production orders.
|
|
/// </summary>
|
|
internal static string You_can_only_finish_completed_production_orders {
|
|
get {
|
|
return ResourceManager.GetString("You_can_only_finish_completed_production_orders", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|