ventana personal completamente terminada

This commit is contained in:
carlos
2024-01-16 22:06:23 -06:00
parent 28a2ec0842
commit 038bb92384
27 changed files with 1044 additions and 347 deletions
+330 -281
View File
@@ -34,41 +34,44 @@
this.lbNombre = new System.Windows.Forms.Label();
this.txtNombre = new System.Windows.Forms.TextBox();
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel9 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel10 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel11 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel12 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel13 = new System.Windows.Forms.FlowLayoutPanel();
this.lbApellidos = new System.Windows.Forms.Label();
this.txtApellido = new System.Windows.Forms.TextBox();
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
this.lbCalle = new System.Windows.Forms.Label();
this.txtCalle = new System.Windows.Forms.TextBox();
this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
this.lbCp = new System.Windows.Forms.Label();
this.txtCp = new System.Windows.Forms.TextBox();
this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
this.label3 = new System.Windows.Forms.Label();
this.txtNoInt = new System.Windows.Forms.TextBox();
this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel();
this.label5 = new System.Windows.Forms.Label();
this.dtFechaNac = new System.Windows.Forms.DateTimePicker();
this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel();
this.label7 = new System.Windows.Forms.Label();
this.txtTelefono = new System.Windows.Forms.TextBox();
this.flowLayoutPanel9 = new System.Windows.Forms.FlowLayoutPanel();
this.lbColonia = new System.Windows.Forms.Label();
this.txtColonia = new System.Windows.Forms.TextBox();
this.flowLayoutPanel10 = new System.Windows.Forms.FlowLayoutPanel();
this.label2 = new System.Windows.Forms.Label();
this.txtNoExt = new System.Windows.Forms.TextBox();
this.flowLayoutPanel11 = new System.Windows.Forms.FlowLayoutPanel();
this.label4 = new System.Windows.Forms.Label();
this.txtReferencia = new System.Windows.Forms.TextBox();
this.flowLayoutPanel12 = new System.Windows.Forms.FlowLayoutPanel();
this.label6 = new System.Windows.Forms.Label();
this.dtFechaCon = new System.Windows.Forms.DateTimePicker();
this.flowLayoutPanel13 = new System.Windows.Forms.FlowLayoutPanel();
this.label8 = new System.Windows.Forms.Label();
this.cbEstado = new System.Windows.Forms.ComboBox();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.btnAgregar = new System.Windows.Forms.Button();
this.btnCancelar = new System.Windows.Forms.Button();
this.lbCp = 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.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.txtCp = new System.Windows.Forms.TextBox();
this.txtNoExt = new System.Windows.Forms.TextBox();
this.txtNoInt = new System.Windows.Forms.TextBox();
this.txtReferencia = new System.Windows.Forms.TextBox();
this.txtTelefono = new System.Windows.Forms.TextBox();
this.dtFechaCon = new System.Windows.Forms.DateTimePicker();
this.dtFechaNac = new System.Windows.Forms.DateTimePicker();
this.cbEstado = new System.Windows.Forms.ComboBox();
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
this.button1 = new System.Windows.Forms.Button();
this.lbImg = new System.Windows.Forms.Label();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
@@ -84,6 +87,7 @@
this.flowLayoutPanel12.SuspendLayout();
this.flowLayoutPanel13.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
@@ -91,15 +95,17 @@
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 3, 1);
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 84F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 450);
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.73913F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.26087F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 66F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 564);
this.tableLayoutPanel1.TabIndex = 0;
//
// tableLayoutPanel2
@@ -133,7 +139,7 @@
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 63F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(794, 372);
this.tableLayoutPanel2.Size = new System.Drawing.Size(794, 450);
this.tableLayoutPanel2.TabIndex = 0;
//
// flowLayoutPanel1
@@ -144,7 +150,7 @@
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(391, 52);
this.flowLayoutPanel1.Size = new System.Drawing.Size(391, 89);
this.flowLayoutPanel1.TabIndex = 0;
//
// lbNombre
@@ -173,119 +179,9 @@
this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel3.Location = new System.Drawing.Point(400, 3);
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
this.flowLayoutPanel3.Size = new System.Drawing.Size(391, 52);
this.flowLayoutPanel3.Size = new System.Drawing.Size(391, 89);
this.flowLayoutPanel3.TabIndex = 1;
//
// flowLayoutPanel4
//
this.flowLayoutPanel4.Controls.Add(this.lbCalle);
this.flowLayoutPanel4.Controls.Add(this.txtCalle);
this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 61);
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
this.flowLayoutPanel4.Size = new System.Drawing.Size(391, 58);
this.flowLayoutPanel4.TabIndex = 2;
//
// flowLayoutPanel5
//
this.flowLayoutPanel5.Controls.Add(this.lbCp);
this.flowLayoutPanel5.Controls.Add(this.txtCp);
this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel5.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel5.Location = new System.Drawing.Point(3, 125);
this.flowLayoutPanel5.Name = "flowLayoutPanel5";
this.flowLayoutPanel5.Size = new System.Drawing.Size(391, 65);
this.flowLayoutPanel5.TabIndex = 3;
//
// flowLayoutPanel6
//
this.flowLayoutPanel6.Controls.Add(this.label3);
this.flowLayoutPanel6.Controls.Add(this.txtNoInt);
this.flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel6.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel6.Location = new System.Drawing.Point(3, 196);
this.flowLayoutPanel6.Name = "flowLayoutPanel6";
this.flowLayoutPanel6.Size = new System.Drawing.Size(391, 57);
this.flowLayoutPanel6.TabIndex = 4;
//
// flowLayoutPanel7
//
this.flowLayoutPanel7.Controls.Add(this.label5);
this.flowLayoutPanel7.Controls.Add(this.dtFechaNac);
this.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel7.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel7.Location = new System.Drawing.Point(3, 259);
this.flowLayoutPanel7.Name = "flowLayoutPanel7";
this.flowLayoutPanel7.Size = new System.Drawing.Size(391, 54);
this.flowLayoutPanel7.TabIndex = 5;
//
// flowLayoutPanel8
//
this.flowLayoutPanel8.Controls.Add(this.label7);
this.flowLayoutPanel8.Controls.Add(this.txtTelefono);
this.flowLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel8.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel8.Location = new System.Drawing.Point(3, 319);
this.flowLayoutPanel8.Name = "flowLayoutPanel8";
this.flowLayoutPanel8.Size = new System.Drawing.Size(391, 50);
this.flowLayoutPanel8.TabIndex = 6;
//
// flowLayoutPanel9
//
this.flowLayoutPanel9.Controls.Add(this.lbColonia);
this.flowLayoutPanel9.Controls.Add(this.txtColonia);
this.flowLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel9.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel9.Location = new System.Drawing.Point(400, 61);
this.flowLayoutPanel9.Name = "flowLayoutPanel9";
this.flowLayoutPanel9.Size = new System.Drawing.Size(391, 58);
this.flowLayoutPanel9.TabIndex = 7;
//
// flowLayoutPanel10
//
this.flowLayoutPanel10.Controls.Add(this.label2);
this.flowLayoutPanel10.Controls.Add(this.txtNoExt);
this.flowLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel10.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel10.Location = new System.Drawing.Point(400, 125);
this.flowLayoutPanel10.Name = "flowLayoutPanel10";
this.flowLayoutPanel10.Size = new System.Drawing.Size(391, 65);
this.flowLayoutPanel10.TabIndex = 8;
//
// flowLayoutPanel11
//
this.flowLayoutPanel11.Controls.Add(this.label4);
this.flowLayoutPanel11.Controls.Add(this.txtReferencia);
this.flowLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel11.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel11.Location = new System.Drawing.Point(400, 196);
this.flowLayoutPanel11.Name = "flowLayoutPanel11";
this.flowLayoutPanel11.Size = new System.Drawing.Size(391, 57);
this.flowLayoutPanel11.TabIndex = 9;
//
// flowLayoutPanel12
//
this.flowLayoutPanel12.Controls.Add(this.label6);
this.flowLayoutPanel12.Controls.Add(this.dtFechaCon);
this.flowLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel12.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel12.Location = new System.Drawing.Point(400, 259);
this.flowLayoutPanel12.Name = "flowLayoutPanel12";
this.flowLayoutPanel12.Size = new System.Drawing.Size(391, 54);
this.flowLayoutPanel12.TabIndex = 10;
//
// flowLayoutPanel13
//
this.flowLayoutPanel13.Controls.Add(this.label8);
this.flowLayoutPanel13.Controls.Add(this.cbEstado);
this.flowLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel13.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel13.Location = new System.Drawing.Point(400, 319);
this.flowLayoutPanel13.Name = "flowLayoutPanel13";
this.flowLayoutPanel13.Size = new System.Drawing.Size(391, 50);
this.flowLayoutPanel13.TabIndex = 11;
//
// lbApellidos
//
this.lbApellidos.AutoSize = true;
@@ -306,6 +202,17 @@
this.txtApellido.Size = new System.Drawing.Size(388, 26);
this.txtApellido.TabIndex = 1;
//
// flowLayoutPanel4
//
this.flowLayoutPanel4.Controls.Add(this.lbCalle);
this.flowLayoutPanel4.Controls.Add(this.txtCalle);
this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 98);
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
this.flowLayoutPanel4.Size = new System.Drawing.Size(391, 99);
this.flowLayoutPanel4.TabIndex = 2;
//
// lbCalle
//
this.lbCalle.AutoSize = true;
@@ -325,6 +232,138 @@
this.txtCalle.Size = new System.Drawing.Size(388, 26);
this.txtCalle.TabIndex = 1;
//
// flowLayoutPanel5
//
this.flowLayoutPanel5.Controls.Add(this.lbCp);
this.flowLayoutPanel5.Controls.Add(this.txtCp);
this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel5.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel5.Location = new System.Drawing.Point(3, 203);
this.flowLayoutPanel5.Name = "flowLayoutPanel5";
this.flowLayoutPanel5.Size = new System.Drawing.Size(391, 65);
this.flowLayoutPanel5.TabIndex = 3;
//
// lbCp
//
this.lbCp.AutoSize = true;
this.lbCp.Dock = System.Windows.Forms.DockStyle.Top;
this.lbCp.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbCp.Location = new System.Drawing.Point(3, 0);
this.lbCp.Name = "lbCp";
this.lbCp.Size = new System.Drawing.Size(388, 20);
this.lbCp.TabIndex = 0;
this.lbCp.Text = "Codigo postal:";
//
// txtCp
//
this.txtCp.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCp.Location = new System.Drawing.Point(3, 23);
this.txtCp.Name = "txtCp";
this.txtCp.Size = new System.Drawing.Size(388, 26);
this.txtCp.TabIndex = 1;
//
// flowLayoutPanel6
//
this.flowLayoutPanel6.Controls.Add(this.label3);
this.flowLayoutPanel6.Controls.Add(this.txtNoInt);
this.flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel6.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel6.Location = new System.Drawing.Point(3, 274);
this.flowLayoutPanel6.Name = "flowLayoutPanel6";
this.flowLayoutPanel6.Size = new System.Drawing.Size(391, 57);
this.flowLayoutPanel6.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Top;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(3, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(388, 20);
this.label3.TabIndex = 0;
this.label3.Text = "Numero Interior:";
//
// txtNoInt
//
this.txtNoInt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNoInt.Location = new System.Drawing.Point(3, 23);
this.txtNoInt.Name = "txtNoInt";
this.txtNoInt.Size = new System.Drawing.Size(388, 26);
this.txtNoInt.TabIndex = 1;
//
// flowLayoutPanel7
//
this.flowLayoutPanel7.Controls.Add(this.label5);
this.flowLayoutPanel7.Controls.Add(this.dtFechaNac);
this.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel7.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel7.Location = new System.Drawing.Point(3, 337);
this.flowLayoutPanel7.Name = "flowLayoutPanel7";
this.flowLayoutPanel7.Size = new System.Drawing.Size(391, 54);
this.flowLayoutPanel7.TabIndex = 5;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Dock = System.Windows.Forms.DockStyle.Top;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(3, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(388, 20);
this.label5.TabIndex = 0;
this.label5.Text = "Fecha de nacimiento:";
//
// dtFechaNac
//
this.dtFechaNac.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFechaNac.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFechaNac.Location = new System.Drawing.Point(3, 23);
this.dtFechaNac.Name = "dtFechaNac";
this.dtFechaNac.Size = new System.Drawing.Size(388, 26);
this.dtFechaNac.TabIndex = 1;
//
// flowLayoutPanel8
//
this.flowLayoutPanel8.Controls.Add(this.label7);
this.flowLayoutPanel8.Controls.Add(this.txtTelefono);
this.flowLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel8.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel8.Location = new System.Drawing.Point(3, 397);
this.flowLayoutPanel8.Name = "flowLayoutPanel8";
this.flowLayoutPanel8.Size = new System.Drawing.Size(391, 50);
this.flowLayoutPanel8.TabIndex = 6;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Dock = System.Windows.Forms.DockStyle.Top;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(3, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(388, 20);
this.label7.TabIndex = 0;
this.label7.Text = "Telefono:";
//
// txtTelefono
//
this.txtTelefono.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtTelefono.Location = new System.Drawing.Point(3, 23);
this.txtTelefono.Name = "txtTelefono";
this.txtTelefono.Size = new System.Drawing.Size(388, 24);
this.txtTelefono.TabIndex = 1;
//
// flowLayoutPanel9
//
this.flowLayoutPanel9.Controls.Add(this.lbColonia);
this.flowLayoutPanel9.Controls.Add(this.txtColonia);
this.flowLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel9.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel9.Location = new System.Drawing.Point(400, 98);
this.flowLayoutPanel9.Name = "flowLayoutPanel9";
this.flowLayoutPanel9.Size = new System.Drawing.Size(391, 99);
this.flowLayoutPanel9.TabIndex = 7;
//
// lbColonia
//
this.lbColonia.AutoSize = true;
@@ -344,56 +383,16 @@
this.txtColonia.Size = new System.Drawing.Size(388, 26);
this.txtColonia.TabIndex = 1;
//
// tableLayoutPanel3
// flowLayoutPanel10
//
this.tableLayoutPanel3.ColumnCount = 3;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 84.94152F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.05848F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 109F));
this.tableLayoutPanel3.Controls.Add(this.btnAgregar, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.btnCancelar, 2, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 381);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 1;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(794, 66);
this.tableLayoutPanel3.TabIndex = 1;
//
// btnAgregar
//
this.btnAgregar.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnAgregar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAgregar.Location = new System.Drawing.Point(584, 3);
this.btnAgregar.Name = "btnAgregar";
this.btnAgregar.Size = new System.Drawing.Size(97, 60);
this.btnAgregar.TabIndex = 0;
this.btnAgregar.Text = "Agregar";
this.btnAgregar.UseVisualStyleBackColor = true;
this.btnAgregar.Click += new System.EventHandler(this.btnAgregar_Click);
//
// btnCancelar
//
this.btnCancelar.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnCancelar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancelar.Location = new System.Drawing.Point(687, 3);
this.btnCancelar.Name = "btnCancelar";
this.btnCancelar.Size = new System.Drawing.Size(104, 60);
this.btnCancelar.TabIndex = 1;
this.btnCancelar.Text = "Cancelar";
this.btnCancelar.UseVisualStyleBackColor = true;
//
// lbCp
//
this.lbCp.AutoSize = true;
this.lbCp.Dock = System.Windows.Forms.DockStyle.Top;
this.lbCp.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbCp.Location = new System.Drawing.Point(3, 0);
this.lbCp.Name = "lbCp";
this.lbCp.Size = new System.Drawing.Size(388, 20);
this.lbCp.TabIndex = 0;
this.lbCp.Text = "Codigo postal:";
this.flowLayoutPanel10.Controls.Add(this.label2);
this.flowLayoutPanel10.Controls.Add(this.txtNoExt);
this.flowLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel10.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel10.Location = new System.Drawing.Point(400, 203);
this.flowLayoutPanel10.Name = "flowLayoutPanel10";
this.flowLayoutPanel10.Size = new System.Drawing.Size(391, 65);
this.flowLayoutPanel10.TabIndex = 8;
//
// label2
//
@@ -406,16 +405,24 @@
this.label2.TabIndex = 0;
this.label2.Text = "Numero Exterior:";
//
// label3
// txtNoExt
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Top;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(3, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(388, 20);
this.label3.TabIndex = 0;
this.label3.Text = "Numero Interior:";
this.txtNoExt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNoExt.Location = new System.Drawing.Point(3, 23);
this.txtNoExt.Name = "txtNoExt";
this.txtNoExt.Size = new System.Drawing.Size(388, 26);
this.txtNoExt.TabIndex = 1;
//
// flowLayoutPanel11
//
this.flowLayoutPanel11.Controls.Add(this.label4);
this.flowLayoutPanel11.Controls.Add(this.txtReferencia);
this.flowLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel11.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel11.Location = new System.Drawing.Point(400, 274);
this.flowLayoutPanel11.Name = "flowLayoutPanel11";
this.flowLayoutPanel11.Size = new System.Drawing.Size(391, 57);
this.flowLayoutPanel11.TabIndex = 9;
//
// label4
//
@@ -428,16 +435,24 @@
this.label4.TabIndex = 0;
this.label4.Text = "Referencia:";
//
// label5
// txtReferencia
//
this.label5.AutoSize = true;
this.label5.Dock = System.Windows.Forms.DockStyle.Top;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(3, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(388, 20);
this.label5.TabIndex = 0;
this.label5.Text = "Fecha de nacimiento:";
this.txtReferencia.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtReferencia.Location = new System.Drawing.Point(3, 23);
this.txtReferencia.Name = "txtReferencia";
this.txtReferencia.Size = new System.Drawing.Size(388, 26);
this.txtReferencia.TabIndex = 1;
//
// flowLayoutPanel12
//
this.flowLayoutPanel12.Controls.Add(this.label6);
this.flowLayoutPanel12.Controls.Add(this.dtFechaCon);
this.flowLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel12.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel12.Location = new System.Drawing.Point(400, 337);
this.flowLayoutPanel12.Name = "flowLayoutPanel12";
this.flowLayoutPanel12.Size = new System.Drawing.Size(391, 54);
this.flowLayoutPanel12.TabIndex = 10;
//
// label6
//
@@ -450,16 +465,24 @@
this.label6.TabIndex = 0;
this.label6.Text = "Fecha de contratacion:";
//
// label7
// dtFechaCon
//
this.label7.AutoSize = true;
this.label7.Dock = System.Windows.Forms.DockStyle.Top;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(3, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(388, 20);
this.label7.TabIndex = 0;
this.label7.Text = "Telefono:";
this.dtFechaCon.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFechaCon.Location = new System.Drawing.Point(3, 23);
this.dtFechaCon.Name = "dtFechaCon";
this.dtFechaCon.Size = new System.Drawing.Size(388, 26);
this.dtFechaCon.TabIndex = 1;
//
// flowLayoutPanel13
//
this.flowLayoutPanel13.Controls.Add(this.label8);
this.flowLayoutPanel13.Controls.Add(this.cbEstado);
this.flowLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel13.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel13.Location = new System.Drawing.Point(400, 397);
this.flowLayoutPanel13.Name = "flowLayoutPanel13";
this.flowLayoutPanel13.Size = new System.Drawing.Size(391, 50);
this.flowLayoutPanel13.TabIndex = 11;
//
// label8
//
@@ -472,63 +495,6 @@
this.label8.TabIndex = 0;
this.label8.Text = "Estado:";
//
// txtCp
//
this.txtCp.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCp.Location = new System.Drawing.Point(3, 23);
this.txtCp.Name = "txtCp";
this.txtCp.Size = new System.Drawing.Size(388, 26);
this.txtCp.TabIndex = 1;
//
// txtNoExt
//
this.txtNoExt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNoExt.Location = new System.Drawing.Point(3, 23);
this.txtNoExt.Name = "txtNoExt";
this.txtNoExt.Size = new System.Drawing.Size(388, 26);
this.txtNoExt.TabIndex = 1;
//
// txtNoInt
//
this.txtNoInt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNoInt.Location = new System.Drawing.Point(3, 23);
this.txtNoInt.Name = "txtNoInt";
this.txtNoInt.Size = new System.Drawing.Size(388, 26);
this.txtNoInt.TabIndex = 1;
//
// txtReferencia
//
this.txtReferencia.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtReferencia.Location = new System.Drawing.Point(3, 23);
this.txtReferencia.Name = "txtReferencia";
this.txtReferencia.Size = new System.Drawing.Size(388, 26);
this.txtReferencia.TabIndex = 1;
//
// txtTelefono
//
this.txtTelefono.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtTelefono.Location = new System.Drawing.Point(3, 23);
this.txtTelefono.Name = "txtTelefono";
this.txtTelefono.Size = new System.Drawing.Size(388, 24);
this.txtTelefono.TabIndex = 1;
//
// dtFechaCon
//
this.dtFechaCon.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFechaCon.Location = new System.Drawing.Point(3, 23);
this.dtFechaCon.Name = "dtFechaCon";
this.dtFechaCon.Size = new System.Drawing.Size(388, 26);
this.dtFechaCon.TabIndex = 1;
//
// dtFechaNac
//
this.dtFechaNac.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFechaNac.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtFechaNac.Location = new System.Drawing.Point(3, 23);
this.dtFechaNac.Name = "dtFechaNac";
this.dtFechaNac.Size = new System.Drawing.Size(388, 26);
this.dtFechaNac.TabIndex = 1;
//
// cbEstado
//
this.cbEstado.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -542,16 +508,94 @@
this.cbEstado.TabIndex = 1;
this.cbEstado.Text = "Activo";
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 3;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 84.94152F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.05848F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 109F));
this.tableLayoutPanel3.Controls.Add(this.btnAgregar, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.btnCancelar, 2, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 500);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 1;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(794, 61);
this.tableLayoutPanel3.TabIndex = 2;
//
// btnAgregar
//
this.btnAgregar.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnAgregar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAgregar.Location = new System.Drawing.Point(584, 3);
this.btnAgregar.Name = "btnAgregar";
this.btnAgregar.Size = new System.Drawing.Size(97, 55);
this.btnAgregar.TabIndex = 0;
this.btnAgregar.Text = "Agregar";
this.btnAgregar.UseVisualStyleBackColor = true;
this.btnAgregar.Click += new System.EventHandler(this.btnAgregar_Click_1);
//
// btnCancelar
//
this.btnCancelar.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnCancelar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancelar.Location = new System.Drawing.Point(687, 3);
this.btnCancelar.Name = "btnCancelar";
this.btnCancelar.Size = new System.Drawing.Size(104, 55);
this.btnCancelar.TabIndex = 1;
this.btnCancelar.Text = "Cancelar";
this.btnCancelar.UseVisualStyleBackColor = true;
//
// flowLayoutPanel2
//
this.flowLayoutPanel2.AutoSize = true;
this.flowLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.flowLayoutPanel2.Controls.Add(this.button1);
this.flowLayoutPanel2.Controls.Add(this.lbImg);
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 459);
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
this.flowLayoutPanel2.Size = new System.Drawing.Size(794, 35);
this.flowLayoutPanel2.TabIndex = 3;
this.flowLayoutPanel2.Paint += new System.Windows.Forms.PaintEventHandler(this.flowLayoutPanel2_Paint_1);
//
// button1
//
this.button1.Dock = System.Windows.Forms.DockStyle.Top;
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(3, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(150, 32);
this.button1.TabIndex = 0;
this.button1.Text = "Seleccionar Imagen";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// lbImg
//
this.lbImg.AutoSize = true;
this.lbImg.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbImg.Location = new System.Drawing.Point(159, 0);
this.lbImg.Name = "lbImg";
this.lbImg.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
this.lbImg.Size = new System.Drawing.Size(55, 26);
this.lbImg.TabIndex = 1;
this.lbImg.Text = "Imagen:";
this.lbImg.Click += new System.EventHandler(this.label1_Click_1);
//
// AgregarEmpleado
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.ClientSize = new System.Drawing.Size(800, 564);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "AgregarEmpleado";
this.Text = "Agregar Empleado";
this.Load += new System.EventHandler(this.AgregarEmpleado_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
@@ -578,6 +622,8 @@
this.flowLayoutPanel13.ResumeLayout(false);
this.flowLayoutPanel13.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
this.flowLayoutPanel2.ResumeLayout(false);
this.flowLayoutPanel2.PerformLayout();
this.ResumeLayout(false);
}
@@ -606,9 +652,6 @@
private System.Windows.Forms.TextBox txtCalle;
private System.Windows.Forms.Label lbColonia;
private System.Windows.Forms.TextBox txtColonia;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Button btnAgregar;
private System.Windows.Forms.Button btnCancelar;
private System.Windows.Forms.Label lbCp;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label5;
@@ -625,5 +668,11 @@
private System.Windows.Forms.TextBox txtReferencia;
private System.Windows.Forms.DateTimePicker dtFechaCon;
private System.Windows.Forms.ComboBox cbEstado;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Button btnAgregar;
private System.Windows.Forms.Button btnCancelar;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label lbImg;
}
}