BankProject/Client/Properties/Resources.Designer.cs
GabrielTofvesson 100f5a32be Major changes
Refactorings:
  * BinaryCollector -> BitWriter
  * BinaryDistributor -> BitReader

Additions:
  * Output class for making serverside output pretty and more readable
  * Better RSA keys (private keys withheld)

Changes:
  * Minor changes to all views and their rendering
  * Added corrective resizing to resize listener to prevent errant window sizes
  * Removed "default" language in favour of a purely priority-based system
  * NetContext now attempts to verify server identity before continuing to next context
  * Simplified common operations in Context
  * Minor updates to some layouts
  * Completed translations for english and swedish
  * Promise system now supports internal processing before notifying original caller
  * Bank interactor methods are now async
  * Added support for multiple accounts per user (separate repositories for money)
  * Removed test code from client program
  * Updated Database to support multiple accounts
  * Reimplemented RSA on the server side purely as an identity verification system on top of the networking layer (rather than part of the layer)
  * Added Account management endpoints
  * Added full support for System-sourced transactions
  * Added Account availability endpoint
  * Added verbose error responses
2018-04-26 00:24:58 +02:00

267 lines
13 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 Client.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", "15.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("Client.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 &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
///&lt;Resources xmlns=&quot;Client.ConsoleForms.Graphics&quot;&gt;
/// &lt;DialogView id=&quot;EmptyFieldError&quot;
/// padding_left=&quot;2&quot;
/// padding_right=&quot;2&quot;
/// padding_top=&quot;1&quot;
/// padding_bottom=&quot;1&quot;&gt;
/// &lt;Options&gt;
/// &lt;Option&gt;@string/GENERIC_accept&lt;/Option&gt;
/// &lt;/Options&gt;
/// &lt;Text&gt;@string/ERR_empty&lt;/Text&gt;
/// &lt;/DialogView&gt;
///&lt;/Resources&gt;.
/// </summary>
internal static string Common {
get {
return ResourceManager.GetString("Common", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static byte[] e_0x100 {
get {
object obj = ResourceManager.GetObject("e_0x100", resourceCulture);
return ((byte[])(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static byte[] e_0x200 {
get {
object obj = ResourceManager.GetObject("e_0x200", resourceCulture);
return ((byte[])(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static byte[] n_0x100 {
get {
object obj = ResourceManager.GetObject("n_0x100", resourceCulture);
return ((byte[])(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static byte[] n_0x200 {
get {
object obj = ResourceManager.GetObject("n_0x200", resourceCulture);
return ((byte[])(obj));
}
}
/// <summary>
/// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
///&lt;Elements xmlns=&quot;Client.ConsoleForms.Graphics&quot;&gt;
/// &lt;!-- Networking context --&gt;
/// &lt;InputView id=&quot;NetConnect&quot;
/// padding_left=&quot;2&quot;
/// padding_right=&quot;2&quot;
/// padding_top=&quot;1&quot;
/// padding_bottom=&quot;1&quot;&gt;
/// &lt;Fields&gt;
/// &lt;Field input_type=&quot;decimal&quot; max_length=&quot;15&quot;&gt;@string/NC_ip&lt;/Field&gt;
/// &lt;Field default=&quot;80&quot; input_type=&quot;integer&quot; max_length=&quot;5&quot;&gt;@string/NC_port&lt;/Field&gt;
/// &lt;/Fields&gt;
/// &lt;Text&gt;@string/NC_head&lt;/Text&gt;
/// [rest of string was truncated]&quot;;.
/// </summary>
internal static string Networking {
get {
return ResourceManager.GetString("Networking", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
///&lt;Elements xmlns=&quot;Client.ConsoleForms.Graphics&quot;&gt;
/// &lt;DialogView id=&quot;Success&quot;
/// padding_left=&quot;2&quot;
/// padding_right=&quot;2&quot;
/// padding_top=&quot;1&quot;
/// padding_bottom=&quot;1&quot;&gt;
/// &lt;Options&gt;
/// &lt;Option&gt;Quit&lt;/Option&gt;
/// &lt;/Options&gt;
/// &lt;Text&gt;Login succeeded!&lt;/Text&gt;
/// &lt;/DialogView&gt;
///
/// &lt;TextView id=&quot;balance&quot;
/// padding_left=&quot;2&quot;
/// padding_right=&quot;2&quot;
/// padding_top=&quot;1&quot;
/// padding_bottom=&quot;1&quot;&gt;
/// &lt;Text&gt;@string/SE_bal&lt;/Text&gt;
/// &lt;/TextView&gt;
///
/// &lt;ListView id=&quot;me [rest of string was truncated]&quot;;.
/// </summary>
internal static string Session {
get {
return ResourceManager.GetString("Session", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
///&lt;Elements xmlns=&quot;Client.ConsoleForms.Graphics&quot;&gt;
///
/// &lt;!-- Welcome screen --&gt;
/// &lt;DialogView id=&quot;WelcomeScreen&quot;
/// padding_left=&quot;2&quot;
/// padding_right=&quot;2&quot;
/// padding_top=&quot;1&quot;
/// padding_bottom=&quot;1&quot;
/// width=&quot;42&quot;&gt;
/// &lt;Options&gt;
/// &lt;Option event=&quot;Setup:Login&quot; close=&quot;true&quot;&gt;@string/SU_login_label&lt;/Option&gt;
/// &lt;Option event=&quot;Setup:Register&quot; close=&quot;true&quot;&gt;@string/SU_reg_label&lt;/Option&gt;
/// &lt;/Options&gt;
/// &lt;Text&gt;@st [rest of string was truncated]&quot;;.
/// </summary>
internal static string Setup {
get {
return ResourceManager.GetString("Setup", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
///&lt;Strings label=&quot;English&quot;&gt;
/// &lt;Entry name=&quot;NC_head&quot;&gt;Server configuration&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_sec&quot;&gt;The selected server&apos;s identity could not be verified. This implies that it is not an official server. Continue?&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_stall&quot;&gt;Connecting to server...&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_next&quot;&gt;Continue&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_cancel&quot;&gt;Cancel&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_ip&quot;&gt;Server IP:&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_port&quot;&gt;Port:&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_iperr&quot;&gt;The s [rest of string was truncated]&quot;;.
/// </summary>
internal static string strings_lang_en_GB {
get {
return ResourceManager.GetString("strings_lang_en_GB", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
///&lt;Strings label=&quot;English&quot;&gt;
/// &lt;Entry name=&quot;NC_head&quot;&gt;Server configuration&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_sec&quot;&gt;The selected server&apos;s identity could not be verified. This implies that it is not an official server. Continue?&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_stall&quot;&gt;Connecting to server...&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_next&quot;&gt;Continue&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_cancel&quot;&gt;Cancel&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_ip&quot;&gt;Server IP:&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_port&quot;&gt;Port:&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_iperr&quot;&gt;The s [rest of string was truncated]&quot;;.
/// </summary>
internal static string strings_lang_en_US {
get {
return ResourceManager.GetString("strings_lang_en_US", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
///&lt;Strings label=&quot;Svenska&quot;&gt;
/// &lt;Entry name=&quot;NC_head&quot;&gt;Serverkonfiguration&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_sec&quot;&gt;Den valda serverns identitet kunde inte verifieras. Detta innebär att det inte är en officiell server. Fortsätt?&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_stall&quot;&gt;Kopplar upp mot servern...&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_next&quot;&gt;Fortsätt&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_cancel&quot;&gt;Avbryt&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_ip&quot;&gt;Server IP:&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_port&quot;&gt;Port:&lt;/Entry&gt;
/// &lt;Entry name=&quot;NC_iperr&quot;&gt;De [rest of string was truncated]&quot;;.
/// </summary>
internal static string strings_lang_sv_SE {
get {
return ResourceManager.GetString("strings_lang_sv_SE", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
///&lt;Strings&gt;
/// &lt;Lang priority=&quot;0&quot;&gt;sv_SE&lt;/Lang&gt;
/// &lt;Lang priority=&quot;1&quot;&gt;en_US&lt;/Lang&gt;
/// &lt;Lang priority=&quot;2&quot;&gt;en_GB&lt;/Lang&gt;
///&lt;/Strings&gt;.
/// </summary>
internal static string strings_meta {
get {
return ResourceManager.GetString("strings_meta", resourceCulture);
}
}
}
}