diff --git a/agregarmermas.Designer.cs b/agregarmermas.Designer.cs
index 4464ca2..f61054f 100644
--- a/agregarmermas.Designer.cs
+++ b/agregarmermas.Designer.cs
@@ -28,12 +28,55 @@
///
private void InitializeComponent()
{
- this.components = new System.ComponentModel.Container();
+ this.label1 = new System.Windows.Forms.Label();
+ this.label2 = new System.Windows.Forms.Label();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.SuspendLayout();
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(351, 98);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(44, 16);
+ this.label1.TabIndex = 0;
+ this.label1.Text = "label1";
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(331, 192);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(44, 16);
+ this.label2.TabIndex = 1;
+ this.label2.Text = "label2";
+ //
+ // textBox1
+ //
+ this.textBox1.Location = new System.Drawing.Point(258, 140);
+ this.textBox1.Name = "textBox1";
+ this.textBox1.Size = new System.Drawing.Size(229, 22);
+ this.textBox1.TabIndex = 2;
+ //
+ // agregarmermas
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
+ this.Controls.Add(this.textBox1);
+ this.Controls.Add(this.label2);
+ this.Controls.Add(this.label1);
+ this.Name = "agregarmermas";
this.Text = "agregarmermas";
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
}
#endregion
+
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.TextBox textBox1;
}
}
\ No newline at end of file
diff --git a/compabetov2.csproj b/compabetov2.csproj
index 474f028..23ea79b 100644
--- a/compabetov2.csproj
+++ b/compabetov2.csproj
@@ -115,6 +115,12 @@
AgregarLogin.cs
+
+ Form
+
+
+ agregarmermas.cs
+
Form
@@ -200,6 +206,9 @@
AgregarLogin.cs
Designer
+
+ agregarmermas.cs
+
cuentas.cs
Designer
diff --git a/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/obj/Debug/DesignTimeResolveAssemblyReferences.cache
index df7383c..43f8b68 100644
Binary files a/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ