ahi va todo fixeado por ahora faltan forms
This commit is contained in:
23
Vista/FrmCliente.Designer.cs
generated
23
Vista/FrmCliente.Designer.cs
generated
@@ -34,13 +34,14 @@ namespace Vista
|
||||
label3 = new Label();
|
||||
label4 = new Label();
|
||||
label5 = new Label();
|
||||
txtCuit = new TextBox();
|
||||
txtNombre = new TextBox();
|
||||
txtApellido = new TextBox();
|
||||
txtDireccion = new TextBox();
|
||||
txtCorreo = new TextBox();
|
||||
BtnAceptar = new Button();
|
||||
BtnCancelar = new Button();
|
||||
numCuit = new NumericUpDown();
|
||||
((System.ComponentModel.ISupportInitialize)numCuit).BeginInit();
|
||||
SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
@@ -88,13 +89,6 @@ namespace Vista
|
||||
label5.TabIndex = 4;
|
||||
label5.Text = "Correo";
|
||||
//
|
||||
// txtCuit
|
||||
//
|
||||
txtCuit.Location = new Point(92, 21);
|
||||
txtCuit.Name = "txtCuit";
|
||||
txtCuit.Size = new Size(173, 23);
|
||||
txtCuit.TabIndex = 5;
|
||||
//
|
||||
// txtNombre
|
||||
//
|
||||
txtNombre.Location = new Point(92, 51);
|
||||
@@ -143,6 +137,14 @@ namespace Vista
|
||||
BtnCancelar.UseVisualStyleBackColor = true;
|
||||
BtnCancelar.Click += BtnCancelar_Click;
|
||||
//
|
||||
// numCuit
|
||||
//
|
||||
numCuit.Location = new Point(92, 22);
|
||||
numCuit.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 });
|
||||
numCuit.Name = "numCuit";
|
||||
numCuit.Size = new Size(173, 23);
|
||||
numCuit.TabIndex = 12;
|
||||
//
|
||||
// FrmCliente
|
||||
//
|
||||
AcceptButton = BtnAceptar;
|
||||
@@ -151,13 +153,13 @@ namespace Vista
|
||||
CancelButton = BtnCancelar;
|
||||
ClientSize = new Size(420, 245);
|
||||
ControlBox = false;
|
||||
Controls.Add(numCuit);
|
||||
Controls.Add(BtnCancelar);
|
||||
Controls.Add(BtnAceptar);
|
||||
Controls.Add(txtCorreo);
|
||||
Controls.Add(txtDireccion);
|
||||
Controls.Add(txtApellido);
|
||||
Controls.Add(txtNombre);
|
||||
Controls.Add(txtCuit);
|
||||
Controls.Add(label5);
|
||||
Controls.Add(label4);
|
||||
Controls.Add(label3);
|
||||
@@ -165,6 +167,7 @@ namespace Vista
|
||||
Controls.Add(label1);
|
||||
Name = "FrmCliente";
|
||||
Text = "Form1";
|
||||
((System.ComponentModel.ISupportInitialize)numCuit).EndInit();
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
}
|
||||
@@ -177,13 +180,13 @@ namespace Vista
|
||||
private Label label3;
|
||||
private Label label4;
|
||||
private Label label5;
|
||||
private TextBox txtCuit;
|
||||
private TextBox txtNombre;
|
||||
private TextBox txtApellido;
|
||||
private TextBox txtDireccion;
|
||||
private TextBox txtCorreo;
|
||||
private Button BtnAceptar;
|
||||
private Button BtnCancelar;
|
||||
private NumericUpDown numCuit;
|
||||
|
||||
public EventHandler button1_Click_1 { get; private set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user