ventana personal completamente terminada
This commit is contained in:
Generated
+67
-24
@@ -72,6 +72,9 @@ namespace compabetov2
|
||||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.btnCancelar = new System.Windows.Forms.Button();
|
||||
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.btnImg = new System.Windows.Forms.Button();
|
||||
this.lbImg = new System.Windows.Forms.Label();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
this.tableLayoutPanel2.SuspendLayout();
|
||||
this.flowLayoutPanel1.SuspendLayout();
|
||||
@@ -87,6 +90,7 @@ namespace compabetov2
|
||||
this.flowLayoutPanel12.SuspendLayout();
|
||||
this.flowLayoutPanel13.SuspendLayout();
|
||||
this.tableLayoutPanel3.SuspendLayout();
|
||||
this.flowLayoutPanel2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
@@ -94,15 +98,17 @@ namespace compabetov2
|
||||
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, 85.11111F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.88889F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 460);
|
||||
this.tableLayoutPanel1.RowCount = 3;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 89.64646F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.35354F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 508);
|
||||
this.tableLayoutPanel1.TabIndex = 0;
|
||||
this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
|
||||
//
|
||||
@@ -137,7 +143,7 @@ namespace compabetov2
|
||||
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, 385);
|
||||
this.tableLayoutPanel2.Size = new System.Drawing.Size(794, 386);
|
||||
this.tableLayoutPanel2.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel1
|
||||
@@ -207,7 +213,7 @@ namespace compabetov2
|
||||
this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 67);
|
||||
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
|
||||
this.flowLayoutPanel4.Size = new System.Drawing.Size(391, 65);
|
||||
this.flowLayoutPanel4.Size = new System.Drawing.Size(391, 66);
|
||||
this.flowLayoutPanel4.TabIndex = 2;
|
||||
//
|
||||
// lbCalle
|
||||
@@ -235,7 +241,7 @@ namespace compabetov2
|
||||
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, 138);
|
||||
this.flowLayoutPanel5.Location = new System.Drawing.Point(3, 139);
|
||||
this.flowLayoutPanel5.Name = "flowLayoutPanel5";
|
||||
this.flowLayoutPanel5.Size = new System.Drawing.Size(391, 65);
|
||||
this.flowLayoutPanel5.TabIndex = 3;
|
||||
@@ -265,7 +271,7 @@ namespace compabetov2
|
||||
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, 209);
|
||||
this.flowLayoutPanel6.Location = new System.Drawing.Point(3, 210);
|
||||
this.flowLayoutPanel6.Name = "flowLayoutPanel6";
|
||||
this.flowLayoutPanel6.Size = new System.Drawing.Size(391, 57);
|
||||
this.flowLayoutPanel6.TabIndex = 4;
|
||||
@@ -295,7 +301,7 @@ namespace compabetov2
|
||||
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, 272);
|
||||
this.flowLayoutPanel7.Location = new System.Drawing.Point(3, 273);
|
||||
this.flowLayoutPanel7.Name = "flowLayoutPanel7";
|
||||
this.flowLayoutPanel7.Size = new System.Drawing.Size(391, 54);
|
||||
this.flowLayoutPanel7.TabIndex = 5;
|
||||
@@ -326,7 +332,7 @@ namespace compabetov2
|
||||
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, 332);
|
||||
this.flowLayoutPanel8.Location = new System.Drawing.Point(3, 333);
|
||||
this.flowLayoutPanel8.Name = "flowLayoutPanel8";
|
||||
this.flowLayoutPanel8.Size = new System.Drawing.Size(391, 50);
|
||||
this.flowLayoutPanel8.TabIndex = 6;
|
||||
@@ -358,7 +364,7 @@ namespace compabetov2
|
||||
this.flowLayoutPanel9.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel9.Location = new System.Drawing.Point(400, 67);
|
||||
this.flowLayoutPanel9.Name = "flowLayoutPanel9";
|
||||
this.flowLayoutPanel9.Size = new System.Drawing.Size(391, 65);
|
||||
this.flowLayoutPanel9.Size = new System.Drawing.Size(391, 66);
|
||||
this.flowLayoutPanel9.TabIndex = 7;
|
||||
//
|
||||
// lbColonia
|
||||
@@ -386,7 +392,7 @@ namespace compabetov2
|
||||
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, 138);
|
||||
this.flowLayoutPanel10.Location = new System.Drawing.Point(400, 139);
|
||||
this.flowLayoutPanel10.Name = "flowLayoutPanel10";
|
||||
this.flowLayoutPanel10.Size = new System.Drawing.Size(391, 65);
|
||||
this.flowLayoutPanel10.TabIndex = 8;
|
||||
@@ -416,7 +422,7 @@ namespace compabetov2
|
||||
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, 209);
|
||||
this.flowLayoutPanel11.Location = new System.Drawing.Point(400, 210);
|
||||
this.flowLayoutPanel11.Name = "flowLayoutPanel11";
|
||||
this.flowLayoutPanel11.Size = new System.Drawing.Size(391, 57);
|
||||
this.flowLayoutPanel11.TabIndex = 9;
|
||||
@@ -446,7 +452,7 @@ namespace compabetov2
|
||||
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, 272);
|
||||
this.flowLayoutPanel12.Location = new System.Drawing.Point(400, 273);
|
||||
this.flowLayoutPanel12.Name = "flowLayoutPanel12";
|
||||
this.flowLayoutPanel12.Size = new System.Drawing.Size(391, 54);
|
||||
this.flowLayoutPanel12.TabIndex = 10;
|
||||
@@ -476,7 +482,7 @@ namespace compabetov2
|
||||
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, 332);
|
||||
this.flowLayoutPanel13.Location = new System.Drawing.Point(400, 333);
|
||||
this.flowLayoutPanel13.Name = "flowLayoutPanel13";
|
||||
this.flowLayoutPanel13.Size = new System.Drawing.Size(391, 50);
|
||||
this.flowLayoutPanel13.TabIndex = 11;
|
||||
@@ -514,13 +520,13 @@ namespace compabetov2
|
||||
this.tableLayoutPanel3.Controls.Add(this.button1, 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, 394);
|
||||
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 440);
|
||||
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, 63);
|
||||
this.tableLayoutPanel3.TabIndex = 2;
|
||||
this.tableLayoutPanel3.Size = new System.Drawing.Size(794, 65);
|
||||
this.tableLayoutPanel3.TabIndex = 3;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
@@ -528,11 +534,11 @@ namespace compabetov2
|
||||
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.button1.Location = new System.Drawing.Point(576, 3);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(104, 57);
|
||||
this.button1.Size = new System.Drawing.Size(104, 59);
|
||||
this.button1.TabIndex = 0;
|
||||
this.button1.Text = "Editar";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
||||
//
|
||||
// btnCancelar
|
||||
//
|
||||
@@ -540,17 +546,49 @@ namespace compabetov2
|
||||
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(686, 3);
|
||||
this.btnCancelar.Name = "btnCancelar";
|
||||
this.btnCancelar.Size = new System.Drawing.Size(105, 57);
|
||||
this.btnCancelar.Size = new System.Drawing.Size(105, 59);
|
||||
this.btnCancelar.TabIndex = 1;
|
||||
this.btnCancelar.Text = "Cancelar";
|
||||
this.btnCancelar.UseVisualStyleBackColor = true;
|
||||
this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
|
||||
this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click_1);
|
||||
//
|
||||
// flowLayoutPanel2
|
||||
//
|
||||
this.flowLayoutPanel2.Controls.Add(this.btnImg);
|
||||
this.flowLayoutPanel2.Controls.Add(this.lbImg);
|
||||
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 395);
|
||||
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
||||
this.flowLayoutPanel2.Size = new System.Drawing.Size(794, 39);
|
||||
this.flowLayoutPanel2.TabIndex = 4;
|
||||
//
|
||||
// btnImg
|
||||
//
|
||||
this.btnImg.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnImg.Location = new System.Drawing.Point(3, 3);
|
||||
this.btnImg.Name = "btnImg";
|
||||
this.btnImg.Size = new System.Drawing.Size(148, 36);
|
||||
this.btnImg.TabIndex = 0;
|
||||
this.btnImg.Text = "Seleccionar imagen";
|
||||
this.btnImg.UseVisualStyleBackColor = true;
|
||||
this.btnImg.Click += new System.EventHandler(this.btnImg_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(157, 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:";
|
||||
//
|
||||
// EditarEmpleado
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 460);
|
||||
this.ClientSize = new System.Drawing.Size(800, 508);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.Name = "EditarEmpleado";
|
||||
this.Text = "Editar empleado";
|
||||
@@ -581,6 +619,8 @@ namespace compabetov2
|
||||
this.flowLayoutPanel13.ResumeLayout(false);
|
||||
this.flowLayoutPanel13.PerformLayout();
|
||||
this.tableLayoutPanel3.ResumeLayout(false);
|
||||
this.flowLayoutPanel2.ResumeLayout(false);
|
||||
this.flowLayoutPanel2.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -628,5 +668,8 @@ namespace compabetov2
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.Button btnCancelar;
|
||||
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
||||
private System.Windows.Forms.Button btnImg;
|
||||
private System.Windows.Forms.Label lbImg;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user