cambios nachito a form factura
This commit is contained in:
82
Vista/FrmFactura.Designer.cs
generated
82
Vista/FrmFactura.Designer.cs
generated
@@ -38,15 +38,23 @@
|
||||
label3 = new Label();
|
||||
label4 = new Label();
|
||||
cmbCliente = new ComboBox();
|
||||
dataGridView1 = new DataGridView();
|
||||
dataGridView2 = new DataGridView();
|
||||
numericUpDown1 = new NumericUpDown();
|
||||
Unidades = new Label();
|
||||
button3 = new Button();
|
||||
((System.ComponentModel.ISupportInitialize)numid).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)numtotal).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView2).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown1).BeginInit();
|
||||
SuspendLayout();
|
||||
//
|
||||
// button1
|
||||
//
|
||||
button1.Location = new Point(12, 172);
|
||||
button1.Location = new Point(12, 367);
|
||||
button1.Name = "button1";
|
||||
button1.Size = new Size(75, 23);
|
||||
button1.Size = new Size(113, 46);
|
||||
button1.TabIndex = 0;
|
||||
button1.Text = "Aceptar";
|
||||
button1.UseVisualStyleBackColor = true;
|
||||
@@ -54,9 +62,9 @@
|
||||
//
|
||||
// button2
|
||||
//
|
||||
button2.Location = new Point(142, 172);
|
||||
button2.Location = new Point(172, 367);
|
||||
button2.Name = "button2";
|
||||
button2.Size = new Size(75, 23);
|
||||
button2.Size = new Size(115, 46);
|
||||
button2.TabIndex = 1;
|
||||
button2.Text = "Cancelar";
|
||||
button2.UseVisualStyleBackColor = true;
|
||||
@@ -81,9 +89,11 @@
|
||||
//
|
||||
// numtotal
|
||||
//
|
||||
numtotal.Enabled = false;
|
||||
numtotal.Location = new Point(97, 57);
|
||||
numtotal.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 });
|
||||
numtotal.Name = "numtotal";
|
||||
numtotal.ReadOnly = true;
|
||||
numtotal.Size = new Size(120, 23);
|
||||
numtotal.TabIndex = 4;
|
||||
//
|
||||
@@ -102,6 +112,7 @@
|
||||
datepick.Name = "datepick";
|
||||
datepick.Size = new Size(120, 23);
|
||||
datepick.TabIndex = 6;
|
||||
datepick.ValueChanged += datepick_ValueChanged;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
@@ -130,11 +141,64 @@
|
||||
cmbCliente.Size = new Size(121, 23);
|
||||
cmbCliente.TabIndex = 10;
|
||||
//
|
||||
// dataGridView1
|
||||
//
|
||||
dataGridView1.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;
|
||||
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
dataGridView1.Location = new Point(290, 12);
|
||||
dataGridView1.Name = "dataGridView1";
|
||||
dataGridView1.RowTemplate.Height = 25;
|
||||
dataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
||||
dataGridView1.Size = new Size(324, 318);
|
||||
dataGridView1.TabIndex = 11;
|
||||
//
|
||||
// dataGridView2
|
||||
//
|
||||
dataGridView2.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;
|
||||
dataGridView2.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
dataGridView2.Location = new Point(674, 12);
|
||||
dataGridView2.Name = "dataGridView2";
|
||||
dataGridView2.RowTemplate.Height = 25;
|
||||
dataGridView2.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
||||
dataGridView2.Size = new Size(290, 336);
|
||||
dataGridView2.TabIndex = 12;
|
||||
//
|
||||
// numericUpDown1
|
||||
//
|
||||
numericUpDown1.Location = new Point(494, 359);
|
||||
numericUpDown1.Name = "numericUpDown1";
|
||||
numericUpDown1.Size = new Size(120, 23);
|
||||
numericUpDown1.TabIndex = 13;
|
||||
//
|
||||
// Unidades
|
||||
//
|
||||
Unidades.AutoSize = true;
|
||||
Unidades.Location = new Point(420, 367);
|
||||
Unidades.Name = "Unidades";
|
||||
Unidades.Size = new Size(56, 15);
|
||||
Unidades.TabIndex = 14;
|
||||
Unidades.Text = "Unidades";
|
||||
//
|
||||
// button3
|
||||
//
|
||||
button3.Location = new Point(420, 390);
|
||||
button3.Name = "button3";
|
||||
button3.Size = new Size(194, 36);
|
||||
button3.TabIndex = 15;
|
||||
button3.Text = "Añadir";
|
||||
button3.UseVisualStyleBackColor = true;
|
||||
button3.Click += button3_Click;
|
||||
//
|
||||
// FrmFactura
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(652, 205);
|
||||
ClientSize = new Size(976, 450);
|
||||
Controls.Add(button3);
|
||||
Controls.Add(Unidades);
|
||||
Controls.Add(numericUpDown1);
|
||||
Controls.Add(dataGridView2);
|
||||
Controls.Add(dataGridView1);
|
||||
Controls.Add(cmbCliente);
|
||||
Controls.Add(label4);
|
||||
Controls.Add(label3);
|
||||
@@ -149,6 +213,9 @@
|
||||
Text = "Form1";
|
||||
((System.ComponentModel.ISupportInitialize)numid).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)numtotal).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView2).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown1).EndInit();
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
}
|
||||
@@ -165,5 +232,10 @@
|
||||
private Label label3;
|
||||
private Label label4;
|
||||
private ComboBox cmbCliente;
|
||||
private DataGridView dataGridView1;
|
||||
private DataGridView dataGridView2;
|
||||
private NumericUpDown numericUpDown1;
|
||||
private Label Unidades;
|
||||
private Button button3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user