using System; using System.ComponentModel; // This class was auto-generated. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. namespace DevExpress.DevAV.Common { /// /// A strongly-typed resource class, for looking up localized strings, etc. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class CommonResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal CommonResources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(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("DevExpress.DevAV.Common.CommonResources", typeof(CommonResources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Do you want to delete this {0}?. /// internal static string Confirmation_Delete { get { return ResourceManager.GetString("Confirmation_Delete", resourceCulture); } } /// /// Looks up a localized string similar to Do you want to save changes?. /// internal static string Confirmation_Save { get { return ResourceManager.GetString("Confirmation_Save", resourceCulture); } } /// /// Looks up a localized string similar to Click OK to reload the entity and lose unsaved changes. Click Cancel to continue editing data.. /// internal static string Confirmation_Reset { get { return ResourceManager.GetString("Confirmation_Reset", resourceCulture); } } /// /// Looks up a localized string similar to Confirmation. /// internal static string Confirmation_Caption { get { return ResourceManager.GetString("Confirmation_Caption", resourceCulture); } } /// /// Looks up a localized string similar to Warning. /// internal static string Warning_Caption { get { return ResourceManager.GetString("Warning_Caption", resourceCulture); } } /// /// Looks up a localized string similar to Some fields contain invalid data. Click OK to close the page and lose unsaved changes. Press Cancel to continue editing data.. /// internal static string Warning_SomeFieldsContainInvalidData { get { return ResourceManager.GetString("Warning_SomeFieldsContainInvalidData", resourceCulture); } } /// /// Looks up a localized string similar to Update Error. /// internal static string Exception_UpdateErrorCaption { get { return ResourceManager.GetString("Exception_UpdateErrorCaption", resourceCulture); } } /// /// Looks up a localized string similar to Validation Error. /// internal static string Exception_ValidationErrorCaption { get { return ResourceManager.GetString("Exception_ValidationErrorCaption", resourceCulture); } } /// /// Looks up a localized string similar to DataService Request Error. /// internal static string Exception_DataServiceRequestErrorCaption { get { return ResourceManager.GetString("Exception_DataServiceRequestErrorCaption", resourceCulture); } } /// /// Looks up a localized string similar to *. /// internal static string Entity_Changed { get { return ResourceManager.GetString("Entity_Changed", resourceCulture); } } /// /// Looks up a localized string similar to (New). /// internal static string Entity_New { get { return ResourceManager.GetString("Entity_New", resourceCulture); } } } }