namespace Vista { partial class FrmOrdenDeCompra { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { label1 = new Label(); dgvPresupuesto = new DataGridView(); dgvProveedor = new DataGridView(); label2 = new Label(); numId = new NumericUpDown(); ID = new Label(); btnAddProducto = new Button(); dataGridView1 = new DataGridView(); label3 = new Label(); btnAceptar = new Button(); btnCerrar = new Button(); button1 = new Button(); ((System.ComponentModel.ISupportInitialize)dgvPresupuesto).BeginInit(); ((System.ComponentModel.ISupportInitialize)dgvProveedor).BeginInit(); ((System.ComponentModel.ISupportInitialize)numId).BeginInit(); ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new Point(443, 7); label1.Name = "label1"; label1.Size = new Size(77, 15); label1.TabIndex = 17; label1.Text = "Presupuestos"; // // dgvPresupuesto // dgvPresupuesto.AllowUserToAddRows = false; dgvPresupuesto.AllowUserToDeleteRows = false; dgvPresupuesto.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dgvPresupuesto.EditMode = DataGridViewEditMode.EditProgrammatically; dgvPresupuesto.Location = new Point(443, 25); dgvPresupuesto.MultiSelect = false; dgvPresupuesto.Name = "dgvPresupuesto"; dgvPresupuesto.RowTemplate.Height = 25; dgvPresupuesto.SelectionMode = DataGridViewSelectionMode.FullRowSelect; dgvPresupuesto.Size = new Size(347, 338); dgvPresupuesto.TabIndex = 16; dgvPresupuesto.CellClick += dgvPresupuesto_CellClick; // // dgvProveedor // dgvProveedor.AllowUserToAddRows = false; dgvProveedor.AllowUserToDeleteRows = false; dgvProveedor.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dgvProveedor.EditMode = DataGridViewEditMode.EditProgrammatically; dgvProveedor.Location = new Point(796, 25); dgvProveedor.MultiSelect = false; dgvProveedor.Name = "dgvProveedor"; dgvProveedor.RowTemplate.Height = 25; dgvProveedor.SelectionMode = DataGridViewSelectionMode.FullRowSelect; dgvProveedor.Size = new Size(376, 338); dgvProveedor.TabIndex = 19; // // label2 // label2.AutoSize = true; label2.Location = new Point(796, 7); label2.Name = "label2"; label2.Size = new Size(43, 15); label2.TabIndex = 18; label2.Text = "Detalle"; // // numId // numId.Location = new Point(42, 25); numId.Maximum = new decimal(new int[] { 1410065407, 2, 0, 0 }); numId.Name = "numId"; numId.Size = new Size(120, 23); numId.TabIndex = 21; // // ID // ID.AutoSize = true; ID.Location = new Point(18, 27); ID.Name = "ID"; ID.Size = new Size(18, 15); ID.TabIndex = 20; ID.Text = "ID"; // // btnAddProducto // btnAddProducto.Location = new Point(443, 369); btnAddProducto.Name = "btnAddProducto"; btnAddProducto.Size = new Size(144, 29); btnAddProducto.TabIndex = 22; btnAddProducto.Text = "Añadir Presupuesto"; btnAddProducto.UseVisualStyleBackColor = true; btnAddProducto.Click += btnAddProducto_Click; // // dataGridView1 // dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.Location = new Point(18, 69); dataGridView1.Name = "dataGridView1"; dataGridView1.RowTemplate.Height = 25; dataGridView1.Size = new Size(387, 294); dataGridView1.TabIndex = 23; // // label3 // label3.AutoSize = true; label3.Location = new Point(18, 51); label3.Name = "label3"; label3.Size = new Size(146, 15); label3.TabIndex = 24; label3.Text = "Detalles Orden de Compra"; // // btnAceptar // btnAceptar.Location = new Point(18, 372); btnAceptar.Name = "btnAceptar"; btnAceptar.Size = new Size(75, 23); btnAceptar.TabIndex = 25; btnAceptar.Text = "Aceptar"; btnAceptar.UseVisualStyleBackColor = true; btnAceptar.Click += btnAceptar_Click; // // btnCerrar // btnCerrar.Location = new Point(330, 375); btnCerrar.Name = "btnCerrar"; btnCerrar.Size = new Size(75, 23); btnCerrar.TabIndex = 26; btnCerrar.Text = "Cerrar"; btnCerrar.UseVisualStyleBackColor = true; btnCerrar.Click += btnCerrar_Click; // // button1 // button1.Location = new Point(593, 369); button1.Name = "button1"; button1.Size = new Size(144, 29); button1.TabIndex = 27; button1.Text = "Eliminar Presupuesto"; button1.UseVisualStyleBackColor = true; // // FrmOrdenDeCompra // AcceptButton = btnAceptar; AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; CancelButton = btnCerrar; ClientSize = new Size(1194, 450); Controls.Add(button1); Controls.Add(btnCerrar); Controls.Add(btnAceptar); Controls.Add(label3); Controls.Add(dataGridView1); Controls.Add(btnAddProducto); Controls.Add(numId); Controls.Add(ID); Controls.Add(dgvProveedor); Controls.Add(label2); Controls.Add(label1); Controls.Add(dgvPresupuesto); Name = "FrmOrdenDeCompra"; Text = "OrdenDeCompra"; ((System.ComponentModel.ISupportInitialize)dgvPresupuesto).EndInit(); ((System.ComponentModel.ISupportInitialize)dgvProveedor).EndInit(); ((System.ComponentModel.ISupportInitialize)numId).EndInit(); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Label label1; private DataGridView dgvPresupuesto; private DataGridView dgvProveedor; private Label label2; private NumericUpDown numId; private Label ID; private Button btnAddProducto; private DataGridView dataGridView1; private Label label3; private Button btnAceptar; private Button btnCerrar; private Button button1; } }