Nuevos Diseños
This commit is contained in:
Generated
+186
-139
@@ -32,6 +32,9 @@ namespace compabetov2
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.btnCancelar = new System.Windows.Forms.Button();
|
||||
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.lbNombre = new System.Windows.Forms.Label();
|
||||
@@ -69,13 +72,11 @@ namespace compabetov2
|
||||
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.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.tableLayoutPanel3.SuspendLayout();
|
||||
this.tableLayoutPanel2.SuspendLayout();
|
||||
this.flowLayoutPanel1.SuspendLayout();
|
||||
this.flowLayoutPanel3.SuspendLayout();
|
||||
@@ -89,7 +90,6 @@ namespace compabetov2
|
||||
this.flowLayoutPanel11.SuspendLayout();
|
||||
this.flowLayoutPanel12.SuspendLayout();
|
||||
this.flowLayoutPanel13.SuspendLayout();
|
||||
this.tableLayoutPanel3.SuspendLayout();
|
||||
this.flowLayoutPanel2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -103,24 +103,69 @@ namespace compabetov2
|
||||
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.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 86F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(1067, 625);
|
||||
this.tableLayoutPanel1.TabIndex = 0;
|
||||
this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
|
||||
//
|
||||
// tableLayoutPanel3
|
||||
//
|
||||
this.tableLayoutPanel3.ColumnCount = 3;
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 83.87574F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.12426F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 148F));
|
||||
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(4, 542);
|
||||
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
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(1059, 79);
|
||||
this.tableLayoutPanel3.TabIndex = 3;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
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(768, 4);
|
||||
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(138, 71);
|
||||
this.button1.TabIndex = 0;
|
||||
this.button1.Text = "Editar";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_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(914, 4);
|
||||
this.btnCancelar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.btnCancelar.Name = "btnCancelar";
|
||||
this.btnCancelar.Size = new System.Drawing.Size(141, 71);
|
||||
this.btnCancelar.TabIndex = 1;
|
||||
this.btnCancelar.Text = "Cancelar";
|
||||
this.btnCancelar.UseVisualStyleBackColor = true;
|
||||
this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click_1);
|
||||
//
|
||||
// tableLayoutPanel2
|
||||
//
|
||||
this.tableLayoutPanel2.ColumnCount = 2;
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F));
|
||||
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 0, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel3, 1, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel4, 0, 1);
|
||||
@@ -134,16 +179,17 @@ namespace compabetov2
|
||||
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel12, 1, 4);
|
||||
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel13, 1, 5);
|
||||
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
|
||||
this.tableLayoutPanel2.Location = new System.Drawing.Point(4, 4);
|
||||
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
||||
this.tableLayoutPanel2.RowCount = 6;
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 47.40741F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 52.59259F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 71F));
|
||||
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, 386);
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 87F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 78F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 74F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 68F));
|
||||
this.tableLayoutPanel2.Size = new System.Drawing.Size(1059, 475);
|
||||
this.tableLayoutPanel2.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel1
|
||||
@@ -152,27 +198,30 @@ namespace compabetov2
|
||||
this.flowLayoutPanel1.Controls.Add(this.txtNombre);
|
||||
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
|
||||
this.flowLayoutPanel1.Location = new System.Drawing.Point(4, 4);
|
||||
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||||
this.flowLayoutPanel1.Size = new System.Drawing.Size(391, 58);
|
||||
this.flowLayoutPanel1.Size = new System.Drawing.Size(521, 71);
|
||||
this.flowLayoutPanel1.TabIndex = 0;
|
||||
//
|
||||
// lbNombre
|
||||
//
|
||||
this.lbNombre.AutoSize = true;
|
||||
this.lbNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lbNombre.Location = new System.Drawing.Point(3, 0);
|
||||
this.lbNombre.Location = new System.Drawing.Point(4, 0);
|
||||
this.lbNombre.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.lbNombre.Name = "lbNombre";
|
||||
this.lbNombre.Size = new System.Drawing.Size(69, 20);
|
||||
this.lbNombre.Size = new System.Drawing.Size(87, 25);
|
||||
this.lbNombre.TabIndex = 0;
|
||||
this.lbNombre.Text = "Nombre:";
|
||||
//
|
||||
// txtNombre
|
||||
//
|
||||
this.txtNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txtNombre.Location = new System.Drawing.Point(3, 23);
|
||||
this.txtNombre.Location = new System.Drawing.Point(4, 29);
|
||||
this.txtNombre.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.txtNombre.Name = "txtNombre";
|
||||
this.txtNombre.Size = new System.Drawing.Size(388, 26);
|
||||
this.txtNombre.Size = new System.Drawing.Size(516, 30);
|
||||
this.txtNombre.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel3
|
||||
@@ -181,9 +230,10 @@ namespace compabetov2
|
||||
this.flowLayoutPanel3.Controls.Add(this.txtApellido);
|
||||
this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel3.Location = new System.Drawing.Point(400, 3);
|
||||
this.flowLayoutPanel3.Location = new System.Drawing.Point(533, 4);
|
||||
this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
|
||||
this.flowLayoutPanel3.Size = new System.Drawing.Size(391, 58);
|
||||
this.flowLayoutPanel3.Size = new System.Drawing.Size(522, 71);
|
||||
this.flowLayoutPanel3.TabIndex = 1;
|
||||
//
|
||||
// lbApellidos
|
||||
@@ -191,18 +241,20 @@ namespace compabetov2
|
||||
this.lbApellidos.AutoSize = true;
|
||||
this.lbApellidos.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.lbApellidos.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lbApellidos.Location = new System.Drawing.Point(3, 0);
|
||||
this.lbApellidos.Location = new System.Drawing.Point(4, 0);
|
||||
this.lbApellidos.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.lbApellidos.Name = "lbApellidos";
|
||||
this.lbApellidos.Size = new System.Drawing.Size(388, 20);
|
||||
this.lbApellidos.Size = new System.Drawing.Size(516, 25);
|
||||
this.lbApellidos.TabIndex = 0;
|
||||
this.lbApellidos.Text = "Apellidos:";
|
||||
//
|
||||
// txtApellido
|
||||
//
|
||||
this.txtApellido.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txtApellido.Location = new System.Drawing.Point(3, 23);
|
||||
this.txtApellido.Location = new System.Drawing.Point(4, 29);
|
||||
this.txtApellido.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.txtApellido.Name = "txtApellido";
|
||||
this.txtApellido.Size = new System.Drawing.Size(388, 26);
|
||||
this.txtApellido.Size = new System.Drawing.Size(516, 30);
|
||||
this.txtApellido.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel4
|
||||
@@ -211,9 +263,10 @@ namespace compabetov2
|
||||
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, 67);
|
||||
this.flowLayoutPanel4.Location = new System.Drawing.Point(4, 83);
|
||||
this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
|
||||
this.flowLayoutPanel4.Size = new System.Drawing.Size(391, 66);
|
||||
this.flowLayoutPanel4.Size = new System.Drawing.Size(521, 80);
|
||||
this.flowLayoutPanel4.TabIndex = 2;
|
||||
//
|
||||
// lbCalle
|
||||
@@ -221,18 +274,20 @@ namespace compabetov2
|
||||
this.lbCalle.AutoSize = true;
|
||||
this.lbCalle.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.lbCalle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lbCalle.Location = new System.Drawing.Point(3, 0);
|
||||
this.lbCalle.Location = new System.Drawing.Point(4, 0);
|
||||
this.lbCalle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.lbCalle.Name = "lbCalle";
|
||||
this.lbCalle.Size = new System.Drawing.Size(388, 20);
|
||||
this.lbCalle.Size = new System.Drawing.Size(516, 25);
|
||||
this.lbCalle.TabIndex = 0;
|
||||
this.lbCalle.Text = "Calle:";
|
||||
//
|
||||
// txtCalle
|
||||
//
|
||||
this.txtCalle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txtCalle.Location = new System.Drawing.Point(3, 23);
|
||||
this.txtCalle.Location = new System.Drawing.Point(4, 29);
|
||||
this.txtCalle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.txtCalle.Name = "txtCalle";
|
||||
this.txtCalle.Size = new System.Drawing.Size(388, 26);
|
||||
this.txtCalle.Size = new System.Drawing.Size(516, 30);
|
||||
this.txtCalle.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel5
|
||||
@@ -241,9 +296,10 @@ 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, 139);
|
||||
this.flowLayoutPanel5.Location = new System.Drawing.Point(4, 171);
|
||||
this.flowLayoutPanel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel5.Name = "flowLayoutPanel5";
|
||||
this.flowLayoutPanel5.Size = new System.Drawing.Size(391, 65);
|
||||
this.flowLayoutPanel5.Size = new System.Drawing.Size(521, 79);
|
||||
this.flowLayoutPanel5.TabIndex = 3;
|
||||
//
|
||||
// lbCp
|
||||
@@ -251,18 +307,20 @@ namespace compabetov2
|
||||
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.Location = new System.Drawing.Point(4, 0);
|
||||
this.lbCp.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.lbCp.Name = "lbCp";
|
||||
this.lbCp.Size = new System.Drawing.Size(388, 20);
|
||||
this.lbCp.Size = new System.Drawing.Size(516, 25);
|
||||
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.Location = new System.Drawing.Point(4, 29);
|
||||
this.txtCp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.txtCp.Name = "txtCp";
|
||||
this.txtCp.Size = new System.Drawing.Size(388, 26);
|
||||
this.txtCp.Size = new System.Drawing.Size(516, 30);
|
||||
this.txtCp.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel6
|
||||
@@ -271,9 +329,10 @@ 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, 210);
|
||||
this.flowLayoutPanel6.Location = new System.Drawing.Point(4, 258);
|
||||
this.flowLayoutPanel6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel6.Name = "flowLayoutPanel6";
|
||||
this.flowLayoutPanel6.Size = new System.Drawing.Size(391, 57);
|
||||
this.flowLayoutPanel6.Size = new System.Drawing.Size(521, 70);
|
||||
this.flowLayoutPanel6.TabIndex = 4;
|
||||
//
|
||||
// label3
|
||||
@@ -281,18 +340,20 @@ namespace compabetov2
|
||||
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.Location = new System.Drawing.Point(4, 0);
|
||||
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(388, 20);
|
||||
this.label3.Size = new System.Drawing.Size(516, 25);
|
||||
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.Location = new System.Drawing.Point(4, 29);
|
||||
this.txtNoInt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.txtNoInt.Name = "txtNoInt";
|
||||
this.txtNoInt.Size = new System.Drawing.Size(388, 26);
|
||||
this.txtNoInt.Size = new System.Drawing.Size(516, 30);
|
||||
this.txtNoInt.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel7
|
||||
@@ -301,9 +362,10 @@ 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, 273);
|
||||
this.flowLayoutPanel7.Location = new System.Drawing.Point(4, 336);
|
||||
this.flowLayoutPanel7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel7.Name = "flowLayoutPanel7";
|
||||
this.flowLayoutPanel7.Size = new System.Drawing.Size(391, 54);
|
||||
this.flowLayoutPanel7.Size = new System.Drawing.Size(521, 66);
|
||||
this.flowLayoutPanel7.TabIndex = 5;
|
||||
//
|
||||
// label5
|
||||
@@ -311,9 +373,10 @@ namespace compabetov2
|
||||
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.Location = new System.Drawing.Point(4, 0);
|
||||
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(388, 20);
|
||||
this.label5.Size = new System.Drawing.Size(516, 25);
|
||||
this.label5.TabIndex = 0;
|
||||
this.label5.Text = "Fecha de nacimiento:";
|
||||
//
|
||||
@@ -321,9 +384,10 @@ namespace compabetov2
|
||||
//
|
||||
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.Location = new System.Drawing.Point(4, 29);
|
||||
this.dtFechaNac.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.dtFechaNac.Name = "dtFechaNac";
|
||||
this.dtFechaNac.Size = new System.Drawing.Size(388, 26);
|
||||
this.dtFechaNac.Size = new System.Drawing.Size(516, 30);
|
||||
this.dtFechaNac.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel8
|
||||
@@ -332,9 +396,10 @@ 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, 333);
|
||||
this.flowLayoutPanel8.Location = new System.Drawing.Point(4, 410);
|
||||
this.flowLayoutPanel8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel8.Name = "flowLayoutPanel8";
|
||||
this.flowLayoutPanel8.Size = new System.Drawing.Size(391, 50);
|
||||
this.flowLayoutPanel8.Size = new System.Drawing.Size(521, 61);
|
||||
this.flowLayoutPanel8.TabIndex = 6;
|
||||
//
|
||||
// label7
|
||||
@@ -342,18 +407,20 @@ namespace compabetov2
|
||||
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.Location = new System.Drawing.Point(4, 0);
|
||||
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(388, 20);
|
||||
this.label7.Size = new System.Drawing.Size(95, 25);
|
||||
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.Location = new System.Drawing.Point(107, 4);
|
||||
this.txtTelefono.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.txtTelefono.Name = "txtTelefono";
|
||||
this.txtTelefono.Size = new System.Drawing.Size(388, 24);
|
||||
this.txtTelefono.Size = new System.Drawing.Size(516, 29);
|
||||
this.txtTelefono.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel9
|
||||
@@ -362,9 +429,10 @@ namespace compabetov2
|
||||
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, 67);
|
||||
this.flowLayoutPanel9.Location = new System.Drawing.Point(533, 83);
|
||||
this.flowLayoutPanel9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel9.Name = "flowLayoutPanel9";
|
||||
this.flowLayoutPanel9.Size = new System.Drawing.Size(391, 66);
|
||||
this.flowLayoutPanel9.Size = new System.Drawing.Size(522, 80);
|
||||
this.flowLayoutPanel9.TabIndex = 7;
|
||||
//
|
||||
// lbColonia
|
||||
@@ -372,18 +440,20 @@ namespace compabetov2
|
||||
this.lbColonia.AutoSize = true;
|
||||
this.lbColonia.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.lbColonia.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lbColonia.Location = new System.Drawing.Point(3, 0);
|
||||
this.lbColonia.Location = new System.Drawing.Point(4, 0);
|
||||
this.lbColonia.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.lbColonia.Name = "lbColonia";
|
||||
this.lbColonia.Size = new System.Drawing.Size(388, 20);
|
||||
this.lbColonia.Size = new System.Drawing.Size(516, 25);
|
||||
this.lbColonia.TabIndex = 0;
|
||||
this.lbColonia.Text = "Colonia:";
|
||||
//
|
||||
// txtColonia
|
||||
//
|
||||
this.txtColonia.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txtColonia.Location = new System.Drawing.Point(3, 23);
|
||||
this.txtColonia.Location = new System.Drawing.Point(4, 29);
|
||||
this.txtColonia.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.txtColonia.Name = "txtColonia";
|
||||
this.txtColonia.Size = new System.Drawing.Size(388, 26);
|
||||
this.txtColonia.Size = new System.Drawing.Size(516, 30);
|
||||
this.txtColonia.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel10
|
||||
@@ -392,9 +462,10 @@ 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, 139);
|
||||
this.flowLayoutPanel10.Location = new System.Drawing.Point(533, 171);
|
||||
this.flowLayoutPanel10.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel10.Name = "flowLayoutPanel10";
|
||||
this.flowLayoutPanel10.Size = new System.Drawing.Size(391, 65);
|
||||
this.flowLayoutPanel10.Size = new System.Drawing.Size(522, 79);
|
||||
this.flowLayoutPanel10.TabIndex = 8;
|
||||
//
|
||||
// label2
|
||||
@@ -402,18 +473,20 @@ namespace compabetov2
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label2.Location = new System.Drawing.Point(3, 0);
|
||||
this.label2.Location = new System.Drawing.Point(4, 0);
|
||||
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(388, 20);
|
||||
this.label2.Size = new System.Drawing.Size(516, 25);
|
||||
this.label2.TabIndex = 0;
|
||||
this.label2.Text = "Numero Exterior:";
|
||||
//
|
||||
// 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.Location = new System.Drawing.Point(4, 29);
|
||||
this.txtNoExt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.txtNoExt.Name = "txtNoExt";
|
||||
this.txtNoExt.Size = new System.Drawing.Size(388, 26);
|
||||
this.txtNoExt.Size = new System.Drawing.Size(516, 30);
|
||||
this.txtNoExt.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel11
|
||||
@@ -422,9 +495,10 @@ 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, 210);
|
||||
this.flowLayoutPanel11.Location = new System.Drawing.Point(533, 258);
|
||||
this.flowLayoutPanel11.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel11.Name = "flowLayoutPanel11";
|
||||
this.flowLayoutPanel11.Size = new System.Drawing.Size(391, 57);
|
||||
this.flowLayoutPanel11.Size = new System.Drawing.Size(522, 70);
|
||||
this.flowLayoutPanel11.TabIndex = 9;
|
||||
//
|
||||
// label4
|
||||
@@ -432,18 +506,20 @@ namespace compabetov2
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label4.Location = new System.Drawing.Point(3, 0);
|
||||
this.label4.Location = new System.Drawing.Point(4, 0);
|
||||
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(388, 20);
|
||||
this.label4.Size = new System.Drawing.Size(516, 25);
|
||||
this.label4.TabIndex = 0;
|
||||
this.label4.Text = "Referencia:";
|
||||
//
|
||||
// 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.Location = new System.Drawing.Point(4, 29);
|
||||
this.txtReferencia.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.txtReferencia.Name = "txtReferencia";
|
||||
this.txtReferencia.Size = new System.Drawing.Size(388, 26);
|
||||
this.txtReferencia.Size = new System.Drawing.Size(516, 30);
|
||||
this.txtReferencia.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel12
|
||||
@@ -452,9 +528,10 @@ 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, 273);
|
||||
this.flowLayoutPanel12.Location = new System.Drawing.Point(533, 336);
|
||||
this.flowLayoutPanel12.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel12.Name = "flowLayoutPanel12";
|
||||
this.flowLayoutPanel12.Size = new System.Drawing.Size(391, 54);
|
||||
this.flowLayoutPanel12.Size = new System.Drawing.Size(522, 66);
|
||||
this.flowLayoutPanel12.TabIndex = 10;
|
||||
//
|
||||
// label6
|
||||
@@ -462,18 +539,20 @@ namespace compabetov2
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label6.Location = new System.Drawing.Point(3, 0);
|
||||
this.label6.Location = new System.Drawing.Point(4, 0);
|
||||
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(388, 20);
|
||||
this.label6.Size = new System.Drawing.Size(516, 25);
|
||||
this.label6.TabIndex = 0;
|
||||
this.label6.Text = "Fecha de contratacion:";
|
||||
//
|
||||
// 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.Location = new System.Drawing.Point(4, 29);
|
||||
this.dtFechaCon.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.dtFechaCon.Name = "dtFechaCon";
|
||||
this.dtFechaCon.Size = new System.Drawing.Size(388, 26);
|
||||
this.dtFechaCon.Size = new System.Drawing.Size(516, 30);
|
||||
this.dtFechaCon.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel13
|
||||
@@ -482,9 +561,10 @@ 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, 333);
|
||||
this.flowLayoutPanel13.Location = new System.Drawing.Point(533, 410);
|
||||
this.flowLayoutPanel13.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel13.Name = "flowLayoutPanel13";
|
||||
this.flowLayoutPanel13.Size = new System.Drawing.Size(391, 50);
|
||||
this.flowLayoutPanel13.Size = new System.Drawing.Size(522, 61);
|
||||
this.flowLayoutPanel13.TabIndex = 11;
|
||||
//
|
||||
// label8
|
||||
@@ -492,9 +572,10 @@ namespace compabetov2
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label8.Location = new System.Drawing.Point(3, 0);
|
||||
this.label8.Location = new System.Drawing.Point(4, 0);
|
||||
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(388, 18);
|
||||
this.label8.Size = new System.Drawing.Size(73, 24);
|
||||
this.label8.TabIndex = 0;
|
||||
this.label8.Text = "Estado:";
|
||||
//
|
||||
@@ -505,69 +586,31 @@ namespace compabetov2
|
||||
this.cbEstado.Items.AddRange(new object[] {
|
||||
"Activo",
|
||||
"Inactivo"});
|
||||
this.cbEstado.Location = new System.Drawing.Point(3, 21);
|
||||
this.cbEstado.Location = new System.Drawing.Point(85, 4);
|
||||
this.cbEstado.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.cbEstado.Name = "cbEstado";
|
||||
this.cbEstado.Size = new System.Drawing.Size(388, 26);
|
||||
this.cbEstado.Size = new System.Drawing.Size(516, 32);
|
||||
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, 83.87574F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.12426F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 110F));
|
||||
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, 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, 65);
|
||||
this.tableLayoutPanel3.TabIndex = 3;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
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, 59);
|
||||
this.button1.TabIndex = 0;
|
||||
this.button1.Text = "Editar";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_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(686, 3);
|
||||
this.btnCancelar.Name = "btnCancelar";
|
||||
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_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.Location = new System.Drawing.Point(4, 487);
|
||||
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
||||
this.flowLayoutPanel2.Size = new System.Drawing.Size(794, 39);
|
||||
this.flowLayoutPanel2.Size = new System.Drawing.Size(1059, 47);
|
||||
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.Location = new System.Drawing.Point(4, 4);
|
||||
this.btnImg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.btnImg.Name = "btnImg";
|
||||
this.btnImg.Size = new System.Drawing.Size(148, 36);
|
||||
this.btnImg.Size = new System.Drawing.Size(197, 44);
|
||||
this.btnImg.TabIndex = 0;
|
||||
this.btnImg.Text = "Seleccionar imagen";
|
||||
this.btnImg.UseVisualStyleBackColor = true;
|
||||
@@ -577,22 +620,27 @@ namespace compabetov2
|
||||
//
|
||||
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.Location = new System.Drawing.Point(209, 0);
|
||||
this.lbImg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 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.Padding = new System.Windows.Forms.Padding(0, 12, 0, 0);
|
||||
this.lbImg.Size = new System.Drawing.Size(68, 32);
|
||||
this.lbImg.TabIndex = 1;
|
||||
this.lbImg.Text = "Imagen:";
|
||||
this.lbImg.Click += new System.EventHandler(this.lbImg_Click);
|
||||
//
|
||||
// EditarEmpleado
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 508);
|
||||
this.ClientSize = new System.Drawing.Size(1067, 625);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.Name = "EditarEmpleado";
|
||||
this.Text = "Editar empleado";
|
||||
this.Load += new System.EventHandler(this.EditarEmpleado_Load);
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.tableLayoutPanel3.ResumeLayout(false);
|
||||
this.tableLayoutPanel2.ResumeLayout(false);
|
||||
this.flowLayoutPanel1.ResumeLayout(false);
|
||||
this.flowLayoutPanel1.PerformLayout();
|
||||
@@ -618,7 +666,6 @@ namespace compabetov2
|
||||
this.flowLayoutPanel12.PerformLayout();
|
||||
this.flowLayoutPanel13.ResumeLayout(false);
|
||||
this.flowLayoutPanel13.PerformLayout();
|
||||
this.tableLayoutPanel3.ResumeLayout(false);
|
||||
this.flowLayoutPanel2.ResumeLayout(false);
|
||||
this.flowLayoutPanel2.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user