diff --git a/.vs/compabetov2/FileContentIndex/5468d83c-a1a7-41ca-b5eb-48dd067c4d17.vsidx b/.vs/compabetov2/FileContentIndex/5468d83c-a1a7-41ca-b5eb-48dd067c4d17.vsidx
new file mode 100644
index 0000000..9dab5fc
Binary files /dev/null and b/.vs/compabetov2/FileContentIndex/5468d83c-a1a7-41ca-b5eb-48dd067c4d17.vsidx differ
diff --git a/.vs/compabetov2/FileContentIndex/55db06bc-aef9-4fb0-91a8-5f72c5126744.vsidx b/.vs/compabetov2/FileContentIndex/55db06bc-aef9-4fb0-91a8-5f72c5126744.vsidx
new file mode 100644
index 0000000..bf0d8c2
Binary files /dev/null and b/.vs/compabetov2/FileContentIndex/55db06bc-aef9-4fb0-91a8-5f72c5126744.vsidx differ
diff --git a/.vs/compabetov2/FileContentIndex/c318c07a-2735-4fb0-93d7-a4ab72ab25f6.vsidx b/.vs/compabetov2/FileContentIndex/c318c07a-2735-4fb0-93d7-a4ab72ab25f6.vsidx
new file mode 100644
index 0000000..99d315a
Binary files /dev/null and b/.vs/compabetov2/FileContentIndex/c318c07a-2735-4fb0-93d7-a4ab72ab25f6.vsidx differ
diff --git a/.vs/compabetov2/FileContentIndex/dca9b8fa-9339-4262-9dfa-2b74adbe8193.vsidx b/.vs/compabetov2/FileContentIndex/dca9b8fa-9339-4262-9dfa-2b74adbe8193.vsidx
new file mode 100644
index 0000000..fa3393d
Binary files /dev/null and b/.vs/compabetov2/FileContentIndex/dca9b8fa-9339-4262-9dfa-2b74adbe8193.vsidx differ
diff --git a/.vs/compabetov2/FileContentIndex/e675452e-1862-4bcb-b9a3-e7ecf64983cb.vsidx b/.vs/compabetov2/FileContentIndex/e675452e-1862-4bcb-b9a3-e7ecf64983cb.vsidx
new file mode 100644
index 0000000..ad82a2e
Binary files /dev/null and b/.vs/compabetov2/FileContentIndex/e675452e-1862-4bcb-b9a3-e7ecf64983cb.vsidx differ
diff --git a/.vs/compabetov2/v17/.suo b/.vs/compabetov2/v17/.suo
new file mode 100644
index 0000000..cae1ec0
Binary files /dev/null and b/.vs/compabetov2/v17/.suo differ
diff --git a/App.config b/App.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Form1.Designer.cs b/Form1.Designer.cs
new file mode 100644
index 0000000..30fd85e
--- /dev/null
+++ b/Form1.Designer.cs
@@ -0,0 +1,208 @@
+namespace compabetov2
+{
+ partial class login
+ {
+ ///
+ /// Variable del diseñador necesaria.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Limpiar los recursos que se estén usando.
+ ///
+ /// true si los recursos administrados se deben desechar; false en caso contrario.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Código generado por el Diseñador de Windows Forms
+
+ ///
+ /// Método necesario para admitir el Diseñador. No se puede modificar
+ /// el contenido de este método con el editor de código.
+ ///
+ private void InitializeComponent()
+ {
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.pictureBox2 = new System.Windows.Forms.PictureBox();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.textBox2 = new System.Windows.Forms.TextBox();
+ this.label1 = new System.Windows.Forms.Label();
+ this.label2 = new System.Windows.Forms.Label();
+ this.label3 = new System.Windows.Forms.Label();
+ this.label4 = new System.Windows.Forms.Label();
+ this.label5 = new System.Windows.Forms.Label();
+ this.button1 = new System.Windows.Forms.Button();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
+ this.SuspendLayout();
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
+ this.pictureBox1.Image = global::compabetov2.Properties.Resources.Group_1;
+ this.pictureBox1.Location = new System.Drawing.Point(1218, 433);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(584, 104);
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.pictureBox1.TabIndex = 0;
+ this.pictureBox1.TabStop = false;
+ this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
+ //
+ // pictureBox2
+ //
+ this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
+ this.pictureBox2.Image = global::compabetov2.Properties.Resources.Group_1;
+ this.pictureBox2.Location = new System.Drawing.Point(1218, 668);
+ this.pictureBox2.Name = "pictureBox2";
+ this.pictureBox2.Size = new System.Drawing.Size(584, 104);
+ this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.pictureBox2.TabIndex = 1;
+ this.pictureBox2.TabStop = false;
+ //
+ // textBox1
+ //
+ this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.textBox1.Font = new System.Drawing.Font("Poppins SemiBold", 24F, System.Drawing.FontStyle.Bold);
+ this.textBox1.Location = new System.Drawing.Point(1241, 451);
+ this.textBox1.Name = "textBox1";
+ this.textBox1.Size = new System.Drawing.Size(542, 60);
+ this.textBox1.TabIndex = 2;
+ //
+ // textBox2
+ //
+ this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.textBox2.Font = new System.Drawing.Font("Poppins SemiBold", 24F, System.Drawing.FontStyle.Bold);
+ this.textBox2.Location = new System.Drawing.Point(1239, 688);
+ this.textBox2.Name = "textBox2";
+ this.textBox2.PasswordChar = '*';
+ this.textBox2.Size = new System.Drawing.Size(542, 60);
+ this.textBox2.TabIndex = 3;
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.BackColor = System.Drawing.Color.Transparent;
+ this.label1.Font = new System.Drawing.Font("Poppins SemiBold", 80F);
+ this.label1.ForeColor = System.Drawing.Color.Transparent;
+ this.label1.Location = new System.Drawing.Point(1012, 9);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(947, 236);
+ this.label1.TabIndex = 4;
+ this.label1.Text = "Compa Beto";
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.BackColor = System.Drawing.Color.Transparent;
+ this.label2.Font = new System.Drawing.Font("Poppins SemiBold", 40F);
+ this.label2.ForeColor = System.Drawing.Color.Transparent;
+ this.label2.Location = new System.Drawing.Point(1262, 186);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(504, 118);
+ this.label2.TabIndex = 5;
+ this.label2.Text = "Iniciar Sesión";
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.BackColor = System.Drawing.Color.Transparent;
+ this.label3.Font = new System.Drawing.Font("Poppins SemiBold", 20F);
+ this.label3.ForeColor = System.Drawing.Color.Transparent;
+ this.label3.Location = new System.Drawing.Point(1228, 304);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(574, 60);
+ this.label3.TabIndex = 6;
+ this.label3.Text = "Ingresa tu usuario y contraseña";
+ this.label3.Click += new System.EventHandler(this.label3_Click);
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.BackColor = System.Drawing.Color.Transparent;
+ this.label4.Font = new System.Drawing.Font("Poppins SemiBold", 20F);
+ this.label4.ForeColor = System.Drawing.Color.Transparent;
+ this.label4.Location = new System.Drawing.Point(1042, 457);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(158, 60);
+ this.label4.TabIndex = 7;
+ this.label4.Text = "Usuario";
+ this.label4.Click += new System.EventHandler(this.label4_Click);
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.BackColor = System.Drawing.Color.Transparent;
+ this.label5.Font = new System.Drawing.Font("Poppins SemiBold", 20F);
+ this.label5.ForeColor = System.Drawing.Color.Transparent;
+ this.label5.Location = new System.Drawing.Point(970, 695);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(230, 60);
+ this.label5.TabIndex = 8;
+ this.label5.Text = "Contraseña";
+ //
+ // button1
+ //
+ this.button1.Font = new System.Drawing.Font("Poppins SemiBold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.button1.ForeColor = System.Drawing.Color.RoyalBlue;
+ this.button1.Location = new System.Drawing.Point(1370, 831);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(279, 65);
+ this.button1.TabIndex = 10;
+ this.button1.Text = "Iniciar Sesión";
+ this.button1.UseVisualStyleBackColor = true;
+ this.button1.Click += new System.EventHandler(this.button1_Click);
+ //
+ // login
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackgroundImage = global::compabetov2.Properties.Resources.Menu;
+ this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+ this.ClientSize = new System.Drawing.Size(1924, 1025);
+ this.Controls.Add(this.button1);
+ this.Controls.Add(this.label5);
+ this.Controls.Add(this.label4);
+ this.Controls.Add(this.label3);
+ this.Controls.Add(this.label2);
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.textBox2);
+ this.Controls.Add(this.textBox1);
+ this.Controls.Add(this.pictureBox2);
+ this.Controls.Add(this.pictureBox1);
+ this.DoubleBuffered = true;
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "login";
+ this.ShowIcon = false;
+ this.ShowInTaskbar = false;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = "Login";
+ this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.PictureBox pictureBox1;
+ private System.Windows.Forms.PictureBox pictureBox2;
+ private System.Windows.Forms.TextBox textBox1;
+ private System.Windows.Forms.TextBox textBox2;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.Label label4;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.Button button1;
+ }
+}
+
diff --git a/Form1.cs b/Form1.cs
new file mode 100644
index 0000000..d8c4572
--- /dev/null
+++ b/Form1.cs
@@ -0,0 +1,50 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace compabetov2
+{
+ public partial class login : Form
+ {
+ public login()
+ {
+ InitializeComponent();
+ }
+
+ private void panel2_Paint(object sender, PaintEventArgs e)
+ {
+
+ }
+
+ private void pictureBox1_Click(object sender, EventArgs e)
+ {
+
+ }
+
+ private void label3_Click(object sender, EventArgs e)
+ {
+
+ }
+
+ private void label4_Click(object sender, EventArgs e)
+ {
+
+ }
+
+ private void button1_Click(object sender, EventArgs e)
+ {
+
+
+ MenuPrincipal menu = new MenuPrincipal();
+ menu.Show();
+
+
+ }
+ }
+}
diff --git a/Form1.resx b/Form1.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/Form1.resx
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/MenuPrincipal.Designer.cs b/MenuPrincipal.Designer.cs
new file mode 100644
index 0000000..2d5cb0b
--- /dev/null
+++ b/MenuPrincipal.Designer.cs
@@ -0,0 +1,76 @@
+namespace compabetov2
+{
+ partial class MenuPrincipal
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.button1 = new System.Windows.Forms.Button();
+ this.SuspendLayout();
+ //
+ // panel1
+ //
+ this.panel1.BackgroundImage = global::compabetov2.Properties.Resources.rec;
+ this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.panel1.Location = new System.Drawing.Point(-1, 0);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(347, 1069);
+ this.panel1.TabIndex = 0;
+ //
+ // button1
+ //
+ this.button1.BackgroundImage = global::compabetov2.Properties.Resources.cua1;
+ this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.button1.Location = new System.Drawing.Point(554, 146);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(332, 306);
+ this.button1.TabIndex = 1;
+ this.button1.Text = "button1";
+ this.button1.UseVisualStyleBackColor = true;
+ //
+ // MenuPrincipal
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackColor = System.Drawing.SystemColors.Window;
+ this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.ClientSize = new System.Drawing.Size(1924, 1055);
+ this.Controls.Add(this.button1);
+ this.Controls.Add(this.panel1);
+ this.Name = "MenuPrincipal";
+ this.Text = "MenuPrincipal";
+ this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.Button button1;
+ }
+}
\ No newline at end of file
diff --git a/MenuPrincipal.cs b/MenuPrincipal.cs
new file mode 100644
index 0000000..7e44b44
--- /dev/null
+++ b/MenuPrincipal.cs
@@ -0,0 +1,25 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace compabetov2
+{
+ public partial class MenuPrincipal : Form
+ {
+ public MenuPrincipal()
+ {
+ InitializeComponent();
+ }
+
+ private void label1_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
diff --git a/MenuPrincipal.resx b/MenuPrincipal.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/MenuPrincipal.resx
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/Program.cs b/Program.cs
new file mode 100644
index 0000000..718f400
--- /dev/null
+++ b/Program.cs
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace compabetov2
+{
+ internal static class Program
+ {
+ ///
+ /// Punto de entrada principal para la aplicación.
+ ///
+ [STAThread]
+ static void Main()
+ {
+ Application.EnableVisualStyles();
+ Application.SetCompatibleTextRenderingDefault(false);
+ Application.Run(new login());
+ }
+ }
+}
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..00e1d5f
--- /dev/null
+++ b/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// La información general de un ensamblado se controla mediante el siguiente
+// conjunto de atributos. Cambie estos valores de atributo para modificar la información
+// asociada con un ensamblado.
+[assembly: AssemblyTitle("compabetov2")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("compabetov2")]
+[assembly: AssemblyCopyright("Copyright © 2023")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Si establece ComVisible en false, los tipos de este ensamblado no estarán visibles
+// para los componentes COM. Si es necesario obtener acceso a un tipo en este ensamblado desde
+// COM, establezca el atributo ComVisible en true en este tipo.
+[assembly: ComVisible(false)]
+
+// El siguiente GUID sirve como id. de typelib si este proyecto se expone a COM.
+[assembly: Guid("7c5162e4-c019-4c0e-a4d9-731cc41a1142")]
+
+// La información de versión de un ensamblado consta de los cuatro valores siguientes:
+//
+// Versión principal
+// Versión secundaria
+// Número de compilación
+// Revisión
+//
+// Puede especificar todos los valores o usar los valores predeterminados de número de compilación y de revisión
+// utilizando el carácter "*", como se muestra a continuación:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..d24c26e
--- /dev/null
+++ b/Properties/Resources.Designer.cs
@@ -0,0 +1,203 @@
+//------------------------------------------------------------------------------
+//
+// Este código fue generado por una herramienta.
+// Versión de runtime:4.0.30319.42000
+//
+// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
+// se vuelve a generar el código.
+//
+//------------------------------------------------------------------------------
+
+namespace compabetov2.Properties {
+ using System;
+
+
+ ///
+ /// Clase de recurso fuertemente tipado, para buscar cadenas traducidas, etc.
+ ///
+ // 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", "17.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() {
+ }
+
+ ///
+ /// 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 {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("compabetov2.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// 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 {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap bg {
+ get {
+ object obj = ResourceManager.GetObject("bg", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap cua {
+ get {
+ object obj = ResourceManager.GetObject("cua", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap cua1 {
+ get {
+ object obj = ResourceManager.GetObject("cua1", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Cuadro {
+ get {
+ object obj = ResourceManager.GetObject("Cuadro", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap dummy_logo {
+ get {
+ object obj = ResourceManager.GetObject("dummy logo", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Group_1 {
+ get {
+ object obj = ResourceManager.GetObject("Group 1", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Homero1 {
+ get {
+ object obj = ResourceManager.GetObject("Homero1", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap LoginOriginal {
+ get {
+ object obj = ResourceManager.GetObject("LoginOriginal", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap LoginOriginal1 {
+ get {
+ object obj = ResourceManager.GetObject("LoginOriginal1", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap LoginOriginal2 {
+ get {
+ object obj = ResourceManager.GetObject("LoginOriginal2", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap maschico {
+ get {
+ object obj = ResourceManager.GetObject("maschico", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Menu {
+ get {
+ object obj = ResourceManager.GetObject("Menu", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap rec {
+ get {
+ object obj = ResourceManager.GetObject("rec", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Rectangle_1 {
+ get {
+ object obj = ResourceManager.GetObject("Rectangle 1", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+ }
+}
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
new file mode 100644
index 0000000..d6d7c27
--- /dev/null
+++ b/Properties/Resources.resx
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ ..\Resources\dummy logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\maschico.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\Menu.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\bg.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\LoginOriginal1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\Homero1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\Rectangle 1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\rec.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\Cuadro.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\LoginOriginal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\LoginOriginal2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\Group 1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\cua.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\cua1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
\ No newline at end of file
diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs
new file mode 100644
index 0000000..d4beaf6
--- /dev/null
+++ b/Properties/Settings.Designer.cs
@@ -0,0 +1,30 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+namespace compabetov2.Properties
+{
+
+
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
+ {
+
+ private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
+
+ public static Settings Default
+ {
+ get
+ {
+ return defaultInstance;
+ }
+ }
+ }
+}
diff --git a/Properties/Settings.settings b/Properties/Settings.settings
new file mode 100644
index 0000000..3964565
--- /dev/null
+++ b/Properties/Settings.settings
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/Resources/Cuadro.png b/Resources/Cuadro.png
new file mode 100644
index 0000000..740b922
Binary files /dev/null and b/Resources/Cuadro.png differ
diff --git a/Resources/Group 1.png b/Resources/Group 1.png
new file mode 100644
index 0000000..5523310
Binary files /dev/null and b/Resources/Group 1.png differ
diff --git a/Resources/Homero1.png b/Resources/Homero1.png
new file mode 100644
index 0000000..52a9843
Binary files /dev/null and b/Resources/Homero1.png differ
diff --git a/Resources/LoginOriginal.png b/Resources/LoginOriginal.png
new file mode 100644
index 0000000..c0a486a
Binary files /dev/null and b/Resources/LoginOriginal.png differ
diff --git a/Resources/LoginOriginal1.png b/Resources/LoginOriginal1.png
new file mode 100644
index 0000000..c0a486a
Binary files /dev/null and b/Resources/LoginOriginal1.png differ
diff --git a/Resources/LoginOriginal2.png b/Resources/LoginOriginal2.png
new file mode 100644
index 0000000..c0a486a
Binary files /dev/null and b/Resources/LoginOriginal2.png differ
diff --git a/Resources/Menu.jpg b/Resources/Menu.jpg
new file mode 100644
index 0000000..b50ad18
Binary files /dev/null and b/Resources/Menu.jpg differ
diff --git a/Resources/Rectangle 1.png b/Resources/Rectangle 1.png
new file mode 100644
index 0000000..d933d5f
Binary files /dev/null and b/Resources/Rectangle 1.png differ
diff --git a/Resources/bg.png b/Resources/bg.png
new file mode 100644
index 0000000..dc780a6
Binary files /dev/null and b/Resources/bg.png differ
diff --git a/Resources/cua.png b/Resources/cua.png
new file mode 100644
index 0000000..ada8567
Binary files /dev/null and b/Resources/cua.png differ
diff --git a/Resources/cua1.png b/Resources/cua1.png
new file mode 100644
index 0000000..ada8567
Binary files /dev/null and b/Resources/cua1.png differ
diff --git a/Resources/dummy logo.png b/Resources/dummy logo.png
new file mode 100644
index 0000000..66f0190
Binary files /dev/null and b/Resources/dummy logo.png differ
diff --git a/Resources/maschico.png b/Resources/maschico.png
new file mode 100644
index 0000000..189638f
Binary files /dev/null and b/Resources/maschico.png differ
diff --git a/Resources/rec.png b/Resources/rec.png
new file mode 100644
index 0000000..f38dee2
Binary files /dev/null and b/Resources/rec.png differ
diff --git a/bin/Debug/compabetov2.exe b/bin/Debug/compabetov2.exe
new file mode 100644
index 0000000..0bedd6b
Binary files /dev/null and b/bin/Debug/compabetov2.exe differ
diff --git a/bin/Debug/compabetov2.exe.config b/bin/Debug/compabetov2.exe.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/bin/Debug/compabetov2.exe.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/bin/Debug/compabetov2.pdb b/bin/Debug/compabetov2.pdb
new file mode 100644
index 0000000..187b512
Binary files /dev/null and b/bin/Debug/compabetov2.pdb differ
diff --git a/compabetov2.csproj b/compabetov2.csproj
new file mode 100644
index 0000000..a708911
--- /dev/null
+++ b/compabetov2.csproj
@@ -0,0 +1,135 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {7C5162E4-C019-4C0E-A4D9-731CC41A1142}
+ WinExe
+ compabetov2
+ compabetov2
+ v4.7.2
+ 512
+ true
+ true
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Form
+
+
+ Form1.cs
+
+
+ Form
+
+
+ MenuPrincipal.cs
+
+
+
+
+ Form1.cs
+
+
+ MenuPrincipal.cs
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+ Designer
+
+
+ True
+ Resources.resx
+ True
+
+
+ SettingsSingleFileGenerator
+ Settings.Designer.cs
+
+
+ True
+ Settings.settings
+ True
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/compabetov2.sln b/compabetov2.sln
new file mode 100644
index 0000000..cd16c76
--- /dev/null
+++ b/compabetov2.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.7.34031.279
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "compabetov2", "compabetov2.csproj", "{7C5162E4-C019-4C0E-A4D9-731CC41A1142}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {7C5162E4-C019-4C0E-A4D9-731CC41A1142}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {7C5162E4-C019-4C0E-A4D9-731CC41A1142}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {7C5162E4-C019-4C0E-A4D9-731CC41A1142}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {7C5162E4-C019-4C0E-A4D9-731CC41A1142}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {23852621-453C-4DA6-80B8-9AFFBE16FAAE}
+ EndGlobalSection
+EndGlobal
diff --git a/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
new file mode 100644
index 0000000..3871b18
--- /dev/null
+++ b/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/obj/Debug/DesignTimeResolveAssemblyReferences.cache
new file mode 100644
index 0000000..10a1a65
Binary files /dev/null and b/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
diff --git a/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..a8052f3
Binary files /dev/null and b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
new file mode 100644
index 0000000..42dcb32
Binary files /dev/null and b/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ
diff --git a/obj/Debug/compabetov2.MenuPrincipal.resources b/obj/Debug/compabetov2.MenuPrincipal.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/obj/Debug/compabetov2.MenuPrincipal.resources differ
diff --git a/obj/Debug/compabetov2.Properties.Resources.resources b/obj/Debug/compabetov2.Properties.Resources.resources
new file mode 100644
index 0000000..cc8e1e7
Binary files /dev/null and b/obj/Debug/compabetov2.Properties.Resources.resources differ
diff --git a/obj/Debug/compabetov2.csproj.AssemblyReference.cache b/obj/Debug/compabetov2.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..25ff1ca
Binary files /dev/null and b/obj/Debug/compabetov2.csproj.AssemblyReference.cache differ
diff --git a/obj/Debug/compabetov2.csproj.CoreCompileInputs.cache b/obj/Debug/compabetov2.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..2afaed1
--- /dev/null
+++ b/obj/Debug/compabetov2.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+3a40831585ee10717183e7409ea28213692e9f56
diff --git a/obj/Debug/compabetov2.csproj.FileListAbsolute.txt b/obj/Debug/compabetov2.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..4c6ffa4
--- /dev/null
+++ b/obj/Debug/compabetov2.csproj.FileListAbsolute.txt
@@ -0,0 +1,11 @@
+C:\Users\Googl\Documents\compabetov2\bin\Debug\compabetov2.exe.config
+C:\Users\Googl\Documents\compabetov2\bin\Debug\compabetov2.exe
+C:\Users\Googl\Documents\compabetov2\bin\Debug\compabetov2.pdb
+C:\Users\Googl\Documents\compabetov2\obj\Debug\compabetov2.csproj.AssemblyReference.cache
+C:\Users\Googl\Documents\compabetov2\obj\Debug\compabetov2.Properties.Resources.resources
+C:\Users\Googl\Documents\compabetov2\obj\Debug\compabetov2.csproj.GenerateResource.cache
+C:\Users\Googl\Documents\compabetov2\obj\Debug\compabetov2.csproj.CoreCompileInputs.cache
+C:\Users\Googl\Documents\compabetov2\obj\Debug\compabetov2.exe
+C:\Users\Googl\Documents\compabetov2\obj\Debug\compabetov2.pdb
+C:\Users\Googl\Documents\compabetov2\obj\Debug\compabetov2.login.resources
+C:\Users\Googl\Documents\compabetov2\obj\Debug\compabetov2.MenuPrincipal.resources
diff --git a/obj/Debug/compabetov2.csproj.GenerateResource.cache b/obj/Debug/compabetov2.csproj.GenerateResource.cache
new file mode 100644
index 0000000..ffe7675
Binary files /dev/null and b/obj/Debug/compabetov2.csproj.GenerateResource.cache differ
diff --git a/obj/Debug/compabetov2.exe b/obj/Debug/compabetov2.exe
new file mode 100644
index 0000000..0bedd6b
Binary files /dev/null and b/obj/Debug/compabetov2.exe differ
diff --git a/obj/Debug/compabetov2.login.resources b/obj/Debug/compabetov2.login.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/obj/Debug/compabetov2.login.resources differ
diff --git a/obj/Debug/compabetov2.pdb b/obj/Debug/compabetov2.pdb
new file mode 100644
index 0000000..187b512
Binary files /dev/null and b/obj/Debug/compabetov2.pdb differ