namespace Vista { partial class FrmFacturas { /// /// 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() { groupBox1 = new GroupBox(); label2 = new Label(); label1 = new Label(); dgvDetalles = new DataGridView(); dgvFacturas = new DataGridView(); BtnAdd = new Button(); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dgvDetalles).BeginInit(); ((System.ComponentModel.ISupportInitialize)dgvFacturas).BeginInit(); SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(label2); groupBox1.Controls.Add(label1); groupBox1.Controls.Add(dgvDetalles); groupBox1.Controls.Add(dgvFacturas); groupBox1.Controls.Add(BtnAdd); groupBox1.Location = new Point(12, 0); groupBox1.Name = "groupBox1"; groupBox1.Size = new Size(1223, 479); groupBox1.TabIndex = 5; groupBox1.TabStop = false; // // label2 // label2.AutoSize = true; label2.Location = new Point(6, 19); label2.Name = "label2"; label2.Size = new Size(46, 15); label2.TabIndex = 6; label2.Text = "Factura"; // // label1 // label1.AutoSize = true; label1.Location = new Point(520, 19); label1.Name = "label1"; label1.Size = new Size(48, 15); label1.TabIndex = 5; label1.Text = "Detalles"; // // dgvDetalles // dgvDetalles.AllowUserToAddRows = false; dgvDetalles.AllowUserToDeleteRows = false; dgvDetalles.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; dgvDetalles.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dgvDetalles.EditMode = DataGridViewEditMode.EditProgrammatically; dgvDetalles.ImeMode = ImeMode.On; dgvDetalles.Location = new Point(520, 40); dgvDetalles.Name = "dgvDetalles"; dgvDetalles.SelectionMode = DataGridViewSelectionMode.FullRowSelect; dgvDetalles.Size = new Size(697, 404); dgvDetalles.TabIndex = 4; // // dgvFacturas // dgvFacturas.AllowUserToAddRows = false; dgvFacturas.AllowUserToDeleteRows = false; dgvFacturas.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; dgvFacturas.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dgvFacturas.EditMode = DataGridViewEditMode.EditProgrammatically; dgvFacturas.Location = new Point(6, 40); dgvFacturas.Name = "dgvFacturas"; dgvFacturas.SelectionMode = DataGridViewSelectionMode.FullRowSelect; dgvFacturas.Size = new Size(508, 404); dgvFacturas.TabIndex = 3; dgvFacturas.CellClick += dgvFacturas_CellClick; // // BtnAdd // BtnAdd.Location = new Point(6, 450); BtnAdd.Name = "BtnAdd"; BtnAdd.Size = new Size(75, 23); BtnAdd.TabIndex = 0; BtnAdd.Text = "Añadir"; BtnAdd.UseVisualStyleBackColor = true; BtnAdd.Click += BtnAdd_Click; // // FrmFacturas // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1247, 481); Controls.Add(groupBox1); Name = "FrmFacturas"; Text = "Ventas"; WindowState = FormWindowState.Maximized; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)dgvDetalles).EndInit(); ((System.ComponentModel.ISupportInitialize)dgvFacturas).EndInit(); ResumeLayout(false); } #endregion private GroupBox groupBox1; private DataGridView dgvFacturas; private Button BtnAdd; private DataGridView dgvDetalles; private Label label2; private Label label1; } }