Subo Cambios 10:08

This commit is contained in:
Michael Robles
2024-02-03 10:08:50 -07:00
parent 525a3797db
commit cbc7201b23
3 changed files with 21 additions and 11 deletions
+21 -11
View File
@@ -37,27 +37,32 @@
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(12, 20); this.label1.ForeColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(300, 146);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(58, 20); this.label1.Size = new System.Drawing.Size(73, 25);
this.label1.TabIndex = 0; this.label1.TabIndex = 0;
this.label1.Text = "Cliente"; this.label1.Text = "Cliente";
// //
// txtCliente // txtCliente
// //
this.txtCliente.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCliente.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCliente.Location = new System.Drawing.Point(16, 52); this.txtCliente.Location = new System.Drawing.Point(146, 190);
this.txtCliente.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtCliente.Name = "txtCliente"; this.txtCliente.Name = "txtCliente";
this.txtCliente.Size = new System.Drawing.Size(283, 26); this.txtCliente.Size = new System.Drawing.Size(376, 30);
this.txtCliente.TabIndex = 1; this.txtCliente.TabIndex = 1;
// //
// btnAceptar // btnAceptar
// //
this.btnAceptar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAceptar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAceptar.Location = new System.Drawing.Point(66, 109); this.btnAceptar.Location = new System.Drawing.Point(146, 269);
this.btnAceptar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnAceptar.Name = "btnAceptar"; this.btnAceptar.Name = "btnAceptar";
this.btnAceptar.Size = new System.Drawing.Size(79, 31); this.btnAceptar.Size = new System.Drawing.Size(105, 38);
this.btnAceptar.TabIndex = 2; this.btnAceptar.TabIndex = 2;
this.btnAceptar.Text = "Aceptar"; this.btnAceptar.Text = "Aceptar";
this.btnAceptar.UseVisualStyleBackColor = true; this.btnAceptar.UseVisualStyleBackColor = true;
@@ -66,9 +71,10 @@
// btnCancelar // btnCancelar
// //
this.btnCancelar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancelar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancelar.Location = new System.Drawing.Point(167, 109); this.btnCancelar.Location = new System.Drawing.Point(411, 269);
this.btnCancelar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnCancelar.Name = "btnCancelar"; this.btnCancelar.Name = "btnCancelar";
this.btnCancelar.Size = new System.Drawing.Size(83, 31); this.btnCancelar.Size = new System.Drawing.Size(111, 38);
this.btnCancelar.TabIndex = 3; this.btnCancelar.TabIndex = 3;
this.btnCancelar.Text = "Cancelar"; this.btnCancelar.Text = "Cancelar";
this.btnCancelar.UseVisualStyleBackColor = true; this.btnCancelar.UseVisualStyleBackColor = true;
@@ -76,15 +82,19 @@
// //
// datosCuenta // datosCuenta
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 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(320, 160); this.BackgroundImage = global::compabetov2.Properties.Resources.Form;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(674, 482);
this.ControlBox = false;
this.Controls.Add(this.btnCancelar); this.Controls.Add(this.btnCancelar);
this.Controls.Add(this.btnAceptar); this.Controls.Add(this.btnAceptar);
this.Controls.Add(this.txtCliente); this.Controls.Add(this.txtCliente);
this.Controls.Add(this.label1); this.Controls.Add(this.label1);
this.DoubleBuffered = true;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "datosCuenta"; this.Name = "datosCuenta";
this.Text = "Datos de cuenta";
this.Load += new System.EventHandler(this.datosCuenta_Load); this.Load += new System.EventHandler(this.datosCuenta_Load);
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
Binary file not shown.
Binary file not shown.