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

181 lines
6.2 KiB
C#

namespace Vista
{
partial class FrmPresupuesto
{
/// <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()
{
dataGridView2 = new DataGridView();
ID = new Label();
label2 = new Label();
label3 = new Label();
dateTimePicker1 = new DateTimePicker();
comboBox1 = new ComboBox();
numericUpDown1 = new NumericUpDown();
button1 = new Button();
button2 = new Button();
button3 = new Button();
button4 = new Button();
((System.ComponentModel.ISupportInitialize)dataGridView2).BeginInit();
((System.ComponentModel.ISupportInitialize)numericUpDown1).BeginInit();
//
// dataGridView2
//
dataGridView2.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView2.Location = new Point(407, 12);
dataGridView2.Name = "dataGridView2";
dataGridView2.RowTemplate.Height = 25;
dataGridView2.Size = new Size(475, 413);
dataGridView2.TabIndex = 1;
//
// ID
//
ID.AutoSize = true;
ID.Location = new Point(34, 197);
ID.Name = "ID";
ID.Size = new Size(18, 15);
ID.TabIndex = 2;
ID.Text = "ID";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(34, 234);
label2.Name = "label2";
label2.Size = new Size(55, 15);
label2.TabIndex = 3;
label2.Text = "Provedor";
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(34, 270);
label3.Name = "label3";
label3.Size = new Size(38, 15);
label3.TabIndex = 4;
label3.Text = "Fecha";
//
// dateTimePicker1
//
dateTimePicker1.Location = new Point(100, 264);
dateTimePicker1.Name = "dateTimePicker1";
dateTimePicker1.Size = new Size(121, 23);
dateTimePicker1.TabIndex = 6;
//
// comboBox1
//
comboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
comboBox1.FormattingEnabled = true;
comboBox1.Location = new Point(100, 226);
comboBox1.Name = "comboBox1";
comboBox1.Size = new Size(121, 23);
comboBox1.TabIndex = 7;
//
// numericUpDown1
//
numericUpDown1.Location = new Point(101, 197);
numericUpDown1.Maximum = new decimal(new int[] { 1410065407, 2, 0, 0 });
numericUpDown1.Name = "numericUpDown1";
numericUpDown1.Size = new Size(120, 23);
numericUpDown1.TabIndex = 8;
//
// button1
//
button1.Location = new Point(34, 383);
button1.Name = "button1";
button1.Size = new Size(154, 42);
button1.TabIndex = 9;
button1.Text = "Guardar";
button1.UseVisualStyleBackColor = true;
//
// button2
//
button2.Location = new Point(247, 383);
button2.Name = "button2";
button2.Size = new Size(154, 42);
button2.TabIndex = 10;
button2.Text = "Cancelar";
button2.UseVisualStyleBackColor = true;
//
// button3
//
button3.Location = new Point(34, 42);
button3.Name = "button3";
button3.Size = new Size(128, 47);
button3.TabIndex = 11;
button3.Text = "Agregar Producto";
button3.UseVisualStyleBackColor = true;
//
// button4
//
button4.Location = new Point(34, 106);
button4.Name = "button4";
button4.Size = new Size(128, 47);
button4.TabIndex = 12;
button4.Text = "Eliminar Producto";
button4.UseVisualStyleBackColor = true;
//
// FrmPresupuesto
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(925, 446);
Controls.Add(button4);
Controls.Add(button3);
Controls.Add(button2);
Controls.Add(button1);
Controls.Add(numericUpDown1);
Controls.Add(comboBox1);
Controls.Add(dateTimePicker1);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(ID);
Controls.Add(dataGridView2);
Name = "FrmPresupuesto";
Text = "Form1";
((System.ComponentModel.ISupportInitialize)dataGridView2).EndInit();
((System.ComponentModel.ISupportInitialize)numericUpDown1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private DataGridView dataGridView2;
private Label ID;
private Label label2;
private Label label3;
private DateTimePicker dateTimePicker1;
private ComboBox comboBox1;
private NumericUpDown numericUpDown1;
private Button button1;
private Button button2;
private Button button3;
private Button button4;
}
}