namespace CKUERA { partial class Objeto { /// /// 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() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.but_Aceptar = new System.Windows.Forms.Button(); this.Txt_objeto = new System.Windows.Forms.ComboBox(); this.Txt_NumEScr = new System.Windows.Forms.ComboBox(); this.Txt_Protocolo = new System.Windows.Forms.ComboBox(); this.Txt_Secc = new System.Windows.Forms.ComboBox(); this.Txt_Contri = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // label1 // this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label1.Location = new System.Drawing.Point(36, 41); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(146, 17); this.label1.TabIndex = 1; this.label1.Text = "Objeto"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label2.Location = new System.Drawing.Point(36, 73); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(146, 17); this.label2.TabIndex = 3; this.label2.Text = "Nro. de Escritura"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label3.Location = new System.Drawing.Point(36, 106); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(146, 17); this.label3.TabIndex = 5; this.label3.Text = "Protocólo"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label4.Location = new System.Drawing.Point(36, 140); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(146, 17); this.label4.TabIndex = 7; this.label4.Text = "Sección"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label5 // this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label5.Location = new System.Drawing.Point(36, 173); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(146, 17); this.label5.TabIndex = 9; this.label5.Text = "Contribuyente"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // but_Aceptar // this.but_Aceptar.Location = new System.Drawing.Point(423, 201); this.but_Aceptar.Name = "but_Aceptar"; this.but_Aceptar.Size = new System.Drawing.Size(176, 35); this.but_Aceptar.TabIndex = 5; this.but_Aceptar.Text = "Aceptar"; this.but_Aceptar.UseVisualStyleBackColor = true; this.but_Aceptar.Click += new System.EventHandler(this.but_Aceptar_Click); // // Txt_objeto // this.Txt_objeto.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.Txt_objeto.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.Txt_objeto.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Txt_objeto.FormattingEnabled = true; this.Txt_objeto.Location = new System.Drawing.Point(183, 37); this.Txt_objeto.Name = "Txt_objeto"; this.Txt_objeto.Size = new System.Drawing.Size(416, 26); this.Txt_objeto.Sorted = true; this.Txt_objeto.TabIndex = 0; // // Txt_NumEScr // this.Txt_NumEScr.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.Txt_NumEScr.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.Txt_NumEScr.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Txt_NumEScr.FormattingEnabled = true; this.Txt_NumEScr.Location = new System.Drawing.Point(183, 70); this.Txt_NumEScr.Name = "Txt_NumEScr"; this.Txt_NumEScr.Size = new System.Drawing.Size(416, 26); this.Txt_NumEScr.Sorted = true; this.Txt_NumEScr.TabIndex = 1; // // Txt_Protocolo // this.Txt_Protocolo.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.Txt_Protocolo.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.Txt_Protocolo.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Txt_Protocolo.FormattingEnabled = true; this.Txt_Protocolo.Location = new System.Drawing.Point(183, 102); this.Txt_Protocolo.Name = "Txt_Protocolo"; this.Txt_Protocolo.Size = new System.Drawing.Size(416, 26); this.Txt_Protocolo.Sorted = true; this.Txt_Protocolo.TabIndex = 2; // // Txt_Secc // this.Txt_Secc.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.Txt_Secc.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.Txt_Secc.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Txt_Secc.FormattingEnabled = true; this.Txt_Secc.Location = new System.Drawing.Point(183, 136); this.Txt_Secc.Name = "Txt_Secc"; this.Txt_Secc.Size = new System.Drawing.Size(416, 26); this.Txt_Secc.Sorted = true; this.Txt_Secc.TabIndex = 3; // // Txt_Contri // this.Txt_Contri.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.Txt_Contri.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.Txt_Contri.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Txt_Contri.FormattingEnabled = true; this.Txt_Contri.Location = new System.Drawing.Point(183, 169); this.Txt_Contri.Name = "Txt_Contri"; this.Txt_Contri.Size = new System.Drawing.Size(416, 26); this.Txt_Contri.Sorted = true; this.Txt_Contri.TabIndex = 4; // // Objeto // this.AcceptButton = this.but_Aceptar; this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(611, 248); this.Controls.Add(this.Txt_Contri); this.Controls.Add(this.Txt_Secc); this.Controls.Add(this.Txt_Protocolo); this.Controls.Add(this.Txt_NumEScr); this.Controls.Add(this.Txt_objeto); this.Controls.Add(this.but_Aceptar); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Font = new System.Drawing.Font("Arial Rounded MT Bold", 11.25F, 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); this.Name = "Objeto"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Objeto"; this.Load += new System.EventHandler(this.Objeto_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button but_Aceptar; internal System.Windows.Forms.ComboBox Txt_objeto; internal System.Windows.Forms.ComboBox Txt_NumEScr; internal System.Windows.Forms.ComboBox Txt_Protocolo; internal System.Windows.Forms.ComboBox Txt_Secc; internal System.Windows.Forms.ComboBox Txt_Contri; } }