AerolineaFrba.Compra.Form2.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.button6 = new System.Windows.Forms.Button();
            this.dgButacas = new System.Windows.Forms.DataGridView();
            this.dgKilos = new System.Windows.Forms.DataGridView();
            this.dgCliente = new System.Windows.Forms.DataGridView();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.dgCliente2 = new System.Windows.Forms.DataGridView();
            this.dgImporte = new System.Windows.Forms.DataGridView();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.dp = new System.Windows.Forms.DateTimePicker();
            this.txtMail = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.txtTel = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtDire = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.txtNom = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtApe = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtDni = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.labelRestantes = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dgButacas)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgKilos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgCliente)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgCliente2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgImporte)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(12, 430);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(93, 38);
            this.button6.TabIndex = 47;
            this.button6.Text = "Atras";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // dgButacas
            // 
            this.dgButacas.AllowUserToAddRows = false;
            this.dgButacas.AllowUserToDeleteRows = false;
            this.dgButacas.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dgButacas.BackgroundColor = System.Drawing.Color.SlateGray;
            this.dgButacas.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgButacas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgButacas.Location = new System.Drawing.Point(26, 310);
            this.dgButacas.MultiSelect = false;
            this.dgButacas.Name = "dgButacas";
            this.dgButacas.ReadOnly = true;
            this.dgButacas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgButacas.Size = new System.Drawing.Size(298, 98);
            this.dgButacas.TabIndex = 48;
            this.dgButacas.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgButacas_CellContentClick);
            // 
            // dgKilos
            // 
            this.dgKilos.AllowUserToAddRows = false;
            this.dgKilos.AllowUserToDeleteRows = false;
            this.dgKilos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dgKilos.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dgKilos.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgKilos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgKilos.Location = new System.Drawing.Point(452, 58);
            this.dgKilos.MultiSelect = false;
            this.dgKilos.Name = "dgKilos";
            this.dgKilos.ReadOnly = true;
            this.dgKilos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgKilos.Size = new System.Drawing.Size(10, 68);
            this.dgKilos.TabIndex = 51;
            this.dgKilos.Visible = false;
            // 
            // dgCliente
            // 
            this.dgCliente.AllowUserToAddRows = false;
            this.dgCliente.AllowUserToDeleteRows = false;
            this.dgCliente.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dgCliente.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dgCliente.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgCliente.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgCliente.Location = new System.Drawing.Point(451, 136);
            this.dgCliente.MultiSelect = false;
            this.dgCliente.Name = "dgCliente";
            this.dgCliente.ReadOnly = true;
            this.dgCliente.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgCliente.Size = new System.Drawing.Size(10, 68);
            this.dgCliente.TabIndex = 65;
            this.dgCliente.Visible = false;
            // 
            // button2
            // 
            this.button2.Enabled = false;
            this.button2.Location = new System.Drawing.Point(241, 430);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(93, 38);
            this.button2.TabIndex = 68;
            this.button2.Text = "Confirmar pasaje";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(130, 430);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(93, 38);
            this.button3.TabIndex = 69;
            this.button3.Text = "Limpiar";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // dgCliente2
            // 
            this.dgCliente2.AllowUserToAddRows = false;
            this.dgCliente2.AllowUserToDeleteRows = false;
            this.dgCliente2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dgCliente2.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dgCliente2.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgCliente2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgCliente2.Location = new System.Drawing.Point(451, 213);
            this.dgCliente2.MultiSelect = false;
            this.dgCliente2.Name = "dgCliente2";
            this.dgCliente2.ReadOnly = true;
            this.dgCliente2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgCliente2.Size = new System.Drawing.Size(10, 68);
            this.dgCliente2.TabIndex = 95;
            this.dgCliente2.Visible = false;
            // 
            // dgImporte
            // 
            this.dgImporte.AllowUserToAddRows = false;
            this.dgImporte.AllowUserToDeleteRows = false;
            this.dgImporte.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dgImporte.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dgImporte.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgImporte.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgImporte.Location = new System.Drawing.Point(452, 293);
            this.dgImporte.MultiSelect = false;
            this.dgImporte.Name = "dgImporte";
            this.dgImporte.ReadOnly = true;
            this.dgImporte.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgImporte.Size = new System.Drawing.Size(10, 68);
            this.dgImporte.TabIndex = 96;
            this.dgImporte.Visible = false;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.dp);
            this.groupBox1.Controls.Add(this.txtMail);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtTel);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.txtDire);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.txtNom);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.txtApe);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtDni);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.ForeColor = System.Drawing.Color.White;
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(330, 253);
            this.groupBox1.TabIndex = 97;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Datos personales";
            // 
            // dp
            // 
            this.dp.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dp.Location = new System.Drawing.Point(177, 195);
            this.dp.Name = "dp";
            this.dp.Size = new System.Drawing.Size(136, 20);
            this.dp.TabIndex = 85;
            this.dp.ValueChanged += new System.EventHandler(this.dp_ValueChanged);
            // 
            // txtMail
            // 
            this.txtMail.Location = new System.Drawing.Point(177, 221);
            this.txtMail.MaxLength = 60;
            this.txtMail.Name = "txtMail";
            this.txtMail.Size = new System.Drawing.Size(134, 20);
            this.txtMail.TabIndex = 84;
            this.txtMail.TextChanged += new System.EventHandler(this.txtMail_TextChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.ForeColor = System.Drawing.Color.White;
            this.label8.Location = new System.Drawing.Point(10, 224);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(158, 13);
            this.label8.TabIndex = 83;
            this.label8.Text = "Direccion de correo electronico:";
            // 
            // button1
            // 
            this.button1.Enabled = false;
            this.button1.ForeColor = System.Drawing.Color.Black;
            this.button1.Location = new System.Drawing.Point(177, 73);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(134, 38);
            this.button1.TabIndex = 82;
            this.button1.Text = "Buscar en la base de datos";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.ForeColor = System.Drawing.Color.White;
            this.label5.Location = new System.Drawing.Point(10, 198);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(109, 13);
            this.label5.TabIndex = 81;
            this.label5.Text = "Fecha de nacimiento:";
            // 
            // txtTel
            // 
            this.txtTel.Location = new System.Drawing.Point(177, 169);
            this.txtTel.MaxLength = 9;
            this.txtTel.Name = "txtTel";
            this.txtTel.Size = new System.Drawing.Size(134, 20);
            this.txtTel.TabIndex = 80;
            this.txtTel.TextChanged += new System.EventHandler(this.txtTel_TextChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.ForeColor = System.Drawing.Color.White;
            this.label6.Location = new System.Drawing.Point(10, 172);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(52, 13);
            this.label6.TabIndex = 79;
            this.label6.Text = "Telefono:";
            // 
            // txtDire
            // 
            this.txtDire.Location = new System.Drawing.Point(177, 143);
            this.txtDire.MaxLength = 80;
            this.txtDire.Name = "txtDire";
            this.txtDire.Size = new System.Drawing.Size(134, 20);
            this.txtDire.TabIndex = 78;
            this.txtDire.TextChanged += new System.EventHandler(this.txtDire_TextChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.ForeColor = System.Drawing.Color.White;
            this.label7.Location = new System.Drawing.Point(10, 146);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(55, 13);
            this.label7.TabIndex = 77;
            this.label7.Text = "Direccion:";
            // 
            // txtNom
            // 
            this.txtNom.Location = new System.Drawing.Point(177, 117);
            this.txtNom.MaxLength = 60;
            this.txtNom.Name = "txtNom";
            this.txtNom.Size = new System.Drawing.Size(134, 20);
            this.txtNom.TabIndex = 76;
            this.txtNom.TextChanged += new System.EventHandler(this.txtNom_TextChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.ForeColor = System.Drawing.Color.White;
            this.label4.Location = new System.Drawing.Point(10, 120);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(47, 13);
            this.label4.TabIndex = 75;
            this.label4.Text = "Nombre:";
            // 
            // txtApe
            // 
            this.txtApe.Enabled = false;
            this.txtApe.Location = new System.Drawing.Point(177, 47);
            this.txtApe.MaxLength = 60;
            this.txtApe.Name = "txtApe";
            this.txtApe.Size = new System.Drawing.Size(134, 20);
            this.txtApe.TabIndex = 74;
            this.txtApe.TextChanged += new System.EventHandler(this.txtApe_TextChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(10, 50);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(47, 13);
            this.label3.TabIndex = 73;
            this.label3.Text = "Apellido:";
            // 
            // txtDni
            // 
            this.txtDni.Location = new System.Drawing.Point(177, 21);
            this.txtDni.MaxLength = 12;
            this.txtDni.Name = "txtDni";
            this.txtDni.Size = new System.Drawing.Size(134, 20);
            this.txtDni.TabIndex = 72;
            this.txtDni.TextChanged += new System.EventHandler(this.txtDni_TextChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(10, 24);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(118, 13);
            this.label1.TabIndex = 71;
            this.label1.Text = "Numero de documento:";
            // 
            // labelRestantes
            // 
            this.labelRestantes.AutoSize = true;
            this.labelRestantes.ForeColor = System.Drawing.Color.White;
            this.labelRestantes.Location = new System.Drawing.Point(22, 277);
            this.labelRestantes.Name = "labelRestantes";
            this.labelRestantes.Size = new System.Drawing.Size(96, 13);
            this.labelRestantes.TabIndex = 86;
            this.labelRestantes.Text = "Pasajes restantes: ";
            // 
            // Form2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.BackColor = System.Drawing.Color.SlateGray;
            this.ClientSize = new System.Drawing.Size(359, 481);
            this.Controls.Add(this.labelRestantes);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dgImporte);
            this.Controls.Add(this.dgCliente2);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.dgCliente);
            this.Controls.Add(this.dgKilos);
            this.Controls.Add(this.dgButacas);
            this.Controls.Add(this.button6);
            this.MaximizeBox = false;
            this.Name = "Form2";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Seleccion de Butacas";
            this.Load += new System.EventHandler(this.Form2_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgButacas)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgKilos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgCliente)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgCliente2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgImporte)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }