namespace CKUERA { partial class Compras { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); this.Proveedor = new System.Windows.Forms.ComboBox(); this.RUC = new System.Windows.Forms.TextBox(); this.Label8 = new System.Windows.Forms.Label(); this.Label7 = new System.Windows.Forms.Label(); this.Cant = new System.Windows.Forms.TextBox(); this.Label5 = new System.Windows.Forms.Label(); this.Precio = new System.Windows.Forms.TextBox(); this.Label4 = new System.Windows.Forms.Label(); this.Descrip = new System.Windows.Forms.TextBox(); this.Label3 = new System.Windows.Forms.Label(); this.Codigo = new System.Windows.Forms.TextBox(); this.Label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.Fecha = new System.Windows.Forms.DateTimePicker(); this.label6 = new System.Windows.Forms.Label(); this.Timbrado = new System.Windows.Forms.TextBox(); this.Factura = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.Listar = new System.Windows.Forms.Button(); this.Quitar = new System.Windows.Forms.Button(); this.Limpiar = new System.Windows.Forms.Button(); this.DataG1 = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ID_LABEL = new System.Windows.Forms.Label(); this.items_Label = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.DataG1)).BeginInit(); this.SuspendLayout(); // // Proveedor // this.Proveedor.BackColor = System.Drawing.Color.LightCyan; this.Proveedor.Font = new System.Drawing.Font("Arial", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Proveedor.FormattingEnabled = true; this.Proveedor.Location = new System.Drawing.Point(106, 40); this.Proveedor.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Proveedor.Name = "Proveedor"; this.Proveedor.Size = new System.Drawing.Size(487, 27); this.Proveedor.TabIndex = 97; // // RUC // this.RUC.BackColor = System.Drawing.Color.LightCyan; this.RUC.Location = new System.Drawing.Point(692, 40); this.RUC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.RUC.Name = "RUC"; this.RUC.Size = new System.Drawing.Size(147, 26); this.RUC.TabIndex = 98; this.RUC.Text = "8000123423-9"; this.RUC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // Label8 // this.Label8.AutoSize = true; this.Label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Label8.Location = new System.Drawing.Point(630, 47); this.Label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label8.Name = "Label8"; this.Label8.Size = new System.Drawing.Size(42, 18); this.Label8.TabIndex = 104; this.Label8.Text = "RUC"; // // Label7 // this.Label7.AutoSize = true; this.Label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Label7.Location = new System.Drawing.Point(10, 48); this.Label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label7.Name = "Label7"; this.Label7.Size = new System.Drawing.Size(81, 18); this.Label7.TabIndex = 103; this.Label7.Text = "Proveedor"; // // Cant // this.Cant.BackColor = System.Drawing.Color.LightCyan; this.Cant.Location = new System.Drawing.Point(106, 113); this.Cant.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Cant.Name = "Cant"; this.Cant.Size = new System.Drawing.Size(127, 26); this.Cant.TabIndex = 96; this.Cant.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // Label5 // this.Label5.AutoSize = true; this.Label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Label5.Location = new System.Drawing.Point(16, 117); this.Label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label5.Name = "Label5"; this.Label5.Size = new System.Drawing.Size(72, 18); this.Label5.TabIndex = 102; this.Label5.Text = "Cantidad"; // // Precio // this.Precio.BackColor = System.Drawing.Color.LightCyan; this.Precio.Location = new System.Drawing.Point(342, 113); this.Precio.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Precio.Name = "Precio"; this.Precio.Size = new System.Drawing.Size(147, 26); this.Precio.TabIndex = 95; this.Precio.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // Label4 // this.Label4.AutoSize = true; this.Label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Label4.Location = new System.Drawing.Point(280, 117); this.Label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label4.Name = "Label4"; this.Label4.Size = new System.Drawing.Size(54, 18); this.Label4.TabIndex = 101; this.Label4.Text = "Precio"; // // Descrip // this.Descrip.BackColor = System.Drawing.Color.LightCyan; this.Descrip.Location = new System.Drawing.Point(343, 79); this.Descrip.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Descrip.Name = "Descrip"; this.Descrip.Size = new System.Drawing.Size(496, 26); this.Descrip.TabIndex = 94; this.Descrip.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // Label3 // this.Label3.AutoSize = true; this.Label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Label3.Location = new System.Drawing.Point(247, 83); this.Label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(92, 18); this.Label3.TabIndex = 100; this.Label3.Text = "Descripción"; // // Codigo // this.Codigo.BackColor = System.Drawing.Color.LightCyan; this.Codigo.Location = new System.Drawing.Point(106, 79); this.Codigo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Codigo.Name = "Codigo"; this.Codigo.Size = new System.Drawing.Size(127, 26); this.Codigo.TabIndex = 93; this.Codigo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // Label2 // this.Label2.AutoSize = true; this.Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Label2.Location = new System.Drawing.Point(16, 83); this.Label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(60, 18); this.Label2.TabIndex = 99; this.Label2.Text = "Código"; // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label1.Location = new System.Drawing.Point(28, 14); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 18); this.label1.TabIndex = 105; this.label1.Text = "Fecha"; // // Fecha // this.Fecha.CalendarMonthBackground = System.Drawing.Color.White; this.Fecha.Location = new System.Drawing.Point(106, 6); this.Fecha.Name = "Fecha"; this.Fecha.Size = new System.Drawing.Size(303, 26); this.Fecha.TabIndex = 106; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label6.Location = new System.Drawing.Point(426, 12); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(74, 18); this.label6.TabIndex = 107; this.label6.Text = "Timbrado"; // // Timbrado // this.Timbrado.BackColor = System.Drawing.Color.LightCyan; this.Timbrado.Location = new System.Drawing.Point(499, 6); this.Timbrado.Margin = new System.Windows.Forms.Padding(4); this.Timbrado.Name = "Timbrado"; this.Timbrado.Size = new System.Drawing.Size(94, 26); this.Timbrado.TabIndex = 108; this.Timbrado.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // Factura // this.Factura.BackColor = System.Drawing.Color.LightCyan; this.Factura.Location = new System.Drawing.Point(692, 6); this.Factura.Margin = new System.Windows.Forms.Padding(4); this.Factura.Name = "Factura"; this.Factura.Size = new System.Drawing.Size(147, 26); this.Factura.TabIndex = 110; this.Factura.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label9 // this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label9.Location = new System.Drawing.Point(609, 12); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(82, 18); this.label9.TabIndex = 109; this.label9.Text = "Factura N°"; // // Listar // this.Listar.Location = new System.Drawing.Point(503, 113); this.Listar.Name = "Listar"; this.Listar.Size = new System.Drawing.Size(89, 26); this.Listar.TabIndex = 111; this.Listar.Text = "&Agregar"; this.Listar.UseVisualStyleBackColor = true; this.Listar.Click += new System.EventHandler(this.Listar_Click); // // Quitar // this.Quitar.Location = new System.Drawing.Point(598, 113); this.Quitar.Name = "Quitar"; this.Quitar.Size = new System.Drawing.Size(89, 26); this.Quitar.TabIndex = 112; this.Quitar.Text = "&Quitar"; this.Quitar.UseVisualStyleBackColor = true; // // Limpiar // this.Limpiar.Location = new System.Drawing.Point(693, 112); this.Limpiar.Name = "Limpiar"; this.Limpiar.Size = new System.Drawing.Size(89, 26); this.Limpiar.TabIndex = 113; this.Limpiar.Text = "&Limpiar"; this.Limpiar.UseVisualStyleBackColor = true; this.Limpiar.Click += new System.EventHandler(this.Limpiar_Click); // // DataG1 // this.DataG1.AllowUserToAddRows = false; this.DataG1.AllowUserToDeleteRows = false; this.DataG1.AllowUserToResizeColumns = false; this.DataG1.AllowUserToResizeRows = false; this.DataG1.BackgroundColor = System.Drawing.Color.LightCyan; this.DataG1.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DataG1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.DataG1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DataG1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4, this.Column5, this.Column6}); this.DataG1.EnableHeadersVisualStyles = false; this.DataG1.Location = new System.Drawing.Point(19, 158); this.DataG1.Name = "DataG1"; this.DataG1.ReadOnly = true; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle8.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DataG1.RowHeadersDefaultCellStyle = dataGridViewCellStyle8; this.DataG1.RowHeadersVisible = false; dataGridViewCellStyle9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.DataG1.RowsDefaultCellStyle = dataGridViewCellStyle9; this.DataG1.Size = new System.Drawing.Size(820, 443); this.DataG1.TabIndex = 114; // // Column1 // this.Column1.HeaderText = "ID"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Visible = false; // // Column2 // this.Column2.HeaderText = "Código"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column3 // this.Column3.HeaderText = "Cant"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // Column4 // this.Column4.HeaderText = "Descripción"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; // // Column5 // this.Column5.HeaderText = "Precio"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; // // Column6 // this.Column6.HeaderText = "Monto"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; // // ID_LABEL // this.ID_LABEL.BackColor = System.Drawing.Color.DarkRed; this.ID_LABEL.Location = new System.Drawing.Point(600, 65); this.ID_LABEL.Name = "ID_LABEL"; this.ID_LABEL.Size = new System.Drawing.Size(46, 20); this.ID_LABEL.TabIndex = 115; this.ID_LABEL.Visible = false; // // items_Label // this.items_Label.Location = new System.Drawing.Point(500, 139); this.items_Label.Name = "items_Label"; this.items_Label.Size = new System.Drawing.Size(336, 16); this.items_Label.TabIndex = 116; this.items_Label.Text = "items_Label"; // // Compras // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(856, 623); this.Controls.Add(this.items_Label); this.Controls.Add(this.ID_LABEL); this.Controls.Add(this.DataG1); this.Controls.Add(this.Limpiar); this.Controls.Add(this.Quitar); this.Controls.Add(this.Listar); this.Controls.Add(this.Factura); this.Controls.Add(this.label9); this.Controls.Add(this.Timbrado); this.Controls.Add(this.label6); this.Controls.Add(this.Fecha); this.Controls.Add(this.label1); this.Controls.Add(this.Proveedor); this.Controls.Add(this.RUC); this.Controls.Add(this.Label8); this.Controls.Add(this.Label7); this.Controls.Add(this.Cant); this.Controls.Add(this.Label5); this.Controls.Add(this.Precio); this.Controls.Add(this.Label4); this.Controls.Add(this.Descrip); this.Controls.Add(this.Label3); this.Controls.Add(this.Codigo); this.Controls.Add(this.Label2); this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "Compras"; this.Text = "Compras"; this.Load += new System.EventHandler(this.Compras_Load); ((System.ComponentModel.ISupportInitialize)(this.DataG1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox Proveedor; internal System.Windows.Forms.TextBox RUC; internal System.Windows.Forms.Label Label8; internal System.Windows.Forms.Label Label7; internal System.Windows.Forms.TextBox Cant; internal System.Windows.Forms.Label Label5; internal System.Windows.Forms.TextBox Precio; internal System.Windows.Forms.Label Label4; internal System.Windows.Forms.TextBox Descrip; internal System.Windows.Forms.Label Label3; internal System.Windows.Forms.TextBox Codigo; internal System.Windows.Forms.Label Label2; internal System.Windows.Forms.Label label1; public System.Windows.Forms.DateTimePicker Fecha; internal System.Windows.Forms.Label label6; internal System.Windows.Forms.TextBox Timbrado; internal System.Windows.Forms.TextBox Factura; internal System.Windows.Forms.Label label9; private System.Windows.Forms.Button Listar; private System.Windows.Forms.Button Quitar; private System.Windows.Forms.Button Limpiar; private System.Windows.Forms.DataGridView DataG1; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.Label ID_LABEL; private System.Windows.Forms.Label items_Label; } }