Subo cambios 457

This commit is contained in:
Michael Robles
2024-02-03 04:57:48 -07:00
parent 88814d0d0e
commit 3ed07647f6
10 changed files with 173 additions and 76 deletions
+28 -18
View File
@@ -42,62 +42,69 @@
//
this.label1.AutoSize = true;
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(22, 25);
this.label1.Location = new System.Drawing.Point(29, 31);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 20);
this.label1.Size = new System.Drawing.Size(79, 25);
this.label1.TabIndex = 0;
this.label1.Text = "Cliente:";
//
// txtCliente
//
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(25, 61);
this.txtCliente.Location = new System.Drawing.Point(33, 75);
this.txtCliente.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtCliente.Name = "txtCliente";
this.txtCliente.Size = new System.Drawing.Size(337, 26);
this.txtCliente.Size = new System.Drawing.Size(448, 30);
this.txtCliente.TabIndex = 1;
//
// txtDireccion
//
this.txtDireccion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtDireccion.Location = new System.Drawing.Point(25, 149);
this.txtDireccion.Location = new System.Drawing.Point(33, 183);
this.txtDireccion.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtDireccion.Name = "txtDireccion";
this.txtDireccion.Size = new System.Drawing.Size(337, 26);
this.txtDireccion.Size = new System.Drawing.Size(448, 30);
this.txtDireccion.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(22, 110);
this.label2.Location = new System.Drawing.Point(29, 135);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(79, 20);
this.label2.Size = new System.Drawing.Size(99, 25);
this.label2.TabIndex = 2;
this.label2.Text = "Direccion:";
//
// txtTelefono
//
this.txtTelefono.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtTelefono.Location = new System.Drawing.Point(24, 227);
this.txtTelefono.Location = new System.Drawing.Point(32, 279);
this.txtTelefono.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtTelefono.Name = "txtTelefono";
this.txtTelefono.Size = new System.Drawing.Size(338, 26);
this.txtTelefono.Size = new System.Drawing.Size(449, 30);
this.txtTelefono.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(21, 191);
this.label3.Location = new System.Drawing.Point(28, 235);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(75, 20);
this.label3.Size = new System.Drawing.Size(95, 25);
this.label3.TabIndex = 4;
this.label3.Text = "Telefono:";
//
// btnAceptar
//
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(103, 277);
this.btnAceptar.Location = new System.Drawing.Point(137, 341);
this.btnAceptar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnAceptar.Name = "btnAceptar";
this.btnAceptar.Size = new System.Drawing.Size(77, 31);
this.btnAceptar.Size = new System.Drawing.Size(103, 38);
this.btnAceptar.TabIndex = 6;
this.btnAceptar.Text = "Aceptar";
this.btnAceptar.UseVisualStyleBackColor = true;
@@ -106,9 +113,10 @@
// btnCancelar
//
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(203, 277);
this.btnCancelar.Location = new System.Drawing.Point(271, 341);
this.btnCancelar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
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 = 8;
this.btnCancelar.Text = "Cancelar";
this.btnCancelar.UseVisualStyleBackColor = true;
@@ -116,9 +124,9 @@
//
// datosEnvio
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(374, 341);
this.ClientSize = new System.Drawing.Size(499, 420);
this.Controls.Add(this.btnCancelar);
this.Controls.Add(this.btnAceptar);
this.Controls.Add(this.txtTelefono);
@@ -127,8 +135,10 @@
this.Controls.Add(this.label2);
this.Controls.Add(this.txtCliente);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "datosEnvio";
this.Text = "Datos del envio";
this.Load += new System.EventHandler(this.datosEnvio_Load);
this.ResumeLayout(false);
this.PerformLayout();