123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603 |
- //------------------------------------------------------------------------------
- // <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 AwInitilizer.Resx {
- 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", "16.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- public class AppResources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal AppResources() {
- }
-
- /// <summary>
- /// Returns the cached ResourceManager instance used by this class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AwInitilizer.Resx.AppResources", typeof(AppResources).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)]
- public static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Account.
- /// </summary>
- public static string Account {
- get {
- return ResourceManager.GetString("Account", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Barcode Setting.
- /// </summary>
- public static string BarcodeSetting {
- get {
- return ResourceManager.GetString("BarcodeSetting", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to BLUE Button.
- /// </summary>
- public static string BtnPressBlueBtn {
- get {
- return ResourceManager.GetString("BtnPressBlueBtn", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to EMERGENCY Button.
- /// </summary>
- public static string BtnPressEmergencyBtn {
- get {
- return ResourceManager.GetString("BtnPressEmergencyBtn", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to GREEN Button.
- /// </summary>
- public static string BtnPressGreenBtn {
- get {
- return ResourceManager.GetString("BtnPressGreenBtn", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Starting Button test.
- /// </summary>
- public static string BtnPressHintTitle {
- get {
- return ResourceManager.GetString("BtnPressHintTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to PRESS {0} 2 secnds.
- /// </summary>
- public static string BtnPressPressHint {
- get {
- return ResourceManager.GetString("BtnPressPressHint", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Please make sure All button is Unpressed, Press Ok while complete.
- /// </summary>
- public static string BtnPressUnpressHint {
- get {
- return ResourceManager.GetString("BtnPressUnpressHint", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to OK.
- /// </summary>
- public static string Confirm {
- get {
- return ResourceManager.GetString("Confirm", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Firmware file is Required.
- /// </summary>
- public static string FirmwareFileEmptyAlert {
- get {
- return ResourceManager.GetString("FirmwareFileEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to FirmwareUpdateModels should be decalred.
- /// </summary>
- public static string FirmwareListNullAlert {
- get {
- return ResourceManager.GetString("FirmwareListNullAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Firmware module name is Required.
- /// </summary>
- public static string FirmwareNameEmptyAlert {
- get {
- return ResourceManager.GetString("FirmwareNameEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Firmware version.
- /// </summary>
- public static string FirmwareVersion {
- get {
- return ResourceManager.GetString("FirmwareVersion", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Firmware version is Required.
- /// </summary>
- public static string FirmwareVersionEmptyAlert {
- get {
- return ResourceManager.GetString("FirmwareVersionEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Module.
- /// </summary>
- public static string FirmwareVersionHeaderName {
- get {
- return ResourceManager.GetString("FirmwareVersionHeaderName", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Version.
- /// </summary>
- public static string FirmwareVersionHeaderVersion {
- get {
- return ResourceManager.GetString("FirmwareVersionHeaderVersion", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to 4G Module Version is Required.
- /// </summary>
- public static string FourGenVersionEmptyAlert {
- get {
- return ResourceManager.GetString("FourGenVersionEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Sim ICCID.
- /// </summary>
- public static string ICCID {
- get {
- return ResourceManager.GetString("ICCID", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to ICCID is Required when sim installed.
- /// </summary>
- public static string IccidEmptyAlert {
- get {
- return ResourceManager.GetString("IccidEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Sim IMSI.
- /// </summary>
- public static string IMSI {
- get {
- return ResourceManager.GetString("IMSI", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to IMSI is Required when sim installed.
- /// </summary>
- public static string ImsiEmptyAlert {
- get {
- return ResourceManager.GetString("ImsiEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to File name should not empty while {0} version is set.
- /// </summary>
- public static string InitFirmwareFileEmptyAlert {
- get {
- return ResourceManager.GetString("InitFirmwareFileEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {0} Firemware header ERROR.
- /// </summary>
- public static string InitFirmwareFileHeaderFormatAlert {
- get {
- return ResourceManager.GetString("InitFirmwareFileHeaderFormatAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {0} Firemware and ModelName is Mismatched.
- /// </summary>
- public static string InitFirmwareFileHeaderMismatchAlert {
- get {
- return ResourceManager.GetString("InitFirmwareFileHeaderMismatchAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {0} Firemware file is missing.
- /// </summary>
- public static string InitFirmwareFileMissingAlert {
- get {
- return ResourceManager.GetString("InitFirmwareFileMissingAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Firmware module name should not empty.
- /// </summary>
- public static string InitFirmwareNameEmptyAlert {
- get {
- return ResourceManager.GetString("InitFirmwareNameEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Version should not empty while {0} firmware is set.
- /// </summary>
- public static string InitFirmwareVersionEmptyAlert {
- get {
- return ResourceManager.GetString("InitFirmwareVersionEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to ICCID should not empty while IsSimInsert is set.
- /// </summary>
- public static string InitIccidEmptyAlert {
- get {
- return ResourceManager.GetString("InitIccidEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to IMSI should not empty while IsSimInsert is set.
- /// </summary>
- public static string InitImsiEmptyAlert {
- get {
- return ResourceManager.GetString("InitImsiEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to ModelName is requred.
- /// </summary>
- public static string InitModelNameEmptyAlert {
- get {
- return ResourceManager.GetString("InitModelNameEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to ModelName format Error.
- /// </summary>
- public static string InitModelNameErrorAlert {
- get {
- return ResourceManager.GetString("InitModelNameErrorAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Firmware root path not exist.
- /// </summary>
- public static string LoadConfigFolderNotfoundAlert {
- get {
- return ResourceManager.GetString("LoadConfigFolderNotfoundAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Model firmware root path not exist.
- /// </summary>
- public static string LoadConfigModelFolderNotfoundAlert {
- get {
- return ResourceManager.GetString("LoadConfigModelFolderNotfoundAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Setting file ERROR.
- /// </summary>
- public static string LoadConfigModelInitFormatErrorAlert {
- get {
- return ResourceManager.GetString("LoadConfigModelInitFormatErrorAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Model firmware setting not exist.
- /// </summary>
- public static string LoadConfigModelInitNotfoundAlert {
- get {
- return ResourceManager.GetString("LoadConfigModelInitNotfoundAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Firmware root path ERROR.
- /// </summary>
- public static string LoadConfigRootFolderNotfoundAlert {
- get {
- return ResourceManager.GetString("LoadConfigRootFolderNotfoundAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to logout.
- /// </summary>
- public static string Logout {
- get {
- return ResourceManager.GetString("Logout", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Model Name.
- /// </summary>
- public static string ModelName {
- get {
- return ResourceManager.GetString("ModelName", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Model Name is Required.
- /// </summary>
- public static string ModelNameEmptyAlert {
- get {
- return ResourceManager.GetString("ModelNameEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Model Name format Error.
- /// </summary>
- public static string ModelNameErrorAlert {
- get {
- return ResourceManager.GetString("ModelNameErrorAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Model Name setting is Mismathed.
- /// </summary>
- public static string ModelNameMismatchAlert {
- get {
- return ResourceManager.GetString("ModelNameMismatchAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Serial Number.
- /// </summary>
- public static string SerialNumber {
- get {
- return ResourceManager.GetString("SerialNumber", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Serial Number is Required.
- /// </summary>
- public static string SerialNumberEmptyAlert {
- get {
- return ResourceManager.GetString("SerialNumberEmptyAlert", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to ID Error.
- /// </summary>
- public static string SigninDialogEnterIDError {
- get {
- return ResourceManager.GetString("SigninDialogEnterIDError", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enter ID.
- /// </summary>
- public static string SigninDialogEnterIDHint {
- get {
- return ResourceManager.GetString("SigninDialogEnterIDHint", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to WorkOrder Error.
- /// </summary>
- public static string SigninDialogEnterWOError {
- get {
- return ResourceManager.GetString("SigninDialogEnterWOError", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enter WorkOrder.
- /// </summary>
- public static string SigninDialogEnterWOHint {
- get {
- return ResourceManager.GetString("SigninDialogEnterWOHint", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to MES no response.
- /// </summary>
- public static string SigninDialogNoResponseError {
- get {
- return ResourceManager.GetString("SigninDialogNoResponseError", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Sigin in.
- /// </summary>
- public static string SigninDialogTitle {
- get {
- return ResourceManager.GetString("SigninDialogTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to 4G Sim Card Inserted.
- /// </summary>
- public static string SimStatus {
- get {
- return ResourceManager.GetString("SimStatus", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Serial Number or WorkOrder Error.
- /// </summary>
- public static string SnWoMisMatch {
- get {
- return ResourceManager.GetString("SnWoMisMatch", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Start.
- /// </summary>
- public static string StartProcedure {
- get {
- return ResourceManager.GetString("StartProcedure", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Process {0} Failed.
- /// </summary>
- public static string StatusBarFailed {
- get {
- return ResourceManager.GetString("StatusBarFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Processing {0}.
- /// </summary>
- public static string StatusBarUpdating {
- get {
- return ResourceManager.GetString("StatusBarUpdating", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Fail.
- /// </summary>
- public static string StatusFail {
- get {
- return ResourceManager.GetString("StatusFail", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Idle.
- /// </summary>
- public static string StatusIdel {
- get {
- return ResourceManager.GetString("StatusIdel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Success.
- /// </summary>
- public static string StatusSuccess {
- get {
- return ResourceManager.GetString("StatusSuccess", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Updating.
- /// </summary>
- public static string StatusUpdating {
- get {
- return ResourceManager.GetString("StatusUpdating", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to User ID.
- /// </summary>
- public static string UserID {
- get {
- return ResourceManager.GetString("UserID", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Work Order.
- /// </summary>
- public static string WorkOrder {
- get {
- return ResourceManager.GetString("WorkOrder", resourceCulture);
- }
- }
- }
- }
|