diff --git a/.gitignore b/.gitignore index 3c4efe2..b820766 100644 --- a/.gitignore +++ b/.gitignore @@ -258,4 +258,5 @@ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc +*.db diff --git a/TBO/Properties/Resources.Designer.cs b/TBO/Properties/Resources.Designer.cs index d25d4ea..81e736b 100644 --- a/TBO/Properties/Resources.Designer.cs +++ b/TBO/Properties/Resources.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Este código fue generado por una herramienta. +// Versión de runtime:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si +// se vuelve a generar el código. // //------------------------------------------------------------------------------ @@ -13,12 +13,12 @@ /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// Clase de recurso fuertemente tipado, para buscar cadenas traducidas, 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. + // StronglyTypedResourceBuilder generó automáticamente esta clase + // a través de una herramienta como ResGen o Visual Studio. + // Para agregar o quitar un miembro, edite el archivo .ResX y, a continuación, vuelva a ejecutar ResGen + // con la opción /str o recompile su proyecto de VS. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] @@ -33,7 +33,7 @@ } /// - /// Returns the cached ResourceManager instance used by this class. + /// Devuelve la instancia de ResourceManager almacenada en caché utilizada por esta clase. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { @@ -47,8 +47,8 @@ } /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. + /// Reemplaza la propiedad CurrentUICulture del subproceso actual para todas las + /// búsquedas de recursos mediante esta clase de recurso fuertemente tipado. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { @@ -61,7 +61,47 @@ } /// - /// Looks up a localized resource of type System.Drawing.Bitmap. + /// Busca un recurso adaptado de tipo System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap comicbg { + get { + object obj = ResourceManager.GetObject("comicbg", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Busca un recurso adaptado de tipo System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap jump_left_256 { + get { + object obj = ResourceManager.GetObject("jump-left-256", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Busca un recurso adaptado de tipo System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap jump_right_256 { + get { + object obj = ResourceManager.GetObject("jump-right-256", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Busca un recurso adaptado de tipo System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap screen_full_256 { + get { + object obj = ResourceManager.GetObject("screen-full-256", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Busca un recurso adaptado de tipo System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap tbo_logo { get { diff --git a/TBO/Properties/Resources.resx b/TBO/Properties/Resources.resx index 02ac765..b1eb38c 100644 --- a/TBO/Properties/Resources.resx +++ b/TBO/Properties/Resources.resx @@ -121,4 +121,16 @@ ..\Resources\tbo logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\comicbg.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\jump-left-256.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\jump-right-256.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\screen-full-256.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/TBO/Resources/comicbg.png b/TBO/Resources/comicbg.png new file mode 100644 index 0000000..f055afd --- /dev/null +++ b/TBO/Resources/comicbg.png Binary files differ diff --git a/TBO/Resources/jump-left-256.png b/TBO/Resources/jump-left-256.png new file mode 100644 index 0000000..cc6000b --- /dev/null +++ b/TBO/Resources/jump-left-256.png Binary files differ diff --git a/TBO/Resources/jump-right-256.png b/TBO/Resources/jump-right-256.png new file mode 100644 index 0000000..12a4bff --- /dev/null +++ b/TBO/Resources/jump-right-256.png Binary files differ diff --git a/TBO/Resources/screen-full-256.png b/TBO/Resources/screen-full-256.png new file mode 100644 index 0000000..6eb217e --- /dev/null +++ b/TBO/Resources/screen-full-256.png Binary files differ diff --git a/res/comicbg.png b/res/comicbg.png new file mode 100644 index 0000000..f055afd --- /dev/null +++ b/res/comicbg.png Binary files differ diff --git a/res/jump-left-256.png b/res/jump-left-256.png new file mode 100644 index 0000000..cc6000b --- /dev/null +++ b/res/jump-left-256.png Binary files differ diff --git a/res/jump-right-256.png b/res/jump-right-256.png new file mode 100644 index 0000000..12a4bff --- /dev/null +++ b/res/jump-right-256.png Binary files differ diff --git a/res/screen-full-256.png b/res/screen-full-256.png new file mode 100644 index 0000000..6eb217e --- /dev/null +++ b/res/screen-full-256.png Binary files differ