feat: Cambios Varios (mirar Desc)
- Añadidas referencias faltantes - Arreglado FormProveedores - Empiezo el codeo del Form Facturas
This commit is contained in:
46
Vista/FrmProveedor.Designer.cs
generated
46
Vista/FrmProveedor.Designer.cs
generated
@@ -28,7 +28,7 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
BtnAceptarr = new Button();
|
||||
BtnAceptar = new Button();
|
||||
txtNombre = new TextBox();
|
||||
txtDireccion = new TextBox();
|
||||
txtSocial = new TextBox();
|
||||
@@ -39,19 +39,19 @@
|
||||
label3 = new Label();
|
||||
checkBoxHabilitado = new CheckBox();
|
||||
label4 = new Label();
|
||||
button1 = new Button();
|
||||
BtnCancelar = new Button();
|
||||
((System.ComponentModel.ISupportInitialize)numCuit).BeginInit();
|
||||
SuspendLayout();
|
||||
//
|
||||
// BtnAceptarr
|
||||
// BtnAceptar
|
||||
//
|
||||
BtnAceptarr.Location = new Point(19, 195);
|
||||
BtnAceptarr.Name = "BtnAceptarr";
|
||||
BtnAceptarr.Size = new Size(75, 23);
|
||||
BtnAceptarr.TabIndex = 0;
|
||||
BtnAceptarr.Text = "Aceptar";
|
||||
BtnAceptarr.UseVisualStyleBackColor = true;
|
||||
BtnAceptarr.Click += BtnAceptarr_Click;
|
||||
BtnAceptar.Location = new Point(19, 195);
|
||||
BtnAceptar.Name = "BtnAceptar";
|
||||
BtnAceptar.Size = new Size(75, 23);
|
||||
BtnAceptar.TabIndex = 0;
|
||||
BtnAceptar.Text = "Aceptar";
|
||||
BtnAceptar.UseVisualStyleBackColor = true;
|
||||
BtnAceptar.Click += BtnAceptar_Click;
|
||||
//
|
||||
// txtNombre
|
||||
//
|
||||
@@ -77,6 +77,7 @@
|
||||
// numCuit
|
||||
//
|
||||
numCuit.Location = new Point(110, 117);
|
||||
numCuit.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 });
|
||||
numCuit.Name = "numCuit";
|
||||
numCuit.Size = new Size(100, 23);
|
||||
numCuit.TabIndex = 4;
|
||||
@@ -135,22 +136,24 @@
|
||||
label4.TabIndex = 10;
|
||||
label4.Text = "Habilitado";
|
||||
//
|
||||
// button1
|
||||
// BtnCancelar
|
||||
//
|
||||
button1.Location = new Point(174, 195);
|
||||
button1.Name = "button1";
|
||||
button1.Size = new Size(75, 23);
|
||||
button1.TabIndex = 11;
|
||||
button1.Text = "Cancelar";
|
||||
button1.UseVisualStyleBackColor = true;
|
||||
button1.Click += button1_Click;
|
||||
BtnCancelar.Location = new Point(322, 195);
|
||||
BtnCancelar.Name = "BtnCancelar";
|
||||
BtnCancelar.Size = new Size(75, 23);
|
||||
BtnCancelar.TabIndex = 11;
|
||||
BtnCancelar.Text = "Cancelar";
|
||||
BtnCancelar.UseVisualStyleBackColor = true;
|
||||
BtnCancelar.Click += BtnCancelar_Click;
|
||||
//
|
||||
// FrmProveedor
|
||||
//
|
||||
AcceptButton = BtnAceptar;
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
CancelButton = BtnCancelar;
|
||||
ClientSize = new Size(409, 230);
|
||||
Controls.Add(button1);
|
||||
Controls.Add(BtnCancelar);
|
||||
Controls.Add(label4);
|
||||
Controls.Add(checkBoxHabilitado);
|
||||
Controls.Add(label3);
|
||||
@@ -161,7 +164,7 @@
|
||||
Controls.Add(txtSocial);
|
||||
Controls.Add(txtDireccion);
|
||||
Controls.Add(txtNombre);
|
||||
Controls.Add(BtnAceptarr);
|
||||
Controls.Add(BtnAceptar);
|
||||
Name = "FrmProveedor";
|
||||
Text = "Form1";
|
||||
((System.ComponentModel.ISupportInitialize)numCuit).EndInit();
|
||||
@@ -183,6 +186,7 @@
|
||||
private Label label3;
|
||||
private CheckBox checkBoxHabilitado;
|
||||
private Label label4;
|
||||
private Button button1;
|
||||
private Button BtnCancelar;
|
||||
private Button BtnAceptar;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user