Files
Final_Das/Vista/FrmFactura.Designer.cs
2024-08-11 18:23:17 -03:00

169 lines
5.8 KiB
C#

namespace Vista
{
partial class FrmFactura
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
button1 = new Button();
button2 = new Button();
numericUpDown1 = new NumericUpDown();
label1 = new Label();
numericUpDown2 = new NumericUpDown();
label2 = new Label();
dateTimePicker1 = new DateTimePicker();
label3 = new Label();
label4 = new Label();
comboBox1 = new ComboBox();
((System.ComponentModel.ISupportInitialize)numericUpDown1).BeginInit();
((System.ComponentModel.ISupportInitialize)numericUpDown2).BeginInit();
SuspendLayout();
//
// button1
//
button1.Location = new Point(12, 213);
button1.Name = "button1";
button1.Size = new Size(75, 23);
button1.TabIndex = 0;
button1.Text = "Aceptar";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// button2
//
button2.Location = new Point(123, 213);
button2.Name = "button2";
button2.Size = new Size(75, 23);
button2.TabIndex = 1;
button2.Text = "Cancelar";
button2.UseVisualStyleBackColor = true;
button2.Click += button2_Click;
//
// numericUpDown1
//
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;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(69, 34);
label1.Name = "label1";
label1.Size = new Size(18, 15);
label1.TabIndex = 3;
label1.Text = "ID";
//
// numericUpDown2
//
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;
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(59, 65);
label2.Name = "label2";
label2.Size = new Size(32, 15);
label2.TabIndex = 5;
label2.Text = "Total";
//
// dateTimePicker1
//
dateTimePicker1.Location = new Point(97, 88);
dateTimePicker1.Name = "dateTimePicker1";
dateTimePicker1.Size = new Size(120, 23);
dateTimePicker1.TabIndex = 6;
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(49, 94);
label3.Name = "label3";
label3.Size = new Size(38, 15);
label3.TabIndex = 7;
label3.Text = "Fecha";
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(49, 124);
label4.Name = "label4";
label4.Size = new Size(44, 15);
label4.TabIndex = 8;
label4.Text = "Cliente";
//
// comboBox1
//
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;
//
// FrmFactura
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(458, 265);
Controls.Add(comboBox1);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(dateTimePicker1);
Controls.Add(label2);
Controls.Add(numericUpDown2);
Controls.Add(label1);
Controls.Add(numericUpDown1);
Controls.Add(button2);
Controls.Add(button1);
Name = "FrmFactura";
Text = "Form1";
((System.ComponentModel.ISupportInitialize)numericUpDown1).EndInit();
((System.ComponentModel.ISupportInitialize)numericUpDown2).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button button1;
private Button button2;
private NumericUpDown numericUpDown1;
private Label label1;
private NumericUpDown numericUpDown2;
private Label label2;
private DateTimePicker dateTimePicker1;
private Label label3;
private Label label4;
private ComboBox comboBox1;
}
}