📄 resources.designer.cs
字号:
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace BlowfishNET.Demo.Properties {
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", "2.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <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("BlowfishNET.Demo.Properties.Resources", typeof(Resources).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 CBC encrypted data was decrypted successfully..
/// </summary>
internal static string BFDEMO_CBC_DECRYPT_OK {
get {
return ResourceManager.GetString("BFDEMO_CBC_DECRYPT_OK", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Data mismatch detected at position {0}!.
/// </summary>
internal static string BFDEMO_DATAMISMATCH_1 {
get {
return ResourceManager.GetString("BFDEMO_DATAMISMATCH_1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Decryption error at position {0}!.
/// </summary>
internal static string BFDEMO_DECRYPT_ERROR_1 {
get {
return ResourceManager.GetString("BFDEMO_DECRYPT_ERROR_1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unexpected oversized data!.
/// </summary>
internal static string BFDEMO_DECRYPT_OVERSIZED {
get {
return ResourceManager.GetString("BFDEMO_DECRYPT_OVERSIZED", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ECB encrypted data was decrypted successfully..
/// </summary>
internal static string BFDEMO_ECB_DECRYPT_OK {
get {
return ResourceManager.GetString("BFDEMO_ECB_DECRYPT_OK", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Running performance test....
/// </summary>
internal static string BFDEMO_RUNNING_PERFORMANCE {
get {
return ResourceManager.GetString("BFDEMO_RUNNING_PERFORMANCE", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Selftest failed!.
/// </summary>
internal static string BFDEMO_SELFTEST_FAILED {
get {
return ResourceManager.GetString("BFDEMO_SELFTEST_FAILED", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Selftest passed..
/// </summary>
internal static string BFDEMO_SELFTEST_PASSED {
get {
return ResourceManager.GetString("BFDEMO_SELFTEST_PASSED", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to BlowfishSimple decryption failed unexpectedly!.
/// </summary>
internal static string BFDEMO_SIMPLE_FLAW {
get {
return ResourceManager.GetString("BFDEMO_SIMPLE_FLAW", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unexpected match of the wrong password!.
/// </summary>
internal static string BFDEMO_SIMPLE_UNEXPECTED_MATCH {
get {
return ResourceManager.GetString("BFDEMO_SIMPLE_UNEXPECTED_MATCH", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unexpected mismatch of the right password!.
/// </summary>
internal static string BFDEMO_SIMPLE_UNEXPECTED_MISMATCH {
get {
return ResourceManager.GetString("BFDEMO_SIMPLE_UNEXPECTED_MISMATCH", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} bytes per second..
/// </summary>
internal static string BFDEMO_SPEED_RESULT_1 {
get {
return ResourceManager.GetString("BFDEMO_SPEED_RESULT_1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Stream decrypted successfully..
/// </summary>
internal static string BFDEMO_STREAM_DECRYPT_OK {
get {
return ResourceManager.GetString("BFDEMO_STREAM_DECRYPT_OK", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Weak key detected!.
/// </summary>
internal static string BFDEMO_WEAK_KEY_DETECTED {
get {
return ResourceManager.GetString("BFDEMO_WEAK_KEY_DETECTED", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} bytes written to stream, total size is {1}..
/// </summary>
internal static string BFDEMO_WRITTEN_TO_STREAM_2 {
get {
return ResourceManager.GetString("BFDEMO_WRITTEN_TO_STREAM_2", resourceCulture);
}
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -