correcciones sobre los forms
This commit is contained in:
86
Vista/FrmFactura.Designer.cs
generated
86
Vista/FrmFactura.Designer.cs
generated
@@ -30,21 +30,21 @@
|
||||
{
|
||||
button1 = new Button();
|
||||
button2 = new Button();
|
||||
numericUpDown1 = new NumericUpDown();
|
||||
numid = new NumericUpDown();
|
||||
label1 = new Label();
|
||||
numericUpDown2 = new NumericUpDown();
|
||||
numtotal = new NumericUpDown();
|
||||
label2 = new Label();
|
||||
dateTimePicker1 = new DateTimePicker();
|
||||
datepick = new DateTimePicker();
|
||||
label3 = new Label();
|
||||
label4 = new Label();
|
||||
comboBox1 = new ComboBox();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown1).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown2).BeginInit();
|
||||
cmbCliente = new ComboBox();
|
||||
((System.ComponentModel.ISupportInitialize)numid).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)numtotal).BeginInit();
|
||||
SuspendLayout();
|
||||
//
|
||||
// button1
|
||||
//
|
||||
button1.Location = new Point(12, 213);
|
||||
button1.Location = new Point(12, 172);
|
||||
button1.Name = "button1";
|
||||
button1.Size = new Size(75, 23);
|
||||
button1.TabIndex = 0;
|
||||
@@ -54,7 +54,7 @@
|
||||
//
|
||||
// button2
|
||||
//
|
||||
button2.Location = new Point(123, 213);
|
||||
button2.Location = new Point(142, 172);
|
||||
button2.Name = "button2";
|
||||
button2.Size = new Size(75, 23);
|
||||
button2.TabIndex = 1;
|
||||
@@ -62,13 +62,13 @@
|
||||
button2.UseVisualStyleBackColor = true;
|
||||
button2.Click += button2_Click;
|
||||
//
|
||||
// numericUpDown1
|
||||
// numid
|
||||
//
|
||||
numericUpDown1.Location = new Point(97, 26);
|
||||
numericUpDown1.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 });
|
||||
numericUpDown1.Name = "numericUpDown1";
|
||||
numericUpDown1.Size = new Size(120, 23);
|
||||
numericUpDown1.TabIndex = 2;
|
||||
numid.Location = new Point(97, 26);
|
||||
numid.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 });
|
||||
numid.Name = "numid";
|
||||
numid.Size = new Size(120, 23);
|
||||
numid.TabIndex = 2;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
@@ -79,13 +79,13 @@
|
||||
label1.TabIndex = 3;
|
||||
label1.Text = "ID";
|
||||
//
|
||||
// numericUpDown2
|
||||
// numtotal
|
||||
//
|
||||
numericUpDown2.Location = new Point(97, 57);
|
||||
numericUpDown2.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 });
|
||||
numericUpDown2.Name = "numericUpDown2";
|
||||
numericUpDown2.Size = new Size(120, 23);
|
||||
numericUpDown2.TabIndex = 4;
|
||||
numtotal.Location = new Point(97, 57);
|
||||
numtotal.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 });
|
||||
numtotal.Name = "numtotal";
|
||||
numtotal.Size = new Size(120, 23);
|
||||
numtotal.TabIndex = 4;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
@@ -96,12 +96,12 @@
|
||||
label2.TabIndex = 5;
|
||||
label2.Text = "Total";
|
||||
//
|
||||
// dateTimePicker1
|
||||
// datepick
|
||||
//
|
||||
dateTimePicker1.Location = new Point(97, 88);
|
||||
dateTimePicker1.Name = "dateTimePicker1";
|
||||
dateTimePicker1.Size = new Size(120, 23);
|
||||
dateTimePicker1.TabIndex = 6;
|
||||
datepick.Location = new Point(97, 88);
|
||||
datepick.Name = "datepick";
|
||||
datepick.Size = new Size(120, 23);
|
||||
datepick.TabIndex = 6;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
@@ -121,34 +121,34 @@
|
||||
label4.TabIndex = 8;
|
||||
label4.Text = "Cliente";
|
||||
//
|
||||
// comboBox1
|
||||
// cmbCliente
|
||||
//
|
||||
comboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
comboBox1.FormattingEnabled = true;
|
||||
comboBox1.Location = new Point(99, 121);
|
||||
comboBox1.Name = "comboBox1";
|
||||
comboBox1.Size = new Size(121, 23);
|
||||
comboBox1.TabIndex = 10;
|
||||
cmbCliente.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
cmbCliente.FormattingEnabled = true;
|
||||
cmbCliente.Location = new Point(99, 121);
|
||||
cmbCliente.Name = "cmbCliente";
|
||||
cmbCliente.Size = new Size(121, 23);
|
||||
cmbCliente.TabIndex = 10;
|
||||
//
|
||||
// FrmFactura
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(458, 265);
|
||||
Controls.Add(comboBox1);
|
||||
ClientSize = new Size(652, 205);
|
||||
Controls.Add(cmbCliente);
|
||||
Controls.Add(label4);
|
||||
Controls.Add(label3);
|
||||
Controls.Add(dateTimePicker1);
|
||||
Controls.Add(datepick);
|
||||
Controls.Add(label2);
|
||||
Controls.Add(numericUpDown2);
|
||||
Controls.Add(numtotal);
|
||||
Controls.Add(label1);
|
||||
Controls.Add(numericUpDown1);
|
||||
Controls.Add(numid);
|
||||
Controls.Add(button2);
|
||||
Controls.Add(button1);
|
||||
Name = "FrmFactura";
|
||||
Text = "Form1";
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown1).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown2).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)numid).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)numtotal).EndInit();
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
}
|
||||
@@ -157,13 +157,13 @@
|
||||
|
||||
private Button button1;
|
||||
private Button button2;
|
||||
private NumericUpDown numericUpDown1;
|
||||
private NumericUpDown numid;
|
||||
private Label label1;
|
||||
private NumericUpDown numericUpDown2;
|
||||
private NumericUpDown numtotal;
|
||||
private Label label2;
|
||||
private DateTimePicker dateTimePicker1;
|
||||
private DateTimePicker datepick;
|
||||
private Label label3;
|
||||
private Label label4;
|
||||
private ComboBox comboBox1;
|
||||
private ComboBox cmbCliente;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user