namespace ECV { partial class compras_reg { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(compras_reg)); this.com_prov = new System.Windows.Forms.ComboBox(); this.Label14 = new System.Windows.Forms.Label(); this.mensaje_lab = new System.Windows.Forms.Label(); this.Txt_Fact = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.Btn_buscar = new System.Windows.Forms.Button(); this.Txt_Timbrado = new System.Windows.Forms.TextBox(); this.Label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // com_prov // this.com_prov.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append; this.com_prov.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.com_prov.FormattingEnabled = true; this.com_prov.ItemHeight = 20; this.com_prov.Location = new System.Drawing.Point(24, 42); this.com_prov.Name = "com_prov"; this.com_prov.Size = new System.Drawing.Size(407, 28); this.com_prov.Sorted = true; this.com_prov.TabIndex = 0; // // Label14 // this.Label14.BackColor = System.Drawing.Color.White; this.Label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Label14.Location = new System.Drawing.Point(24, 21); this.Label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label14.Name = "Label14"; this.Label14.Size = new System.Drawing.Size(192, 18); this.Label14.TabIndex = 193; this.Label14.Text = "Proveedor"; // // mensaje_lab // this.mensaje_lab.BackColor = System.Drawing.Color.White; this.mensaje_lab.Font = new System.Drawing.Font("Arial", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mensaje_lab.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.mensaje_lab.Location = new System.Drawing.Point(21, -2); this.mensaje_lab.Name = "mensaje_lab"; this.mensaje_lab.Size = new System.Drawing.Size(419, 24); this.mensaje_lab.TabIndex = 186; this.mensaje_lab.Text = "Espere por favor... Estamos trabajando en su pedido. "; this.mensaje_lab.Visible = false; // // Txt_Fact // this.Txt_Fact.Location = new System.Drawing.Point(437, 44); this.Txt_Fact.Name = "Txt_Fact"; this.Txt_Fact.Size = new System.Drawing.Size(112, 26); this.Txt_Fact.TabIndex = 1; this.Txt_Fact.Text = "001-001-0000001"; this.Txt_Fact.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label15 // this.label15.BackColor = System.Drawing.Color.White; this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label15.Location = new System.Drawing.Point(437, 23); this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(112, 18); this.label15.TabIndex = 191; this.label15.Text = "Factura"; // // Btn_buscar // this.Btn_buscar.AccessibleName = ""; this.Btn_buscar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230))))); this.Btn_buscar.FlatAppearance.BorderSize = 0; this.Btn_buscar.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Btn_buscar.ForeColor = System.Drawing.Color.White; this.Btn_buscar.Image = ((System.Drawing.Image)(resources.GetObject("Btn_buscar.Image"))); this.Btn_buscar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.Btn_buscar.Location = new System.Drawing.Point(639, 23); this.Btn_buscar.Name = "Btn_buscar"; this.Btn_buscar.Size = new System.Drawing.Size(136, 46); this.Btn_buscar.TabIndex = 3; this.Btn_buscar.Text = "Mostrar"; this.Btn_buscar.UseVisualStyleBackColor = false; this.Btn_buscar.Click += new System.EventHandler(this.Btn_buscar_Click_1); // // Txt_Timbrado // this.Txt_Timbrado.Location = new System.Drawing.Point(555, 44); this.Txt_Timbrado.Name = "Txt_Timbrado"; this.Txt_Timbrado.Size = new System.Drawing.Size(68, 26); this.Txt_Timbrado.TabIndex = 2; this.Txt_Timbrado.Text = "12345678"; this.Txt_Timbrado.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // Label1 // this.Label1.BackColor = System.Drawing.Color.White; this.Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Label1.Location = new System.Drawing.Point(551, 23); this.Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(72, 18); this.Label1.TabIndex = 190; this.Label1.Text = "Timbrado"; // // compras_reg // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(796, 98); this.Controls.Add(this.mensaje_lab); this.Controls.Add(this.com_prov); this.Controls.Add(this.Label14); this.Controls.Add(this.Txt_Fact); this.Controls.Add(this.label15); this.Controls.Add(this.Btn_buscar); this.Controls.Add(this.Txt_Timbrado); this.Controls.Add(this.Label1); this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "compras_reg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Registro de compras"; this.Load += new System.EventHandler(this.compras_reg_Load); this.Resize += new System.EventHandler(this.compras_reg_Resize); this.ResumeLayout(false); this.PerformLayout(); } #endregion internal System.Windows.Forms.Label Label14; private System.Windows.Forms.Label mensaje_lab; internal System.Windows.Forms.Label label15; internal System.Windows.Forms.Button Btn_buscar; internal System.Windows.Forms.Label Label1; public System.Windows.Forms.ComboBox com_prov; public System.Windows.Forms.TextBox Txt_Fact; public System.Windows.Forms.TextBox Txt_Timbrado; } }