diff --git a/Demo.WindowsForms/Properties/Resources.Designer.cs b/Demo.WindowsForms/Properties/Resources.Designer.cs new file mode 100644 --- /dev/null +++ b/Demo.WindowsForms/Properties/Resources.Designer.cs @@ -0,0 +1,182 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.269 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Demo.WindowsForms.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // 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", "4.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() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [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("Demo.WindowsForms.Properties.Resources", typeof(Resources).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(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + internal static System.Drawing.Bitmap ChevronDown { + get { + object obj = ResourceManager.GetObject("ChevronDown", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap ChevronLeft { + get { + object obj = ResourceManager.GetObject("ChevronLeft", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap ChevronRight { + get { + object obj = ResourceManager.GetObject("ChevronRight", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap ChevronUp { + get { + object obj = ResourceManager.GetObject("ChevronUp", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap closePanel { + get { + object obj = ResourceManager.GetObject("closePanel", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap Collapse { + get { + object obj = ResourceManager.GetObject("Collapse", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap Collapse_h { + get { + object obj = ResourceManager.GetObject("Collapse_h", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap Expand { + get { + object obj = ResourceManager.GetObject("Expand", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap Expand_h { + get { + object obj = ResourceManager.GetObject("Expand_h", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized string similar to Parameter {0} can't be null. + /// + internal static string IDS_ArgumentException { + get { + return ResourceManager.GetString("IDS_ArgumentException", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Value of '{0}' is not valid for '{1}'. 'Value' should be between '{2}' and '{3}'. + ///Parameter name: {1}. + /// + internal static string IDS_InvalidBoundArgument { + get { + return ResourceManager.GetString("IDS_InvalidBoundArgument", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Value of '{0}' is not valid for '{1}'. 'Maximum' must be greater than or equal to 0. + ///Parameter name: {1}. + /// + internal static string IDS_InvalidLowBoundArgument { + get { + return ResourceManager.GetString("IDS_InvalidLowBoundArgument", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Value of '{0}' is not valid for '{1}'. '{1}' must be greater than or equal to {2}. + ///Parameter name: {1}. + /// + internal static string IDS_InvalidOperationExceptionInteger { + get { + return ResourceManager.GetString("IDS_InvalidOperationExceptionInteger", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to CREATE TABLE [Cache] ( + /// [Ip] varchar(15) PRIMARY KEY NOT NULL, + /// [CountryName] text NOT NULL, + /// [RegionName] text NOT NULL, + /// [City] text NOT NULL, + /// [Latitude] float NOT NULL, + /// [Longitude] float NOT NULL, + /// [Time] datetime NOT NULL + ///);. + /// + internal static string IpCacheCreateDb { + get { + return ResourceManager.GetString("IpCacheCreateDb", resourceCulture); + } + } + } +}