This commit is contained in:
carlos
2024-01-17 01:42:18 -06:00
3 changed files with 53 additions and 1 deletions
+44 -1
View File
@@ -28,12 +28,55 @@
/// </summary> /// </summary>
private void InitializeComponent() 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.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450); 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.Text = "agregarmermas";
this.ResumeLayout(false);
this.PerformLayout();
} }
#endregion #endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox1;
} }
} }
+9
View File
@@ -115,6 +115,12 @@
<Compile Include="AgregarLogin.Designer.cs"> <Compile Include="AgregarLogin.Designer.cs">
<DependentUpon>AgregarLogin.cs</DependentUpon> <DependentUpon>AgregarLogin.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="agregarmermas.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="agregarmermas.Designer.cs">
<DependentUpon>agregarmermas.cs</DependentUpon>
</Compile>
<Compile Include="cuentas.cs"> <Compile Include="cuentas.cs">
<SubType>Form</SubType> <SubType>Form</SubType>
</Compile> </Compile>
@@ -200,6 +206,9 @@
<DependentUpon>AgregarLogin.cs</DependentUpon> <DependentUpon>AgregarLogin.cs</DependentUpon>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="agregarmermas.resx">
<DependentUpon>agregarmermas.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="cuentas.resx"> <EmbeddedResource Include="cuentas.resx">
<DependentUpon>cuentas.cs</DependentUpon> <DependentUpon>cuentas.cs</DependentUpon>
<SubType>Designer</SubType> <SubType>Designer</SubType>
Binary file not shown.